Interface SQLGenerationContext
- All Known Implementing Classes:
TranslatorContext
public interface SQLGenerationContext
- Since:
- 4.2
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAdapter
DbAdapter getAdapter() -
getBindings
Collection<DbAttributeBinding> getBindings() -
getQuotingStrategy
QuotingStrategy getQuotingStrategy() -
getRootDbEntity
DbEntity getRootDbEntity()
-