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

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

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

Fields in net.sf.hibernate.engine declared as Cascades.IdentifierValue
static Cascades.IdentifierValue Cascades.SAVE_ANY
          Always assume the transient instance is newly instantiated
static Cascades.IdentifierValue Cascades.SAVE_NONE
          Never assume the transient instance is newly instantiated
static Cascades.IdentifierValue Cascades.SAVE_NULL
          Assume the transient instance is newly instantiated if the identifier is null.