Uses of Class
org.hibernate.engine.spi.IdentifierValue
Packages that use IdentifierValue
Package
Description
Support for many of the internal workings of Hibernate.
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.internal
Methods in org.hibernate.engine.internal that return IdentifierValueModifier and TypeMethodDescriptionstatic IdentifierValue
UnsavedValueFactory.getUnsavedIdentifierValue
(KeyValue bootIdMapping, JavaType<?> idJavaType, Getter getter, Supplier<?> templateInstanceAccess) Return the UnsavedValueStrategy for determining whether an entity instance is unsaved based on the identifier. -
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 -
Uses of IdentifierValue in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return IdentifierValue -
Uses of IdentifierValue in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return IdentifierValueModifier and TypeMethodDescriptionAnonymousTupleBasicEntityIdentifierMapping.getUnsavedStrategy()
AnonymousTupleEmbeddedEntityIdentifierMapping.getUnsavedStrategy()
AnonymousTupleNonAggregatedEntityIdentifierMapping.getUnsavedStrategy()