Uses of Class
org.chromattic.core.bean.MultiValuedPropertyInfo

Packages that use MultiValuedPropertyInfo
org.chromattic.core.bean   
org.chromattic.core.mapper   
org.chromattic.core.mapper.onetomany.hierarchical   
org.chromattic.core.mapper.property   
 

Uses of MultiValuedPropertyInfo in org.chromattic.core.bean
 

Subclasses of MultiValuedPropertyInfo in org.chromattic.core.bean
 class ArrayPropertyInfo<E extends ValueInfo>
           
 class CollectionPropertyInfo<E extends ValueInfo>
           
 class ListPropertyInfo<E extends ValueInfo>
           
 class MapPropertyInfo<K extends ValueInfo,E extends ValueInfo>
           
 

Uses of MultiValuedPropertyInfo in org.chromattic.core.mapper
 

Constructors in org.chromattic.core.mapper with parameters of type MultiValuedPropertyInfo
JCRNodeCollectionPropertyMapper(Class<O> contextType, MultiValuedPropertyInfo<BeanValueInfo> info)
           
 

Uses of MultiValuedPropertyInfo in org.chromattic.core.mapper.onetomany.hierarchical
 

Constructors in org.chromattic.core.mapper.onetomany.hierarchical with parameters of type MultiValuedPropertyInfo
JCRAnyChildParentPropertyMapper(Class<O> contextType, MultiValuedPropertyInfo<BeanValueInfo> info, AnyChildMultiValueMapper valueMapper)
           
 

Uses of MultiValuedPropertyInfo in org.chromattic.core.mapper.property
 

Constructors in org.chromattic.core.mapper.property with parameters of type MultiValuedPropertyInfo
JCRPropertyListPropertyMapper(Class<O> contextType, MultiValuedPropertyInfo<SimpleValueInfo> info, String jcrPropertyName)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.