org.chromattic.metamodel.mapping
Class RelationshipMapping.ManyToOne.Hierarchic

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

public static class RelationshipMapping.ManyToOne.Hierarchic
extends RelationshipMapping.ManyToOne<RelationshipMapping.OneToMany.Hierarchic>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.chromattic.metamodel.mapping.RelationshipMapping.ManyToOne
RelationshipMapping.ManyToOne.Hierarchic, RelationshipMapping.ManyToOne.Reference
 
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
RelationshipMapping.ManyToOne.Hierarchic(PropertyInfo<BeanValueInfo,ValueKind.Single> property, java.lang.String declaredPrefix, java.lang.String prefix)
           
 
Method Summary
 void accept(MappingVisitor visitor)
           
 java.lang.String getDeclaredPrefix()
           
 java.lang.String getPrefix()
           
 boolean matches(RelationshipMapping.OneToMany.Hierarchic relationship)
           
 
Methods inherited from class org.chromattic.metamodel.mapping.RelationshipMapping
getRelatedBean, getRelatedBeanMapping, getRelatedRelationshipMapping, isTypeCovariant
 
Methods inherited from class org.chromattic.metamodel.mapping.PropertyMapping
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.ManyToOne.Hierarchic

public RelationshipMapping.ManyToOne.Hierarchic(PropertyInfo<BeanValueInfo,ValueKind.Single> property,
                                                java.lang.String declaredPrefix,
                                                java.lang.String prefix)
Method Detail

getDeclaredPrefix

public java.lang.String getDeclaredPrefix()

getPrefix

public java.lang.String getPrefix()

accept

public void accept(MappingVisitor visitor)
Specified by:
accept in class PropertyMapping<PropertyInfo<BeanValueInfo,ValueKind.Single>,BeanValueInfo,ValueKind.Single>

matches

public boolean matches(RelationshipMapping.OneToMany.Hierarchic relationship)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.