Uses of Interface
org.hibernate.query.spi.QueryParameterImplementor
Packages that use QueryParameterImplementor
Package
Description
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
Support for named queries
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
Package for the SQM-backed Query implementation details
Nodes representing expressions in the SQM tree.
-
Uses of QueryParameterImplementor in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement QueryParameterImplementorMethods in org.hibernate.procedure.internal with parameters of type QueryParameterImplementorModifier and TypeMethodDescription<P> ProcedureParameterBinding<P>
ProcedureParamBindings.getBinding
(QueryParameterImplementor<P> parameter) boolean
ProcedureParamBindings.isBound
(QueryParameterImplementor<?> parameter) Method parameters in org.hibernate.procedure.internal with type arguments of type QueryParameterImplementorModifier and TypeMethodDescriptionboolean
ProcedureParameterMetadataImpl.hasAnyMatching
(Predicate<QueryParameterImplementor<?>> filter) void
ProcedureParamBindings.visitBindings
(BiConsumer<QueryParameterImplementor<?>, QueryParameterBinding<?>> action) void
ProcedureParameterMetadataImpl.visitParameters
(Consumer<QueryParameterImplementor<?>> consumer) -
Uses of QueryParameterImplementor in org.hibernate.procedure.spi
Subinterfaces of QueryParameterImplementor in org.hibernate.procedure.spiModifier and TypeInterfaceDescriptioninterface
interface
SPI extension for ProcedureParameter -
Uses of QueryParameterImplementor in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement QueryParameterImplementorModifier and TypeClassDescriptionclass
QueryParameter impl for named-parameters in HQL, JPQL or Criteria queries.class
QueryParameter impl for positional-parameters in HQL, JPQL or Criteria queries.Methods in org.hibernate.query.internal that return QueryParameterImplementorModifier and TypeMethodDescriptionParameterMetadataImpl.findQueryParameter
(int positionLabel) ParameterMetadataImpl.findQueryParameter
(String name) ParameterMetadataImpl.getQueryParameter
(int positionLabel) ParameterMetadataImpl.getQueryParameter
(String name) <P> QueryParameterImplementor<P>
Methods in org.hibernate.query.internal that return types with arguments of type QueryParameterImplementorMethods in org.hibernate.query.internal with parameters of type QueryParameterImplementorModifier and TypeMethodDescription<P> QueryParameterBinding<P>
QueryParameterBindingsImpl.getBinding
(QueryParameterImplementor<P> parameter) boolean
QueryParameterBindingsImpl.isBound
(QueryParameterImplementor<?> parameter) Method parameters in org.hibernate.query.internal with type arguments of type QueryParameterImplementorModifier and TypeMethodDescriptionboolean
ParameterMetadataImpl.hasAnyMatching
(Predicate<QueryParameterImplementor<?>> filter) void
ParameterMetadataImpl.visitParameters
(Consumer<QueryParameterImplementor<?>> consumer) Constructor parameters in org.hibernate.query.internal with type arguments of type QueryParameterImplementorModifierConstructorDescriptionParameterMetadataImpl
(Map<Integer, QueryParameterImplementor<?>> positionalQueryParameters, Map<String, QueryParameterImplementor<?>> namedQueryParameters) ParameterMetadataImpl
(Map<QueryParameterImplementor<?>, List<SqmParameter<?>>> queryParameters) -
Uses of QueryParameterImplementor in org.hibernate.query.named
Methods in org.hibernate.query.named that return QueryParameterImplementorModifier and TypeMethodDescriptionNamedQueryMemento.ParameterMemento.resolve
(SharedSessionContractImplementor session) -
Uses of QueryParameterImplementor in org.hibernate.query.spi
Classes in org.hibernate.query.spi that implement QueryParameterImplementorMethods in org.hibernate.query.spi that return QueryParameterImplementorModifier and TypeMethodDescriptionParameterMetadataImplementor.findQueryParameter
(int positionLabel) ParameterMetadataImplementor.findQueryParameter
(String name) AbstractCommonQueryContract.getParameter
(int position) <T> QueryParameterImplementor<T>
AbstractCommonQueryContract.getParameter
(int position, Class<T> type) AbstractCommonQueryContract.getParameter
(String name) <T> QueryParameterImplementor<T>
AbstractCommonQueryContract.getParameter
(String name, Class<T> type) ParameterMetadataImplementor.getQueryParameter
(int positionLabel) ParameterMetadataImplementor.getQueryParameter
(String name) <P> QueryParameterImplementor<P>
Methods in org.hibernate.query.spi with parameters of type QueryParameterImplementorModifier and TypeMethodDescription<P> QueryParameterBinding<P>
QueryParameterBindings.getBinding
(QueryParameterImplementor<P> parameter) Access to the binding via QueryParameter referenceboolean
QueryParameterBindings.isBound
(QueryParameterImplementor<?> parameter) Has binding been done for the given parameter.protected <P> QueryParameterBinding<P>
AbstractCommonQueryContract.locateBinding
(QueryParameterImplementor<P> parameter) Method parameters in org.hibernate.query.spi with type arguments of type QueryParameterImplementorModifier and TypeMethodDescriptiondefault void
ParameterMetadataImplementor.collectAllParameters
(Consumer<QueryParameterImplementor<?>> collector) boolean
ParameterMetadataImplementor.hasAnyMatching
(Predicate<QueryParameterImplementor<?>> filter) void
QueryParameterBindings.visitBindings
(BiConsumer<QueryParameterImplementor<?>, QueryParameterBinding<?>> action) void
ParameterMetadataImplementor.visitParameters
(Consumer<QueryParameterImplementor<?>> consumer) -
Uses of QueryParameterImplementor in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return types with arguments of type QueryParameterImplementorModifier and TypeMethodDescriptionParameterRecognizerImpl.getNamedQueryParameters()
ParameterRecognizerImpl.getPositionalQueryParameters()
-
Uses of QueryParameterImplementor in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi that return QueryParameterImplementorConstructors in org.hibernate.query.sql.spi with parameters of type QueryParameterImplementorModifierConstructorDescriptionParameterOccurrence
(QueryParameterImplementor<?> parameter, int sourcePosition) -
Uses of QueryParameterImplementor in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return QueryParameterImplementorModifier and TypeMethodDescriptionDomainParameterXref.getQueryParameter
(SqmParameter<?> sqmParameter) Methods in org.hibernate.query.sqm.internal that return types with arguments of type QueryParameterImplementorModifier and TypeMethodDescriptionstatic Map<QueryParameterImplementor<?>,
Map<SqmParameter<?>, List<JdbcParametersList>>> SqmUtil.generateJdbcParamsXref
(DomainParameterXref domainParameterXref, JdbcParameterBySqmParameterAccess jdbcParameterBySqmParameterAccess) Map<QueryParameterImplementor<?>,
List<SqmParameter<?>>> DomainParameterXref.getQueryParameters()
Get all of the QueryParameters mapped by this xrefMethods in org.hibernate.query.sqm.internal with parameters of type QueryParameterImplementorModifier and TypeMethodDescriptionvoid
DomainParameterXref.addExpansion
(QueryParameterImplementor<?> domainParam, SqmParameter originalSqmParameter, SqmParameter expansion) static Bindable
SqmUtil.determineParameterType
(QueryParameterBinding<?> binding, QueryParameterImplementor<?> parameter, List<SqmParameter<?>> sqmParameters, SqmParameterMappingModelResolutionAccess mappingModelResolutionAccess, SessionFactoryImplementor sessionFactory) int
DomainParameterXref.getNumberOfSqmParameters
(QueryParameterImplementor<?> queryParameter) List<SqmParameter<?>>
DomainParameterXref.getSqmParameters
(QueryParameterImplementor<?> queryParameter) Method parameters in org.hibernate.query.sqm.internal with type arguments of type QueryParameterImplementorModifier and TypeMethodDescriptionstatic JdbcParameterBindings
SqmUtil.createJdbcParameterBindings
(QueryParameterBindings domainParamBindings, DomainParameterXref domainParameterXref, Map<QueryParameterImplementor<?>, Map<SqmParameter<?>, List<JdbcParametersList>>> jdbcParamXref, SqmParameterMappingModelResolutionAccess mappingModelResolutionAccess, SharedSessionContractImplementor session) -
Uses of QueryParameterImplementor in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement QueryParameterImplementorModifier and TypeClassDescriptionclass
JpaParameterExpression
created via JPACriteriaBuilder
.class
It is a JpaCriteriaParameter created from a value when ValueHandlingMode is equal to BIND