Package org.hibernate.query.sql.spi
Interface SqlTranslationEngine
- All Superinterfaces:
BindingContext
,SqlAstCreationContext
- All Known Implementing Classes:
SqlTranslationEngineImpl
Introduced as an analog of
QueryEngine
and/or NodeBuilder
for the SQL
translation and rendering phases. For now there is nothing here.- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from interface org.hibernate.query.BindingContext
getJpaMetamodel, getTypeConfiguration
Methods inherited from interface org.hibernate.sql.ast.spi.SqlAstCreationContext
getDialect, getFetchProfile, getMappingMetamodel, getMaximumFetchDepth, getSessionFactory, getSqmFunctionRegistry, getWrapperOptions, isJpaQueryComplianceEnabled
-
Method Details
-
containsFetchProfileDefinition
-
getDefinedFetchProfileNames
-