@CompileStatic class MultiTenantConnection extends Object implements Connection
Allows restoring the target schema prior to releasing the connection to the pool in Multi-Tenant environment
| Type | Name and description |
|---|---|
SchemaHandler |
schemaHandler |
Connection |
target |
| Constructor and description |
|---|
MultiTenantConnection(Connection target, SchemaHandler schemaHandler) |
Groovy Documentation