| |
|
| org.apache.openejb.jee.jpa.RelationField
All known Subclasses: org.apache.openejb.jee.jpa.OneToOne, org.apache.openejb.jee.jpa.ManyToMany, org.apache.openejb.jee.jpa.OneToMany, org.apache.openejb.jee.jpa.ManyToOne,
RelationField | public interface RelationField (Code) | | |
getRelatedField | RelationField getRelatedField()(Code) | | This is only used for xml converters and will normally return null.
Gets the field on the target entity for this relationship.
the field on the target entity for this relationship. |
isSyntheticField | boolean isSyntheticField()(Code) | | This is only used for xml converters and will normally return false.
A true value indicates that this field was generated for CMR back references.
true if this field was generated for CMR back references. |
setRelatedField | void setRelatedField(RelationField value)(Code) | | Gets the field on the target entity for this relationship.
Parameters: value - field on the target entity for this relationship. |
setSyntheticField | void setSyntheticField(boolean syntheticField)(Code) | | This is only used for xml converters and will normally return false.
A true value indicates that this field was generated for CMR back references.
true if this field was generated for CMR back references. |
|
|
|