@spock.util.environment.RestoreSystemProperties
@spock.lang.Requires(value: { ... })
class DataServiceMultiTenantConnectionRoutingSpec
extends GrailsDataTckSpec
| Type | Name and description |
|---|---|
DataServiceRoutingMetricService |
metricService |
| Properties inherited from class | Properties |
|---|---|
class GrailsDataTckSpec |
manager |
| Constructor and description |
|---|
DataServiceMultiTenantConnectionRoutingSpec() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
cleanup() |
|
void |
count is scoped to current tenant on secondary datasource() |
|
void |
delete removes from secondary datasource() |
|
void |
findByName routes to secondary datasource with tenant isolation() |
|
void |
get retrieves from secondary datasource() |
|
void |
save routes to secondary datasource with tenant isolation() |
|
void |
setup() |
| Methods inherited from class | Name |
|---|---|
class GrailsDataTckSpec |
cleanup, cleanupSpec, setup, setupSpec |