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 classAbstractIdentifierBase abstract implementation ofIdentifier.classCompositeIdentifierRepresents an identifier based on acomposite-idmapping.classSimpleIdentifierRepresents a simple identifier mapping.Methods in org.hibernate.envers.boot.model that return Identifier Modifier and Type Method Description IdentifierRootPersistentEntity. getIdentifier()Methods in org.hibernate.envers.boot.model with parameters of type Identifier Modifier and Type Method Description voidRootPersistentEntity. 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 voidAbstractMetadataGenerator. 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 IdentifierIdMappingData. getIdentifier()Constructors in org.hibernate.envers.internal.entities with parameters of type Identifier Constructor Description IdMappingData(IdMapper mapper, Identifier identifier, IdentifierRelation relation)
-