org.chromattic.metamodel.mapping
Class RelationshipMapping.OneToMany<R extends RelationshipMapping.ManyToOne,K extends ValueKind.Multi>

java.lang.Object
  extended by org.chromattic.metamodel.mapping.PropertyMapping<P,BeanValueInfo,K>
      extended by org.chromattic.metamodel.mapping.RelationshipMapping<PropertyInfo<BeanValueInfo,K>,R,K>
          extended by org.chromattic.metamodel.mapping.RelationshipMapping.OneToMany<R,K>
Direct Known Subclasses:
RelationshipMapping.OneToMany.Hierarchic, RelationshipMapping.OneToMany.Reference
Enclosing class:
RelationshipMapping<P extends PropertyInfo<BeanValueInfo,K>,R extends RelationshipMapping,K extends ValueKind>

public abstract static class RelationshipMapping.OneToMany<R extends RelationshipMapping.ManyToOne,K extends ValueKind.Multi>
extends RelationshipMapping<PropertyInfo<BeanValueInfo,K>,R,K>


Nested Class Summary
static class RelationshipMapping.OneToMany.Hierarchic<K extends ValueKind.Multi>
           
static class RelationshipMapping.OneToMany.Reference<K extends ValueKind.Multi>
           
 
Nested classes/interfaces inherited from class org.chromattic.metamodel.mapping.RelationshipMapping
RelationshipMapping.ManyToOne<R extends RelationshipMapping.OneToMany>, RelationshipMapping.OneToMany<R extends RelationshipMapping.ManyToOne,K extends ValueKind.Multi>, RelationshipMapping.OneToOne<R extends RelationshipMapping.OneToOne>
 
Constructor Summary
protected RelationshipMapping.OneToMany(java.lang.Class<R> relatedRelationhipType, PropertyInfo<BeanValueInfo,K> property)
           
 
Method Summary
 
Methods inherited from class org.chromattic.metamodel.mapping.RelationshipMapping
getRelatedBean, getRelatedBeanMapping, getRelatedRelationshipMapping, isTypeCovariant
 
Methods inherited from class org.chromattic.metamodel.mapping.PropertyMapping
accept, getName, getOwner, getParent, getProperty, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipMapping.OneToMany

protected RelationshipMapping.OneToMany(java.lang.Class<R> relatedRelationhipType,
                                        PropertyInfo<BeanValueInfo,K> property)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.