Package io.ebean.bean
Interface BeanLoader
-
- All Known Implementing Classes:
SingleBeanLoader,SingleBeanLoader.Dflt,SingleBeanLoader.L2,SingleBeanLoader.Ref
public interface BeanLoader
Loads a entity bean.Typically invokes lazy loading for a single or batch of entity beans.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Return the name of the associated Database.voidloadBean(EntityBeanIntercept ebi)Invoke the lazy loading for this bean.Locklock()Obtain a lock on the loader.
-