|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationType | |
|---|---|
| org.hibernate.envers.entities | |
| Uses of RelationType in org.hibernate.envers.entities |
|---|
| Methods in org.hibernate.envers.entities that return RelationType | |
|---|---|
RelationType |
RelationDescription.getRelationType()
|
static RelationType |
RelationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RelationType[] |
RelationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.hibernate.envers.entities with parameters of type RelationType | |
|---|---|
RelationDescription(String fromPropertyName,
RelationType relationType,
String toEntityName,
String mappedByPropertyName,
IdMapper idMapper,
PropertyMapper fakeBidirectionalRelationMapper,
PropertyMapper fakeBidirectionalRelationIndexMapper,
boolean insertable)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||