|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanPopulatable | |
---|---|
net.sf.beanlib.hibernate | JavaBean Library for Hibernate (Common code base) |
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 BeanPopulatable in net.sf.beanlib.hibernate |
---|
Classes in net.sf.beanlib.hibernate that implement BeanPopulatable | |
---|---|
class |
HibernateBeanPopulatableSupport
The default implemenation to determine if a Hibernate JavaBean property should be populated. |
Fields in net.sf.beanlib.hibernate declared as BeanPopulatable | |
---|---|
private BeanPopulatable |
HibernateBeanReplicator.beanPopulatable
|
private BeanPopulatable |
HibernateBeanReplicator.vetoer
|
private BeanPopulatable |
HibernateBeanPopulatableSupport.vetoer
|
Methods in net.sf.beanlib.hibernate that return BeanPopulatable | |
---|---|
BeanPopulatable |
HibernateBeanReplicator.getBeanPopulatable()
|
BeanPopulatable |
HibernateBeanReplicator.getVetoer()
|
Methods in net.sf.beanlib.hibernate with parameters of type BeanPopulatable | |
---|---|
HibernateBeanReplicator |
HibernateBeanReplicator.initBeanPopulatable(BeanPopulatable beanPopulatable)
|
HibernateBeanReplicator |
HibernateBeanReplicator.initVetoer(BeanPopulatable vetoer)
|
Constructors in net.sf.beanlib.hibernate with parameters of type BeanPopulatable | |
---|---|
HibernateBeanPopulatableSupport(Set<Class> entityBeanClassSet,
Set<? extends CollectionPropertyName> collectionPropertyNameSet,
BeanPopulatable vetoer)
|
Uses of BeanPopulatable in net.sf.beanlib.hibernate3 |
---|
Classes in net.sf.beanlib.hibernate3 that implement BeanPopulatable | |
---|---|
(package private) class |
Hibernate3DtoPopulator
Used by Hibernate3DtoCopier to dynamically expand the set of
application entity classes as necessary,
including those classes discovered from the element type of collection properties. |
Uses of BeanPopulatable in net.sf.beanlib.provider |
---|
Methods in net.sf.beanlib.provider with parameters of type BeanPopulatable | |
---|---|
BeanTransformer |
BeanTransformer.initBeanPopulatable(BeanPopulatable beanPopulatable)
|
BeanPopulator |
BeanPopulator.initBeanPopulatable(BeanPopulatable beanPopulatable)
|
Uses of BeanPopulatable in net.sf.beanlib.spi |
---|
Fields in net.sf.beanlib.spi declared as BeanPopulatable | |
---|---|
private BeanPopulatable |
BeanPopulatorBaseConfig.beanPopulatable
|
Methods in net.sf.beanlib.spi that return BeanPopulatable | |
---|---|
BeanPopulatable |
BeanPopulatorBaseConfig.getBeanPopulatable()
|
Methods in net.sf.beanlib.spi with parameters of type BeanPopulatable | |
---|---|
BeanTransformerSpi |
BeanTransformerSpi.initBeanPopulatable(BeanPopulatable beanPopulatable)
Don't invoke this method, except from within the BeanPopulatorSpi implementation class. |
BeanPopulatorSpi |
BeanPopulatorSpi.initBeanPopulatable(BeanPopulatable beanPopulatable)
|
BeanPopulatorBaseSpi |
BeanPopulatorBaseSpi.initBeanPopulatable(BeanPopulatable beanPopulatable)
|
void |
BeanPopulatorBaseConfig.setBeanPopulatable(BeanPopulatable beanPopulatable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |