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 This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).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 IdentifierValueUnsavedValueFactory. 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 IdentifierValueIdentifierValue. ANYAlways assume the transient instance is newly instantiatedstatic IdentifierValueIdentifierValue. NONENever assume the transient instance is newly instantiatedstatic IdentifierValueIdentifierValue. NULLAssume the transient instance is newly instantiated if the identifier is null.static IdentifierValueIdentifierValue. UNDEFINEDAssume nothing. -
Uses of IdentifierValue in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return IdentifierValue Modifier and Type Method Description default IdentifierValueCompositeIdentifierMapping. getUnsavedStrategy()IdentifierValueEntityIdentifierMapping. 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 IdentifierValueBasicEntityIdentifierMappingImpl. getUnsavedStrategy() -
Uses of IdentifierValue in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return IdentifierValue Modifier and Type Method Description IdentifierValueAnonymousTupleBasicEntityIdentifierMapping. getUnsavedStrategy()IdentifierValueAnonymousTupleEmbeddedEntityIdentifierMapping. getUnsavedStrategy()IdentifierValueAnonymousTupleNonAggregatedEntityIdentifierMapping. getUnsavedStrategy()
-