Uses of Interface
org.hibernate.query.spi.ParameterMetadataImplementor
Packages that use ParameterMetadataImplementor
Package
Description
Defines the internal implementation of the stored procedure SPI.
SPIs for HQL support.
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
-
Uses of ParameterMetadataImplementor in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement ParameterMetadataImplementorModifier and TypeClassDescriptionclass
Specialized ParameterMetadataImplementor for callable queries implementing expandable parameter registrations -
Uses of ParameterMetadataImplementor in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return ParameterMetadataImplementor -
Uses of ParameterMetadataImplementor in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement ParameterMetadataImplementorModifier and TypeClassDescriptionclass
Encapsulates metadata about parameters encountered within a query.Methods in org.hibernate.query.internal with parameters of type ParameterMetadataImplementorModifier and TypeMethodDescriptionstatic QueryParameterBindingsImpl
QueryParameterBindingsImpl.from
(ParameterMetadataImplementor parameterMetadata, SessionFactoryImplementor sessionFactory) Constructs a QueryParameterBindings based on the passed information -
Uses of ParameterMetadataImplementor in org.hibernate.query.spi
Subinterfaces of ParameterMetadataImplementor in org.hibernate.query.spiMethods in org.hibernate.query.spi that return ParameterMetadataImplementorModifier and TypeMethodDescriptionprotected abstract ParameterMetadataImplementor
AbstractCommonQueryContract.getParameterMetadata()
HqlInterpretation.getParameterMetadata()
SimpleHqlInterpretationImpl.getParameterMetadata()
Constructors in org.hibernate.query.spi with parameters of type ParameterMetadataImplementorModifierConstructorDescriptionSimpleHqlInterpretationImpl
(SqmStatement<R> sqmStatement, ParameterMetadataImplementor parameterMetadata, DomainParameterXref domainParameterXref) -
Uses of ParameterMetadataImplementor in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return ParameterMetadataImplementor -
Uses of ParameterMetadataImplementor in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi that return ParameterMetadataImplementorModifier and TypeMethodDescriptionParameterInterpretation.toParameterMetadata
(SharedSessionContractImplementor session) Create the ParameterMetadata representation of this interpretation -
Uses of ParameterMetadataImplementor in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return ParameterMetadataImplementorModifier and TypeMethodDescriptionQuerySqmImpl.getParameterMetadata()
SqmSelectionQueryImpl.getParameterMetadata()