Uses of Class
org.hibernate.engine.spi.IdentifierValue
-
Packages that use IdentifierValue Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.query.derived -
-
Uses of IdentifierValue in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return IdentifierValue Modifier and Type Method Description static IdentifierValue
UnsavedValueFactory. getUnsavedIdentifierValue(KeyValue bootIdMapping, JavaType<?> idJtd, 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 IdentifierValue Modifier and Type Field Description static IdentifierValue
IdentifierValue. ANY
Always assume the transient instance is newly instantiatedstatic IdentifierValue
IdentifierValue. NONE
Never assume the transient instance is newly instantiatedstatic IdentifierValue
IdentifierValue. NULL
Assume the transient instance is newly instantiated if the identifier is null.static IdentifierValue
IdentifierValue. UNDEFINED
Assume nothing. -
Uses of IdentifierValue in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return IdentifierValue Modifier and Type Method Description default IdentifierValue
CompositeIdentifierMapping. getUnsavedStrategy()
IdentifierValue
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 Modifier and Type Method Description IdentifierValue
BasicEntityIdentifierMappingImpl. getUnsavedStrategy()
-
Uses of IdentifierValue in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return IdentifierValue Modifier and Type Method Description IdentifierValue
AnonymousTupleBasicEntityIdentifierMapping. getUnsavedStrategy()
IdentifierValue
AnonymousTupleEmbeddedEntityIdentifierMapping. getUnsavedStrategy()
IdentifierValue
AnonymousTupleNonAggregatedEntityIdentifierMapping. getUnsavedStrategy()
-