站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Class net.sf.hibernate.engine.Cascades.VersionValue (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


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.