Class TranslatorContext
java.lang.Object
org.apache.cayenne.access.translator.select.TranslatorContext
- All Implemented Interfaces:
SQLGenerationContext
Context that holds all data necessary for query translation as well as a result of that translation.
- Since:
- 4.2
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getBindings
- Specified by:
getBindings
in interfaceSQLGenerationContext
-
getAdapter
- Specified by:
getAdapter
in interfaceSQLGenerationContext
-
getRootDbEntity
- Specified by:
getRootDbEntity
in interfaceSQLGenerationContext
-
getQuotingStrategy
- Specified by:
getQuotingStrategy
in interfaceSQLGenerationContext
-