Uses of Class
org.chromattic.metamodel.bean.ValueKind.Single

Packages that use ValueKind.Single
org.chromattic.metamodel.bean   
org.chromattic.metamodel.mapping   
 

Uses of ValueKind.Single in org.chromattic.metamodel.bean
 

Fields in org.chromattic.metamodel.bean declared as ValueKind.Single
static ValueKind.Single ValueKind.SINGLE
          .
 

Uses of ValueKind.Single in org.chromattic.metamodel.mapping
 

Method parameters in org.chromattic.metamodel.mapping with type arguments of type ValueKind.Single
 void MappingVisitor.singleValueMapping(ValueMapping<ValueKind.Single> mapping)
           
 

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



Copyright © 2011 eXo Platform SAS. All Rights Reserved.