| Package | Description |
|---|---|
| org.apache.openejb.jee.jpa |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManyToMany |
class |
ManyToOne |
class |
OneToMany |
class |
OneToOne |
| Modifier and Type | Field and Description |
|---|---|
protected RelationField |
ManyToMany.relatedField |
protected RelationField |
OneToOne.relatedField |
protected RelationField |
OneToMany.relatedField |
protected RelationField |
ManyToOne.relatedField |
| Modifier and Type | Method and Description |
|---|---|
RelationField |
ManyToMany.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 |
OneToMany.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 |
ManyToOne.getRelatedField()
This is only used for xml converters and will normally return null.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RelationField> |
Attributes.getRelationshipFieldMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
ManyToMany.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 |
OneToMany.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 |
ManyToOne.setRelatedField(RelationField value)
Gets the field on the target entity for this relationship.
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.