Uses of Interface
net.sf.beanlib.spi.BeanPopulatorSpi.Factory

Packages that use BeanPopulatorSpi.Factory
net.sf.beanlib.hibernate3 JavaBean Library for Hibernate 3.x 
net.sf.beanlib.provider Beanlib Servce Provider Implementations 
net.sf.beanlib.spi Beanlib Servce Provider Interface 
 

Uses of BeanPopulatorSpi.Factory in net.sf.beanlib.hibernate3
 

Constructors in net.sf.beanlib.hibernate3 with parameters of type BeanPopulatorSpi.Factory
Hibernate3BeanTransformer(BeanPopulatorSpi.Factory beanPopulatorFactory)
           
 

Uses of BeanPopulatorSpi.Factory in net.sf.beanlib.provider
 

Classes in net.sf.beanlib.provider that implement BeanPopulatorSpi.Factory
static class BeanPopulator.Factory
          Bean Populator Factory, which implements the general factory interface of a BeanPopulatorSpi instance.
 

Fields in net.sf.beanlib.provider declared as BeanPopulatorSpi.Factory
private  BeanPopulatorSpi.Factory BeanTransformer.beanPopulatorFactory
          Bean populator factory, which is used to create a bean populator which can then be used to determine whether a specific JavaBean property should be propagated from a source bean to a target bean.
 

Methods in net.sf.beanlib.provider that return BeanPopulatorSpi.Factory
 BeanPopulatorSpi.Factory BeanTransformer.getBeanPopulatorSpiFactory()
           
 

Constructors in net.sf.beanlib.provider with parameters of type BeanPopulatorSpi.Factory
BeanTransformer(BeanPopulatorSpi.Factory beanPopulatorFactory)
          Constructs with the given bean populator factory, which is used to create a bean populator which can then be used to determine whether a specific JavaBean property should be propagated from a source bean to a target bean.
 

Uses of BeanPopulatorSpi.Factory in net.sf.beanlib.spi
 

Methods in net.sf.beanlib.spi that return BeanPopulatorSpi.Factory
 BeanPopulatorSpi.Factory BeanTransformerSpi.getBeanPopulatorSpiFactory()
          Returns the current bean populator factory, which is used to create a bean populator which can then be used to determine whether a specific JavaBean property should be propagated from a source bean to a target bean.
 

Methods in net.sf.beanlib.spi with parameters of type BeanPopulatorSpi.Factory
 BeanTransformerSpi BeanTransformerSpi.Factory.newBeanTransformer(BeanPopulatorSpi.Factory beanPopulatorFactory)
          Returns a bean transformer, given a bean populator factory.