Uses of Interface
org.hibernate.query.sqm.spi.JdbcParameterBySqmParameterAccess
Packages that use JdbcParameterBySqmParameterAccess
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Package for the SQM-backed Query implementation details
Package for the translation of SQM into SQL AST
-
Uses of JdbcParameterBySqmParameterAccess in org.hibernate.dialect
Classes in org.hibernate.dialect that implement JdbcParameterBySqmParameterAccessModifier and TypeClassDescriptionclass
SybaseSqmToSqlAstConverter<T extends Statement>
A SQM to SQL AST translator for Sybase ASE. -
Uses of JdbcParameterBySqmParameterAccess in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type JdbcParameterBySqmParameterAccessModifier and TypeMethodDescriptionstatic Map<QueryParameterImplementor<?>,
Map<SqmParameter<?>, List<JdbcParametersList>>> SqmUtil.generateJdbcParamsXref
(DomainParameterXref domainParameterXref, JdbcParameterBySqmParameterAccess jdbcParameterBySqmParameterAccess) -
Uses of JdbcParameterBySqmParameterAccess in org.hibernate.query.sqm.mutation.internal
Classes in org.hibernate.query.sqm.mutation.internal that implement JdbcParameterBySqmParameterAccessModifier and TypeClassDescriptionclass
Specialized BaseSqmToSqlAstConverter implementation used during conversion of an SQM mutation query tree representing into the various SQL AST trees needed to perform that operation. -
Uses of JdbcParameterBySqmParameterAccess in org.hibernate.query.sqm.sql
Subinterfaces of JdbcParameterBySqmParameterAccess in org.hibernate.query.sqm.sqlClasses in org.hibernate.query.sqm.sql that implement JdbcParameterBySqmParameterAccess -
Uses of JdbcParameterBySqmParameterAccess in org.hibernate.query.sqm.sql.internal
Classes in org.hibernate.query.sqm.sql.internal that implement JdbcParameterBySqmParameterAccessModifier and TypeClassDescriptionclass
StandardSqmTranslator<T extends Statement>
The standard translator for SQM to SQL ASTs.