Uses of Class
to.etc.domui.util.db.QPersistentObjectState

Packages that use QPersistentObjectState
to.etc.domui.hibernate.model   
to.etc.domui.util.db   
 

Uses of QPersistentObjectState in to.etc.domui.hibernate.model
 

Methods in to.etc.domui.hibernate.model that return QPersistentObjectState
protected  QPersistentObjectState HibernateModelCopier.getObjectState(QDataContext dc, java.lang.Class<?> pclass, java.lang.Object pk)
           
protected  QPersistentObjectState HibernateModelCopier.getObjectState(QDataContext dc, java.lang.Object instance)
          Determine the object state using internal Hibernate data structures.
 

Uses of QPersistentObjectState in to.etc.domui.util.db
 

Methods in to.etc.domui.util.db that return QPersistentObjectState
protected abstract  QPersistentObjectState QBasicModelCopier.getObjectState(QDataContext dc, java.lang.Class<?> pclass, java.lang.Object pk)
           
protected abstract  QPersistentObjectState QBasicModelCopier.getObjectState(QDataContext dc, java.lang.Object instance)
           
static QPersistentObjectState QPersistentObjectState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QPersistentObjectState[] QPersistentObjectState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.