Uses of Interface
org.hibernate.query.spi.ParameterMetadataImplementor
Packages that use ParameterMetadataImplementor
Package
Description
SPIs for HQL support.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
SPIs for native SQL query support.
-
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.spi
Subinterfaces of ParameterMetadataImplementor in org.hibernate.query.spiMethods in org.hibernate.query.spi that return ParameterMetadataImplementorModifier and TypeMethodDescriptionabstract ParameterMetadataImplementor
AbstractCommonQueryContract.getParameterMetadata()
HqlInterpretation.getParameterMetadata()
SimpleHqlInterpretationImpl.getParameterMetadata()
Constructors in org.hibernate.query.spi with parameters of type ParameterMetadataImplementorModifierConstructorDescriptionSimpleHqlInterpretationImpl
(SqmStatement<R> sqmStatement, ParameterMetadataImplementor parameterMetadata, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref) -
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