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

    Modifier and Type Method Description
    String getName()
    Return the name of the associated Database.
    void loadBean​(EntityBeanIntercept ebi)
    Invoke the lazy loading for this bean.
    Lock lock()
    Obtain a lock on the loader.