Uses of Class
org.hibernate.engine.spi.IdentifierValue
Packages that use IdentifierValue
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
-
Uses of IdentifierValue in org.hibernate.engine.spi
Fields in org.hibernate.engine.spi declared as IdentifierValueModifier and TypeFieldDescriptionstatic final IdentifierValue
IdentifierValue.ANY
Always assume the transient instance is newly instantiatedstatic final IdentifierValue
IdentifierValue.NONE
Never assume the transient instance is newly instantiatedstatic final IdentifierValue
IdentifierValue.NULL
Assume the transient instance is newly instantiated if the identifier is null.static final IdentifierValue
IdentifierValue.UNDEFINED
Assume nothing. -
Uses of IdentifierValue in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return IdentifierValueModifier and TypeMethodDescriptiondefault IdentifierValue
CompositeIdentifierMapping.getUnsavedStrategy()
EntityIdentifierMapping.getUnsavedStrategy()
The strategy for distinguishing between detached and transient state based on the identifier mapping