|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.jdbc.dataaccess.TenantAwareSQLTransformer
public class TenantAwareSQLTransformer
class to transform the sql to be tenant-aware. Once the query is passed to the constructor this will be keeping the transformed query.
Constructor Summary | |
---|---|
TenantAwareSQLTransformer(java.lang.String sqlQuery)
Construct the TenantAwareSQLTransformer for a given query |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TenantAwareSQLTransformer(java.lang.String sqlQuery) throws RegistryException
sqlQuery
- the query to transform to tenant aware sql
RegistryException
- throws if the transformation failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |