| Package | Description |
|---|---|
| org.hibernate.envers.entities |
| Modifier and Type | Method and Description |
|---|---|
RelationType |
RelationDescription.getRelationType() |
static RelationType |
RelationType.valueOf(java.lang.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(java.lang.String fromPropertyName,
RelationType relationType,
java.lang.String toEntityName,
java.lang.String mappedByPropertyName,
IdMapper idMapper,
PropertyMapper fakeBidirectionalRelationMapper,
PropertyMapper fakeBidirectionalRelationIndexMapper,
boolean insertable) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.