Uses of Interface
org.hibernate.envers.boot.model.Identifier
-
Packages that use Identifier Package Description org.hibernate.envers.boot.model -
-
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)
-