Uses of Interface
net.sf.beanlib.spi.DetailedBeanPopulatable

Packages that use DetailedBeanPopulatable
net.sf.beanlib.hibernate JavaBean Library for Hibernate (Common code base) 
net.sf.beanlib.provider Beanlib Servce Provider Implementations 
net.sf.beanlib.spi Beanlib Servce Provider Interface 
 

Uses of DetailedBeanPopulatable in net.sf.beanlib.hibernate
 

Methods in net.sf.beanlib.hibernate with parameters of type DetailedBeanPopulatable
 HibernateBeanReplicator HibernateBeanReplicator.initDetailedBeanPopulatable(DetailedBeanPopulatable detailedBeanPopulatable)
           
 

Uses of DetailedBeanPopulatable in net.sf.beanlib.provider
 

Classes in net.sf.beanlib.provider that implement DetailedBeanPopulatable
 class JavaBeanPopulatableSupport
          Default implementation of DetailedBeanPopulatable.
 

Methods in net.sf.beanlib.provider with parameters of type DetailedBeanPopulatable
 BeanTransformer BeanTransformer.initDetailedBeanPopulatable(DetailedBeanPopulatable detailedBeanPopulatable)
           
 BeanPopulator BeanPopulator.initDetailedBeanPopulatable(DetailedBeanPopulatable detailedBeanPopulatable)
           
 

Uses of DetailedBeanPopulatable in net.sf.beanlib.spi
 

Fields in net.sf.beanlib.spi declared as DetailedBeanPopulatable
static DetailedBeanPopulatable DetailedBeanPopulatable.ALWAYS_POPULATE
           
private  DetailedBeanPopulatable BeanPopulatorBaseConfig.detailedBeanPopulatable
           
static DetailedBeanPopulatable DetailedBeanPopulatable.JAVABEAN_POPULATE
           
 

Methods in net.sf.beanlib.spi that return DetailedBeanPopulatable
 DetailedBeanPopulatable BeanPopulatorBaseConfig.getDetailedBeanPopulatable()
           
 

Methods in net.sf.beanlib.spi with parameters of type DetailedBeanPopulatable
 BeanTransformerSpi BeanTransformerSpi.initDetailedBeanPopulatable(DetailedBeanPopulatable detailedBeanPopulatable)
          Don't invoke this method, except from within the BeanPopulatorSpi implementation class.
 BeanPopulatorSpi BeanPopulatorSpi.initDetailedBeanPopulatable(DetailedBeanPopulatable detailedBeanPopulatable)
           
 BeanPopulatorBaseSpi BeanPopulatorBaseSpi.initDetailedBeanPopulatable(DetailedBeanPopulatable detailedBeanPopulatable)
           
 void BeanPopulatorBaseConfig.setDetailedBeanPopulatable(DetailedBeanPopulatable detailedBeanPopulatable)