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>,R extends RelationshipMapping>
           
 

Constructor parameters in org.chromattic.metamodel.mapping with type arguments of type BeanValueInfo
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.OneToMany.Hierarchic(MultiValuedPropertyInfo<BeanValueInfo> property, java.lang.String declaredPrefix, java.lang.String prefix)
           
RelationshipMapping.OneToMany.Reference(MultiValuedPropertyInfo<BeanValueInfo> property, java.lang.String mappedBy, RelationshipType type)
           
RelationshipMapping.OneToMany(MultiValuedPropertyInfo<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)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.