Uses of Enum Class
org.hibernate.envers.internal.entities.RelationType
Packages that use RelationType
-
Uses of RelationType in org.hibernate.envers.internal.entities
Methods in org.hibernate.envers.internal.entities that return RelationTypeModifier and TypeMethodDescriptionRelationDescription.getRelationType()static RelationTypeReturns the enum constant of this class with the specified name.static RelationType[]RelationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.envers.internal.entities with parameters of type RelationTypeModifier and TypeMethodDescriptionstatic 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)