Uses of Interface
org.hibernate.envers.boot.model.Identifier
Packages that use Identifier
Package
Description
-
Uses of Identifier in org.hibernate.envers.boot.model
Classes in org.hibernate.envers.boot.model that implement IdentifierModifier and TypeClassDescriptionclass
Base abstract implementation ofIdentifier
.class
Represents an identifier based on acomposite-id
mapping.class
Represents a simple identifier mapping.Methods in org.hibernate.envers.boot.model that return IdentifierMethods in org.hibernate.envers.boot.model with parameters of type Identifier -
Uses of Identifier in org.hibernate.envers.configuration.internal.metadata
Methods in org.hibernate.envers.configuration.internal.metadata with parameters of type IdentifierModifier and TypeMethodDescriptionprotected void
AbstractMetadataGenerator.addRevisionInfoRelationToIdentifier
(Identifier identifier) -
Uses of Identifier in org.hibernate.envers.internal.entities
Methods in org.hibernate.envers.internal.entities that return IdentifierConstructors in org.hibernate.envers.internal.entities with parameters of type IdentifierModifierConstructorDescriptionIdMappingData
(IdMapper mapper, Identifier identifier, IdentifierRelation relation)