Uses of Interface
to.etc.domui.util.db.IModelCopier

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

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

Classes in to.etc.domui.hibernate.model that implement IModelCopier
 class HibernateModelCopier
           
 

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

Classes in to.etc.domui.util.db that implement IModelCopier
 class QBasicModelCopier
           
 

Methods in to.etc.domui.util.db with parameters of type IModelCopier
static void QCopy.setImplementation(IModelCopier m)