| Package | Description |
|---|---|
| org.hibernate.envers.entities |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
RelationDescription(String fromPropertyName,
RelationType relationType,
String toEntityName,
String mappedByPropertyName,
IdMapper idMapper,
PropertyMapper fakeBidirectionalRelationMapper,
PropertyMapper fakeBidirectionalRelationIndexMapper,
boolean insertable) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved