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

Packages that use BeanValueInfo
org.chromattic.metamodel.mapping   
 

Uses of BeanValueInfo in org.chromattic.metamodel.mapping
 

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

Constructor parameters in org.chromattic.metamodel.mapping with type arguments of type BeanValueInfo
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)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.