Uses of Class
net.sf.hibernate.engine.Cascades.VersionValue

Packages that use Cascades.VersionValue
net.sf.hibernate.engine   
 

Uses of Cascades.VersionValue in net.sf.hibernate.engine
 

Fields in net.sf.hibernate.engine declared as Cascades.VersionValue
static Cascades.VersionValue Cascades.VERSION_SAVE_NULL
          Assume the transient instance is newly instantiated if the version is null, otherwise assume it is a detached instance.
static Cascades.VersionValue Cascades.VERSION_UNDEFINED
          Assume the transient instance is newly instantiated if the version is null, otherwise defer to the identifier unsaved-value.
static Cascades.VersionValue Cascades.VERSION_NEGATIVE
          Assume the transient instance is newly instantiated if the version is negative, otherwise assume it is a detached instance.