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.embedded   
org.chromattic.core.mapper.onetoone.hierarchical   
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(Class<O> contextType, 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(Class<O> contextType, SingleValuedPropertyInfo<BeanValueInfo> info, String propertyName, LinkType linkType)
           
 

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

Constructors in org.chromattic.core.mapper.onetoone.embedded with parameters of type SingleValuedPropertyInfo
JCREmbeddedParentPropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info)
           
JCREmbeddedPropertyMapper(SingleValuedPropertyInfo<BeanValueInfo> info)
           
 

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

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

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

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



Copyright © 2010 eXo Platform SAS. All Rights Reserved.