com.avaje.ebean.bean
Interface BeanLoader


public interface BeanLoader

Loads a entity bean.

Typically invokes lazy loading for a single or batch of entity beans.


Method Summary
 String getName()
          Return the name of the associated EbeanServer.
 void loadBean(EntityBeanIntercept ebi)
          Invoke the lazy loading for this bean.
 

Method Detail

getName

String getName()
Return the name of the associated EbeanServer.


loadBean

void loadBean(EntityBeanIntercept ebi)
Invoke the lazy loading for this bean.



Copyright © 2010. All Rights Reserved.