|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HibernateBeanReplicator | |
---|---|
net.sf.beanlib.hibernate | JavaBean Library for Hibernate (Common code base) |
net.sf.beanlib.hibernate3 | JavaBean Library for Hibernate 3.x |
Uses of HibernateBeanReplicator in net.sf.beanlib.hibernate |
---|
Methods in net.sf.beanlib.hibernate that return HibernateBeanReplicator | |
---|---|
HibernateBeanReplicator |
HibernateBeanReplicator.initBeanPopulationExceptionHandler(BeanPopulationExceptionHandler beanPopulationExceptionHandler)
|
HibernateBeanReplicator |
HibernateBeanReplicator.initBeanSourceHandler(BeanSourceHandler beanSourceHandler)
Used to configure a call-back (to produce whatever side-effects deemed necessary) that is invoked after the property value has been retrieved from the source bean, but before being propagated across to the target bean. |
HibernateBeanReplicator |
HibernateBeanReplicator.initCustomTransformerFactory(CustomBeanTransformerSpi.Factory... customBeanTransformerFactories)
Initializes with one or more custom bean transformer factories that will be chained together. |
HibernateBeanReplicator |
HibernateBeanReplicator.initDebug(boolean debug)
Used to control whether debug messages should be logged. |
HibernateBeanReplicator |
HibernateBeanReplicator.initDetailedPropertyFilter(DetailedPropertyFilter detailedPropertyFilter)
Note this method is only applicable if either the copy(Object)
or copy(Object, Class) is directly invoked,
and is ignored otherwise (ie ignored if deep or shallow copy is invoked instead). |
HibernateBeanReplicator |
HibernateBeanReplicator.initPropertyFilter(PropertyFilter propertyFilter)
Note this method is only applicable if either the copy(Object)
or copy(Object, Class) is directly invoked,
and is ignored otherwise (ie ignored if deep or shallow copy is invoked instead). |
HibernateBeanReplicator |
HibernateBeanReplicator.initReaderMethodFinder(BeanMethodFinder readerMethodFinder)
Used to configure a finder to find the property getter methods of a source JavaBean. |
HibernateBeanReplicator |
HibernateBeanReplicator.initSetterMethodCollector(BeanMethodCollector setterMethodCollector)
Used to configure a collector to collect the property setter methods of a target JavaBean. |
Uses of HibernateBeanReplicator in net.sf.beanlib.hibernate3 |
---|
Subclasses of HibernateBeanReplicator in net.sf.beanlib.hibernate3 | |
---|---|
class |
Hibernate3BeanReplicator
Hibernate 3 Bean Replicator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |