Package org.hibernate.query.spi
Interface QueryEngine
- All Known Implementing Classes:
MockSessionFactory
,ProcessorSessionFactory
,QueryEngineImpl
Aggregation and encapsulation of the components Hibernate uses
to execute queries (HQL, Criteria and native)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The default soft reference count. -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
default <R> HqlInterpretation<R>
interpretHql
(String hql, Class<R> resultType) void
-
Field Details
-
DEFAULT_QUERY_PLAN_MAX_COUNT
static final int DEFAULT_QUERY_PLAN_MAX_COUNTThe default soft reference count.- See Also:
-
-
Method Details
-
getNativeQueryInterpreter
NativeQueryInterpreter getNativeQueryInterpreter() -
getInterpretationCache
QueryInterpretationCache getInterpretationCache() -
getSqmFunctionRegistry
SqmFunctionRegistry getSqmFunctionRegistry() -
getTypeConfiguration
TypeConfiguration getTypeConfiguration() -
getCriteriaBuilder
NodeBuilder getCriteriaBuilder() -
close
void close() -
validateNamedQueries
void validateNamedQueries() -
getNamedObjectRepository
NamedObjectRepository getNamedObjectRepository() -
getHqlTranslator
HqlTranslator getHqlTranslator() -
getSqmTranslatorFactory
SqmTranslatorFactory getSqmTranslatorFactory() -
interpretHql
-