Uses of Interface
org.apache.openejb.jee.jpa.RelationField

Packages that use RelationField
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of RelationField in org.apache.openejb.jee.jpa
 

Classes in org.apache.openejb.jee.jpa that implement RelationField
 class ManyToMany
           
 class ManyToOne
           
 class OneToMany
           
 class OneToOne
           
 

Fields in org.apache.openejb.jee.jpa declared as RelationField
protected  RelationField ManyToOne.relatedField
           
protected  RelationField OneToMany.relatedField
           
protected  RelationField OneToOne.relatedField
           
protected  RelationField ManyToMany.relatedField
           
 

Methods in org.apache.openejb.jee.jpa that return RelationField
 RelationField ManyToOne.getRelatedField()
          This is only used for xml converters and will normally return null.
 RelationField RelationField.getRelatedField()
          This is only used for xml converters and will normally return null.
 RelationField OneToMany.getRelatedField()
          This is only used for xml converters and will normally return null.
 RelationField OneToOne.getRelatedField()
          This is only used for xml converters and will normally return null.
 RelationField ManyToMany.getRelatedField()
          This is only used for xml converters and will normally return null.
 

Methods in org.apache.openejb.jee.jpa that return types with arguments of type RelationField
 Map<String,RelationField> Attributes.getRelationshipFieldMap()
           
 

Methods in org.apache.openejb.jee.jpa with parameters of type RelationField
 void ManyToOne.setRelatedField(RelationField value)
          Gets the field on the target entity for this relationship.
 void RelationField.setRelatedField(RelationField value)
          Gets the field on the target entity for this relationship.
 void OneToMany.setRelatedField(RelationField value)
          Gets the field on the target entity for this relationship.
 void OneToOne.setRelatedField(RelationField value)
          Gets the field on the target entity for this relationship.
 void ManyToMany.setRelatedField(RelationField value)
          Gets the field on the target entity for this relationship.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.