Package io.ebean.bean
Interface BeanCollectionLoader
-
public interface BeanCollectionLoader
Loads 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 String
getName()
Return the name of the associated Database.void
loadMany(BeanCollection<?> collection, boolean onlyIds)
Invoke the lazy loading for this bean collection.
-
-
-
Method Detail
-
loadMany
void loadMany(BeanCollection<?> collection, boolean onlyIds)
Invoke the lazy loading for this bean collection.
-
-