Uses of Class
org.hibernate.engine.spi.VersionValue

Packages that use VersionValue
org.hibernate.engine.internal   
org.hibernate.engine.spi   
org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes. 
 

Uses of VersionValue in org.hibernate.engine.internal
 

Methods in org.hibernate.engine.internal that return VersionValue
static VersionValue UnsavedValueFactory.getUnsavedVersionValue(String versionUnsavedValue, Getter versionGetter, VersionType versionType, Constructor constructor)
           
 

Uses of VersionValue in org.hibernate.engine.spi
 

Fields in org.hibernate.engine.spi declared as VersionValue
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
 

Methods in org.hibernate.tuple that return VersionValue
 VersionValue VersionProperty.getUnsavedValue()
           
 

Constructors in org.hibernate.tuple with parameters of type VersionValue
VersionProperty(String name, String node, Type type, boolean lazy, boolean insertable, boolean updateable, boolean insertGenerated, boolean updateGenerated, boolean nullable, boolean checkable, boolean versionable, CascadeStyle cascadeStyle, VersionValue unsavedValue)
          Constructs VersionProperty instances.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.