Uses of Interface
org.hibernate.query.sql.spi.ParameterInterpretation
Packages that use ParameterInterpretation
Package
Description
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
-
Uses of ParameterInterpretation in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return ParameterInterpretationModifier and TypeMethodDescriptionQueryInterpretationCacheDisabledImpl.resolveNativeQueryParameters
(String queryString, Function<String, ParameterInterpretation> creator) QueryInterpretationCacheStandardImpl.resolveNativeQueryParameters
(String queryString, Function<String, ParameterInterpretation> creator) Method parameters in org.hibernate.query.internal with type arguments of type ParameterInterpretationModifier and TypeMethodDescriptionQueryInterpretationCacheDisabledImpl.resolveNativeQueryParameters
(String queryString, Function<String, ParameterInterpretation> creator) QueryInterpretationCacheStandardImpl.resolveNativeQueryParameters
(String queryString, Function<String, ParameterInterpretation> creator) -
Uses of ParameterInterpretation in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return ParameterInterpretationModifier and TypeMethodDescriptionQueryInterpretationCache.resolveNativeQueryParameters
(String queryString, Function<String, ParameterInterpretation> creator) Method parameters in org.hibernate.query.spi with type arguments of type ParameterInterpretationModifier and TypeMethodDescriptionQueryInterpretationCache.resolveNativeQueryParameters
(String queryString, Function<String, ParameterInterpretation> creator)