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
-
Method Details
-
getName
Return the name of the associated Database. -
loadBean
Invoke the lazy loading for this bean. -
lock
Obtain a lock on the loader.
-