class CriteriaBuilderSpec extends GrailsDataTckSpec
Abstract base test for criteria queries. Subclasses should do the necessary setup to configure GORM
Properties inherited from class | Properties |
---|---|
class GrailsDataTckSpec |
manager |
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 GrailsDataTckSpec |
cleanup, cleanupSpec, setup, setupSpec |