class DirtyCheckingSpec extends GrailsDataTckSpec
Type | Name and description |
---|---|
ProxyHandler |
proxyHandler |
Properties inherited from class | Properties |
---|---|
class GrailsDataTckSpec |
manager |
Constructor and description |
---|
DirtyCheckingSpec() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
Test that dirty checking methods work when changing entities() |
|
java.lang.Object |
setup() |
|
void |
setupSpec() |
|
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 GrailsDataTckSpec |
cleanup, cleanupSpec, setup, setupSpec |
Groovy Documentation