类的使用
org.hibernate.engine.spi.VersionValue
-
使用VersionValue的程序包 程序包 说明 org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi org.hibernate.tuple.entity -
-
org.hibernate.engine.internal中VersionValue的使用
返回VersionValue的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 static VersionValueUnsavedValueFactory. getUnsavedVersionValue(String versionUnsavedValue, Getter versionGetter, VersionType versionType, Constructor constructor)Return an IdentifierValue for the specified unsaved-value. -
org.hibernate.engine.spi中VersionValue的使用
声明为VersionValue的org.hibernate.engine.spi中的字段 修饰符和类型 字段 说明 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. -
org.hibernate.tuple.entity中VersionValue的使用
返回VersionValue的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 VersionValueVersionProperty. getUnsavedValue()参数类型为VersionValue的org.hibernate.tuple.entity中的构造器 构造器 说明 VersionProperty(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation, VersionValue unsavedValue)Constructs VersionProperty instances.
-