class CriteriaBuilderSpec extends GormDatastoreSpec
Abstract base test for criteria queries. Subclasses should do the necessary setup to configure GORM
Properties inherited from class | Properties |
---|---|
class GormDatastoreSpec |
CURRENT_TEST_NAME, SETUP_CLASS_NAME, TEST_CLASSES, session, setupClass |
Constructor and description |
---|
CriteriaBuilderSpec() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
Test conjunction query() |
|
void |
Test count distinct projection() |
|
void |
Test count()() |
|
void |
Test disjunction query() |
|
void |
Test get minimum value with projection() |
|
void |
Test id projection() |
|
void |
Test idEq method() |
|
void |
Test list() query() |
|
void |
Test obtain a single result() |
|
void |
Test obtain association entity using property projection() |
|
void |
Test obtain property value using projection() |
|
void |
Test order by a property name() |
Methods inherited from class | Name |
---|---|
class GormDatastoreSpec |
cleanup, createSession, getDomainClasses, loadSetupClass, setup, setupSpec |