-
public interface BeanCollectionLoaderLoads a entity bean collection.Typically invokes lazy loading for a single or batch of collections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadMany(BeanCollection<?> collection, boolean onlyIds)Invoke the lazy loading for this bean collection.Stringname()Return the name of the associated Database.
-
-
-
Method Detail
-
name
String name()
Return the name of the associated Database.
-
loadMany
void loadMany(BeanCollection<?> collection, boolean onlyIds)
Invoke the lazy loading for this bean collection.
-
-