Uses of Class
org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractSavePersistentMethod

Packages that use AbstractSavePersistentMethod
org.codehaus.groovy.grails.orm.hibernate.metaclass   
 

Uses of AbstractSavePersistentMethod in org.codehaus.groovy.grails.orm.hibernate.metaclass
 

Subclasses of AbstractSavePersistentMethod in org.codehaus.groovy.grails.orm.hibernate.metaclass
 class MergePersistentMethod
          The merge() method follows the semantics of merge which attempts to "merge" an object with a long lived session
 class SavePersistentMethod
          This method follows the semantics of saveOrUpdate of scheduling the object for persistence when a flush occurs.
 



Copyright (c) 2005-2006 The Grails project