public interface BeanCollectionLoader
Loads a entity bean collection.
Typically invokes lazy loading for a single or batch of collections.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
loadMany
(BeanCollection<?> collection, boolean onlyIds) Invoke the lazy loading for this bean collection.name()
Return the name of the associated Database.
-
Method Details
-
name
String name()Return the name of the associated Database. -
loadMany
Invoke the lazy loading for this bean collection.
-