class DirtyCheckingSpec extends GormDatastoreSpec
Type | Name and description |
---|---|
ProxyHandler |
proxyHandler |
Properties inherited from class | Properties |
---|---|
class GormDatastoreSpec |
CURRENT_TEST_NAME, SETUP_CLASS_NAME, TEST_CLASSES, session, setupClass |
Constructor and description |
---|
DirtyCheckingSpec() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
Test that dirty checking methods work when changing entities() |
|
java.util.List |
getDomainClasses() |
|
java.lang.Object |
setup() |
|
void |
test initialized proxy is not marked as dirty() |
|
void |
test relationships are marked dirty when proxies are used but different() |
|
void |
test relationships marked dirty when domain objects are used and changed() |
|
void |
test relationships not marked dirty when domain objects are used() |
|
void |
test relationships not marked dirty when proxies are used() |
Methods inherited from class | Name |
---|---|
class GormDatastoreSpec |
cleanup, createSession, getDomainClasses, loadSetupClass, setup, setupSpec |
Groovy Documentation