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

Packages that use PropertyInfo
org.chromattic.metamodel.bean   
org.chromattic.metamodel.mapping   
 

Uses of PropertyInfo in org.chromattic.metamodel.bean
 

Methods in org.chromattic.metamodel.bean that return PropertyInfo
 PropertyInfo PropertyInfo.getParent()
           
 PropertyInfo<?,?> BeanInfo.getProperty(java.lang.String name)
           
 

Methods in org.chromattic.metamodel.bean that return types with arguments of type PropertyInfo
 java.util.Map<java.lang.String,PropertyInfo<?,?>> BeanInfo.getProperties()
           
 

Uses of PropertyInfo in org.chromattic.metamodel.mapping
 

Classes in org.chromattic.metamodel.mapping with type parameters of type PropertyInfo
 class PropertyMapping<P extends PropertyInfo<V,K>,V extends ValueInfo,K extends ValueKind>
           
 class RelationshipMapping<P extends PropertyInfo<BeanValueInfo,K>,R extends RelationshipMapping,K extends ValueKind>
           
 

Constructors in org.chromattic.metamodel.mapping with parameters of type PropertyInfo
AttributeMapping(PropertyInfo<SimpleValueInfo,ValueKind.Single> property, NodeAttributeType type)
           
PropertiesMapping(PropertyInfo<V,ValueKind.Map> property, java.lang.String prefix, PropertyMetaType<?> metaType, ValueKind valueKind)
           
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.OneToMany.Hierarchic(PropertyInfo<BeanValueInfo,K> property, java.lang.String declaredPrefix, java.lang.String prefix)
           
RelationshipMapping.OneToMany.Reference(PropertyInfo<BeanValueInfo,K> property, java.lang.String mappedBy, RelationshipType type)
           
RelationshipMapping.OneToMany(java.lang.Class<R> relatedRelationhipType, PropertyInfo<BeanValueInfo,K> 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 © 2013 eXo Platform SAS. All Rights Reserved.