@spock.lang.Issue(value: https://github.com/apache/grails-core/issues/15416)
@spock.lang.Requires(value: { ... })
class WhereQueryConnectionRoutingSpec
extends GrailsDataTckSpec
| Type | Name and description |
|---|---|
WhereRoutingItemService |
itemService |
| Properties inherited from class | Properties |
|---|---|
class GrailsDataTckSpec |
manager |
| Constructor and description |
|---|
WhereQueryConnectionRoutingSpec() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
@Where query does not return data from default datasource() |
|
void |
@Where query routes to secondary datasource() |
|
void |
cleanup() |
|
void |
count routes to secondary datasource() |
|
void |
findByName routes to secondary datasource() |
|
void |
list routes to secondary datasource() |
|
void |
setup() |
| Methods inherited from class | Name |
|---|---|
class GrailsDataTckSpec |
cleanup, cleanupSpec, setup, setupSpec |