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

Packages that use Transformable
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 Transformable in net.sf.beanlib.hibernate3
 

Classes in net.sf.beanlib.hibernate3 that implement Transformable
 class Hibernate3BeanTransformer
          Hibernate 3 specific Bean Transformer.
 

Uses of Transformable in net.sf.beanlib.provider
 

Classes in net.sf.beanlib.provider that implement Transformable
 class BeanTransformer
          Bean Transformer.
 

Fields in net.sf.beanlib.provider declared as Transformable
private  Transformable BeanPopulator.transformer
           
 

Methods in net.sf.beanlib.provider that return Transformable
 Transformable BeanPopulator.getTransformer()
           
 

Methods in net.sf.beanlib.provider with parameters of type Transformable
 BeanPopulator BeanPopulator.initTransformer(Transformable transformer)
           
 

Uses of Transformable in net.sf.beanlib.spi
 

Subinterfaces of Transformable in net.sf.beanlib.spi
 interface BeanTransformerSpi
          Bean Transformer SPI.
 interface CustomBeanTransformerSpi
          Custom Bean Transformer SPI.
 

Methods in net.sf.beanlib.spi that return Transformable
 Transformable BeanPopulatorSpi.getTransformer()
           
 

Methods in net.sf.beanlib.spi with parameters of type Transformable
 BeanPopulatorSpi BeanPopulatorSpi.initTransformer(Transformable transformer)