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

Packages that use SingleValuedPropertyInfo
org.chromattic.metamodel.mapping   
 

Uses of SingleValuedPropertyInfo in org.chromattic.metamodel.mapping
 

Constructors in org.chromattic.metamodel.mapping with parameters of type SingleValuedPropertyInfo
AttributeMapping(SingleValuedPropertyInfo<SimpleValueInfo> property, NodeAttributeType type)
           
RelationshipMapping.ManyToOne.Hierarchic(SingleValuedPropertyInfo<BeanValueInfo> property, java.lang.String declaredPrefix, java.lang.String prefix)
           
RelationshipMapping.ManyToOne.Reference(SingleValuedPropertyInfo<BeanValueInfo> property, java.lang.String mappedBy, RelationshipType type)
           
RelationshipMapping.ManyToOne(SingleValuedPropertyInfo<BeanValueInfo> property)
           
RelationshipMapping.OneToOne.Embedded(SingleValuedPropertyInfo<BeanValueInfo> property, boolean owner)
           
RelationshipMapping.OneToOne.Hierarchic(SingleValuedPropertyInfo<BeanValueInfo> property, boolean owner, java.lang.String declaredPrefix, java.lang.String prefix, java.lang.String localName, boolean mandatory, boolean autocreated)
           
RelationshipMapping.OneToOne(SingleValuedPropertyInfo<BeanValueInfo> property, boolean owner)
           
ValueMapping.Single(SingleValuedPropertyInfo<SimpleValueInfo> property, PropertyDefinitionMapping propertyDefinition)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.