|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionPropertyName | |
---|---|
net.sf.beanlib | Java Bean Populator,Setter, Getter, etc. |
net.sf.beanlib.hibernate | JavaBean Library for Hibernate (Common code base) |
net.sf.beanlib.hibernate3 | JavaBean Library for Hibernate 3.x |
Uses of CollectionPropertyName in net.sf.beanlib |
---|
Fields in net.sf.beanlib declared as CollectionPropertyName | |
---|---|
static CollectionPropertyName[] |
CollectionPropertyName.EMPTY_ARRAY
|
Methods in net.sf.beanlib that return CollectionPropertyName | |
---|---|
static CollectionPropertyName[] |
CollectionPropertyName.createCollectionPropertyNames(Class declaringClass,
String[] collectionProperties)
Convenient factory method. |
Uses of CollectionPropertyName in net.sf.beanlib.hibernate |
---|
Fields in net.sf.beanlib.hibernate with type parameters of type CollectionPropertyName | |
---|---|
private Set<? extends CollectionPropertyName> |
HibernateBeanReplicator.collectionPropertyNameSet
|
private Set<? extends CollectionPropertyName> |
HibernateBeanPopulatableSupport.collectionPropertyNameSet
|
Method parameters in net.sf.beanlib.hibernate with type arguments of type CollectionPropertyName | |
---|---|
HibernateBeanReplicator |
HibernateBeanReplicator.initCollectionPropertyNameSet(Set<? extends CollectionPropertyName> collectionPropertyNameSet)
Used to specify the set of Collection fields to be populated. |
Constructor parameters in net.sf.beanlib.hibernate with type arguments of type CollectionPropertyName | |
---|---|
HibernateBeanPopulatableSupport(Set<Class> entityBeanClassSet,
Set<? extends CollectionPropertyName> collectionPropertyNameSet,
BeanPopulatable vetoer)
|
Uses of CollectionPropertyName in net.sf.beanlib.hibernate3 |
---|
Fields in net.sf.beanlib.hibernate3 with type parameters of type CollectionPropertyName | |
---|---|
private Set<CollectionPropertyName> |
Hibernate3DtoPopulator.collectionPropertyNameSet
|
Methods in net.sf.beanlib.hibernate3 with parameters of type CollectionPropertyName | ||
---|---|---|
private
|
Hibernate3DtoCopier.copy(Class<E> targetEntityType,
Object from,
Class[] entityBeanClassArray,
CollectionPropertyName[] collectionPropertyNameArray)
|
|
|
Hibernate3DtoCopier.hibernate2dto(Class<E> targetEntityType,
Collection hibernateBeans,
Class[] interestedEntityTypes,
CollectionPropertyName[] collectionPropertyNameArray)
Returns a list of DTO's by cloning portion of the object graph of the given collection of Hibernate beans. |
|
|
Hibernate3DtoCopier.hibernate2dto(Class<E> targetEntityType,
T entityBean,
Class[] interestedEntityTypes,
CollectionPropertyName[] collectionPropertyNames)
|
|
|
Hibernate3DtoCopier.hibernate2dto(T entityBean,
Class[] interestedEntityTypes,
CollectionPropertyName[] collectionPropertyNames)
Returns a DTO by cloning portion of the object graph of the given Hibernate bean. |
Constructor parameters in net.sf.beanlib.hibernate3 with type arguments of type CollectionPropertyName | |
---|---|
Hibernate3DtoPopulator(Set<Class> entityBeanClassSet,
Set<CollectionPropertyName> collectionPropertyNameSet)
|
|
Hibernate3DtoPopulator(Set<CollectionPropertyName> collectionPropertyNameSet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |