Uses of Interface
org.hibernate.query.sql.spi.ParameterInterpretation
-
Packages that use ParameterInterpretation Package Description org.hibernate.query.internal org.hibernate.query.spi 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 ParameterInterpretation Modifier and Type Method Description ParameterInterpretationQueryInterpretationCacheDisabledImpl. resolveNativeQueryParameters(String queryString, Function<String,ParameterInterpretation> creator)ParameterInterpretationQueryInterpretationCacheStandardImpl. resolveNativeQueryParameters(String queryString, Function<String,ParameterInterpretation> creator)Method parameters in org.hibernate.query.internal with type arguments of type ParameterInterpretation Modifier and Type Method Description ParameterInterpretationQueryInterpretationCacheDisabledImpl. resolveNativeQueryParameters(String queryString, Function<String,ParameterInterpretation> creator)ParameterInterpretationQueryInterpretationCacheStandardImpl. resolveNativeQueryParameters(String queryString, Function<String,ParameterInterpretation> creator) -
Uses of ParameterInterpretation in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return ParameterInterpretation Modifier and Type Method Description ParameterInterpretationQueryInterpretationCache. resolveNativeQueryParameters(String queryString, Function<String,ParameterInterpretation> creator)Method parameters in org.hibernate.query.spi with type arguments of type ParameterInterpretation Modifier and Type Method Description ParameterInterpretationQueryInterpretationCache. resolveNativeQueryParameters(String queryString, Function<String,ParameterInterpretation> creator)
-