Uses of Class
org.hibernate.envers.internal.entities.RelationType
-
Packages that use RelationType Package Description org.hibernate.envers.internal.entities -
-
Uses of RelationType in org.hibernate.envers.internal.entities
Methods in org.hibernate.envers.internal.entities that return RelationType Modifier and Type Method Description RelationTypeRelationDescription. getRelationType()static RelationTypeRelationType. 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.Methods in org.hibernate.envers.internal.entities with parameters of type RelationType Modifier and Type Method Description static RelationDescriptionRelationDescription. toMany(String fromPropertyName, RelationType relationType, String toEntityName, String mappedByPropertyName, IdMapper idMapper, PropertyMapper fakeBidirectionalRelationMapper, PropertyMapper fakeBidirectionalRelationIndexMapper, MiddleIdData referencingIdData, MiddleIdData referencedIdData, String auditMiddleEntityName, boolean insertable, boolean indexed)static RelationDescriptionRelationDescription. toOne(String fromPropertyName, RelationType relationType, String toEntityName, String mappedByPropertyName, IdMapper idMapper, PropertyMapper fakeBidirectionalRelationMapper, PropertyMapper fakeBidirectionalRelationIndexMapper, boolean insertable, boolean ignoreNotFound)
-