Uses of Interface
org.hibernate.query.spi.QueryParameterImplementor
-
Packages that use QueryParameterImplementor Package Description org.hibernate.procedure.spi org.hibernate.query.named Support for named queriesorg.hibernate.query.spi org.hibernate.query.sql.spi org.hibernate.query.sqm.tree.expression -
-
Uses of QueryParameterImplementor in org.hibernate.procedure.spi
Subinterfaces of QueryParameterImplementor in org.hibernate.procedure.spi Modifier and Type Interface Description interfaceFunctionReturnImplementor<T>interfaceProcedureParameterImplementor<T>SPI extension for ProcedureParameter -
Uses of QueryParameterImplementor in org.hibernate.query.named
Methods in org.hibernate.query.named that return QueryParameterImplementor Modifier and Type Method Description QueryParameterImplementorNamedQueryMemento.ParameterMemento. resolve(SharedSessionContractImplementor session) -
Uses of QueryParameterImplementor in org.hibernate.query.spi
Classes in org.hibernate.query.spi that implement QueryParameterImplementor Modifier and Type Class Description classAbstractQueryParameter<T>Methods in org.hibernate.query.spi that return QueryParameterImplementor Modifier and Type Method Description QueryParameterImplementor<?>ParameterMetadataImplementor. findQueryParameter(int positionLabel)QueryParameterImplementor<?>ParameterMetadataImplementor. findQueryParameter(String name)QueryParameterImplementor<?>AbstractCommonQueryContract. getParameter(int position)<T> QueryParameterImplementor<T>AbstractCommonQueryContract. getParameter(int position, Class<T> type)QueryParameterImplementor<?>AbstractCommonQueryContract. getParameter(String name)<T> QueryParameterImplementor<T>AbstractCommonQueryContract. getParameter(String name, Class<T> type)QueryParameterImplementor<?>ParameterMetadataImplementor. getQueryParameter(int positionLabel)QueryParameterImplementor<?>ParameterMetadataImplementor. getQueryParameter(String name)<P> QueryParameterImplementor<P>ParameterMetadataImplementor. resolve(Parameter<P> param)Methods in org.hibernate.query.spi with parameters of type QueryParameterImplementor Modifier and Type Method Description <P> QueryParameterBinding<P>QueryParameterBindings. getBinding(QueryParameterImplementor<P> parameter)Access to the binding via QueryParameter referencebooleanQueryParameterBindings. 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 QueryParameterImplementor Modifier and Type Method Description default voidParameterMetadataImplementor. collectAllParameters(Consumer<QueryParameterImplementor<?>> collector)booleanParameterMetadataImplementor. hasAnyMatching(Predicate<QueryParameterImplementor<?>> filter)voidQueryParameterBindings. visitBindings(BiConsumer<QueryParameterImplementor<?>,QueryParameterBinding<?>> action)voidParameterMetadataImplementor. visitParameters(Consumer<QueryParameterImplementor<?>> consumer) -
Uses of QueryParameterImplementor in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi that return QueryParameterImplementor Modifier and Type Method Description QueryParameterImplementor<?>ParameterOccurrence. getParameter()Constructors in org.hibernate.query.sql.spi with parameters of type QueryParameterImplementor Constructor Description ParameterOccurrence(QueryParameterImplementor<?> parameter, int sourcePosition) -
Uses of QueryParameterImplementor in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement QueryParameterImplementor Modifier and Type Class Description classJpaCriteriaParameter<T>JpaParameterExpressioncreated via JPACriteriaBuilder.classValueBindJpaCriteriaParameter<T>It is a JpaCriteriaParameter created from a value when ValueHandlingMode is equal to BIND
-