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

Packages that use SingleValuedPropertyInfo
org.chromattic.core.mapper   
org.chromattic.core.mapper.nodeattribute   
org.chromattic.core.mapper.onetomany.hierarchical   
org.chromattic.core.mapper.onetomany.reference   
org.chromattic.core.mapper.onetoone.hierarchical   
org.chromattic.core.mapper.onetoone.mixin   
org.chromattic.core.mapper.property   
 

Uses of SingleValuedPropertyInfo in org.chromattic.core.mapper
 

Constructors in org.chromattic.core.mapper with parameters of type SingleValuedPropertyInfo
JCRChildNodePropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info)
           
JCRNodePropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info)
           
 

Uses of SingleValuedPropertyInfo in org.chromattic.core.mapper.nodeattribute
 

Constructors in org.chromattic.core.mapper.nodeattribute with parameters of type SingleValuedPropertyInfo
JCRNodeAttributePropertyMapper(SingleValuedPropertyInfo<SimpleValueInfo> info, NodeAttributeType type)
           
 

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

Constructors in org.chromattic.core.mapper.onetomany.hierarchical with parameters of type SingleValuedPropertyInfo
JCRAnyChildCollectionPropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info)
           
 

Uses of SingleValuedPropertyInfo in org.chromattic.core.mapper.onetomany.reference
 

Constructors in org.chromattic.core.mapper.onetomany.reference with parameters of type SingleValuedPropertyInfo
JCRNamedReferentPropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info, String propertyName, LinkType linkType)
           
 

Uses of SingleValuedPropertyInfo in org.chromattic.core.mapper.onetoone.hierarchical
 

Constructors in org.chromattic.core.mapper.onetoone.hierarchical with parameters of type SingleValuedPropertyInfo
JCRNamedChildParentPropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info, String nodeName)
           
JCRNamedChildPropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info, String relatedName)
           
 

Uses of SingleValuedPropertyInfo in org.chromattic.core.mapper.onetoone.mixin
 

Constructors in org.chromattic.core.mapper.onetoone.mixin with parameters of type SingleValuedPropertyInfo
JCRMixinParentPropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info)
           
 

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

Constructors in org.chromattic.core.mapper.property with parameters of type SingleValuedPropertyInfo
JCRPropertyPropertyMapper(SingleValuedPropertyInfo<SimpleValueInfo> info, String jcrPropertyName)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.