Uses of Class
org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
Packages that use BaseSqmToSqlAstConverter
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of BaseSqmToSqlAstConverter in org.hibernate.dialect
Subclasses of BaseSqmToSqlAstConverter in org.hibernate.dialectModifier and TypeClassDescriptionclass
SybaseSqmToSqlAstConverter<T extends Statement>
A SQM to SQL AST translator for Sybase ASE. -
Uses of BaseSqmToSqlAstConverter in org.hibernate.query.sqm.mutation.internal
Subclasses of BaseSqmToSqlAstConverter in org.hibernate.query.sqm.mutation.internalModifier 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 BaseSqmToSqlAstConverter in org.hibernate.query.sqm.sql.internal
Subclasses of BaseSqmToSqlAstConverter in org.hibernate.query.sqm.sql.internalModifier and TypeClassDescriptionclass
StandardSqmTranslator<T extends Statement>
The standard translator for SQM to SQL ASTs.