|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractDynamicPersistentMethod | |
---|---|
org.codehaus.groovy.grails.orm.hibernate.metaclass |
Uses of AbstractDynamicPersistentMethod in org.codehaus.groovy.grails.orm.hibernate.metaclass |
---|
Subclasses of AbstractDynamicPersistentMethod in org.codehaus.groovy.grails.orm.hibernate.metaclass | |
---|---|
class |
AbstractSavePersistentMethod
Abstract class for different implementations that perform saving to implement |
class |
DeletePersistentMethod
|
class |
DiscardPersistentMethod
A method that allows you to discard changes to a domain class |
class |
MergePersistentMethod
The merge() method follows the semantics of merge which attempts to "merge" an object with a long lived session |
class |
RefreshPersistentMethod
The "refresh" persistent instance method. |
class |
SavePersistentMethod
This method follows the semantics of saveOrUpdate of scheduling the object for persistence when a flush occurs. |
class |
ValidatePersistentMethod
A method that validates an instance of a domain class against its constraints |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |