Uses of Interface
org.hibernate.query.spi.QueryParameterImplementor
Packages that use QueryParameterImplementor
Package
Description
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.
SPIs for native SQL query support.
Nodes representing expressions in the SQM tree.
-
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.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) protected <P> QueryParameterImplementor
<P> AbstractCommonQueryContract.getQueryParameter
(QueryParameterImplementor<P> parameter) 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 referenceprotected <P> QueryParameterImplementor
<P> AbstractCommonQueryContract.getQueryParameter
(QueryParameterImplementor<P> parameter) boolean
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 TypeMethodDescriptionboolean
ParameterMetadataImplementor.hasAnyMatching
(Predicate<QueryParameterImplementor<?>> filter) -
Uses of QueryParameterImplementor in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi that return QueryParameterImplementorModifier and TypeMethodDescriptionParameterOccurrence.parameter()
Returns the value of theparameter
record component.Constructors in org.hibernate.query.sql.spi with parameters of type QueryParameterImplementorModifierConstructorDescriptionParameterOccurrence
(QueryParameterImplementor<?> parameter, int sourcePosition) Creates an instance of aParameterOccurrence
record class. -
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