Uses of Class
org.hibernate.engine.spi.VersionValue
-
Packages that use VersionValue Package Description org.hibernate.engine.spi org.hibernate.tuple.entity -
-
Uses of VersionValue in org.hibernate.engine.spi
Fields in org.hibernate.engine.spi declared as VersionValue Modifier and Type Field Description static VersionValue
VersionValue. NEGATIVE
Assume the transient instance is newly instantiated if the version is negative, otherwise assume it is a detached instance.static VersionValue
VersionValue. NULL
Assume the transient instance is newly instantiated if the version is null, otherwise assume it is a detached instance.static VersionValue
VersionValue. UNDEFINED
Assume the transient instance is newly instantiated if the version is null, otherwise defer to the identifier unsaved-value. -
Uses of VersionValue in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return VersionValue Modifier and Type Method Description VersionValue
VersionProperty. getUnsavedValue()
Constructors in org.hibernate.tuple.entity with parameters of type VersionValue Constructor Description VersionProperty(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, java.lang.String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation, VersionValue unsavedValue)
Constructs VersionProperty instances.
-