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 VersionValueVersionValue. NEGATIVEAssume the transient instance is newly instantiated if the version is negative, otherwise assume it is a detached instance.static VersionValueVersionValue. NULLAssume the transient instance is newly instantiated if the version is null, otherwise assume it is a detached instance.static VersionValueVersionValue. UNDEFINEDAssume 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 VersionValueVersionProperty. 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.
-