Uses of Class
org.hibernate.engine.spi.IdentifierValue
-
Packages that use IdentifierValue Package Description org.hibernate.engine.spi org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.query.derived -
-
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.query.derived
Methods in org.hibernate.query.derived that return IdentifierValue Modifier and Type Method Description IdentifierValueAnonymousTupleBasicEntityIdentifierMapping. getUnsavedStrategy()IdentifierValueAnonymousTupleEmbeddedEntityIdentifierMapping. getUnsavedStrategy()IdentifierValueAnonymousTupleNonAggregatedEntityIdentifierMapping. getUnsavedStrategy()
-