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 ParameterMetadataImplementorAbstractCommonQueryContract.getParameterMetadata()HqlInterpretation.getParameterMetadata() -
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