Uses of Class
com.avaje.ebean.bean.EntityBeanIntercept

Packages that use EntityBeanIntercept
com.avaje.ebean.bean Enhanced beans API and Support objects 
 

Uses of EntityBeanIntercept in com.avaje.ebean.bean
 

Methods in com.avaje.ebean.bean that return EntityBeanIntercept
 EntityBeanIntercept EntityBean._ebean_getIntercept()
          Return the intercept for this object.
 EntityBeanIntercept EntityBean._ebean_intercept()
          Similar to _ebean_getIntercept() except it checks to see if the intercept field is null and will create it if required.
 

Methods in com.avaje.ebean.bean with parameters of type EntityBeanIntercept
 void EntityBeanIntercept.copyStateTo(EntityBeanIntercept dest)
          Copy the internal state of the intercept to another intercept.
 void BeanLoader.loadBean(EntityBeanIntercept ebi)
          Invoke the lazy loading for this bean.
 



Copyright © 2010. All Rights Reserved.