Uses of Interface
org.hibernate.query.sqm.spi.JdbcParameterBySqmParameterAccess
-
Packages that use JdbcParameterBySqmParameterAccess Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal -
-
Uses of JdbcParameterBySqmParameterAccess in org.hibernate.dialect
Classes in org.hibernate.dialect that implement JdbcParameterBySqmParameterAccess Modifier and Type Class Description class
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 JdbcParameterBySqmParameterAccess Modifier and Type Method Description static 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 JdbcParameterBySqmParameterAccess Modifier and Type Class Description class
MultiTableSqmMutationConverter
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.sql Modifier and Type Interface Description interface
SqmTranslator<T extends Statement>
Classes in org.hibernate.query.sqm.sql that implement JdbcParameterBySqmParameterAccess Modifier and Type Class Description class
BaseSqmToSqlAstConverter<T extends Statement>
-
Uses of JdbcParameterBySqmParameterAccess in org.hibernate.query.sqm.sql.internal
Classes in org.hibernate.query.sqm.sql.internal that implement JdbcParameterBySqmParameterAccess Modifier and Type Class Description class
StandardSqmTranslator<T extends Statement>
The standard translator for SQM to SQL ASTs.
-