Uses of Interface
org.hibernate.envers.boot.model.Identifier
-
Packages that use Identifier Package Description org.hibernate.envers.boot.model org.hibernate.envers.configuration.internal.metadata org.hibernate.envers.internal.entities -
-
Uses of Identifier in org.hibernate.envers.boot.model
Classes in org.hibernate.envers.boot.model that implement Identifier Modifier and Type Class Description class
AbstractIdentifier
Base abstract implementation ofIdentifier
.class
CompositeIdentifier
Represents an identifier based on acomposite-id
mapping.class
SimpleIdentifier
Represents a simple identifier mapping.Methods in org.hibernate.envers.boot.model that return Identifier Modifier and Type Method Description Identifier
RootPersistentEntity. getIdentifier()
Methods in org.hibernate.envers.boot.model with parameters of type Identifier Modifier and Type Method Description void
RootPersistentEntity. setIdentifier(Identifier identifier)
-
Uses of Identifier in org.hibernate.envers.configuration.internal.metadata
Methods in org.hibernate.envers.configuration.internal.metadata with parameters of type Identifier Modifier and Type Method Description protected void
AbstractMetadataGenerator. addRevisionInfoRelationToIdentifier(Identifier identifier)
-
Uses of Identifier in org.hibernate.envers.internal.entities
Methods in org.hibernate.envers.internal.entities that return Identifier Modifier and Type Method Description Identifier
IdMappingData. getIdentifier()
Constructors in org.hibernate.envers.internal.entities with parameters of type Identifier Constructor Description IdMappingData(IdMapper mapper, Identifier identifier, IdentifierRelation relation)
-