org.chromattic.metamodel.mapping
Class RelationshipMapping.OneToOne<R extends RelationshipMapping.OneToOne>

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.OneToOne<R>
Direct Known Subclasses:
RelationshipMapping.OneToOne.Embedded, RelationshipMapping.OneToOne.Hierarchic
Enclosing class:
RelationshipMapping<P extends PropertyInfo<BeanValueInfo,K>,R extends RelationshipMapping,K extends ValueKind>

public abstract static class RelationshipMapping.OneToOne<R extends RelationshipMapping.OneToOne>
extends RelationshipMapping<PropertyInfo<BeanValueInfo,ValueKind.Single>,R,ValueKind.Single>


Nested Class Summary
static class RelationshipMapping.OneToOne.Embedded
           
static class RelationshipMapping.OneToOne.Hierarchic
           
 
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.OneToOne(java.lang.Class<R> relatedRelationhipType, PropertyInfo<BeanValueInfo,ValueKind.Single> property, boolean owner)
           
 
Method Summary
 boolean isOwner()
           
 
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.OneToOne

protected RelationshipMapping.OneToOne(java.lang.Class<R> relatedRelationhipType,
                                       PropertyInfo<BeanValueInfo,ValueKind.Single> property,
                                       boolean owner)
Method Detail

isOwner

public boolean isOwner()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.