Uses of Interface
org.hibernate.sql.ast.tree.Statement
-
Packages that use Statement Package Description org.hibernate.dialect org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.sql.ast Package defining a SQL AST for use in creating and executing various JDBC operationsorg.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.sql.ast.tree Package defining the SQL AST.org.hibernate.sql.ast.tree.cte org.hibernate.sql.ast.tree.delete org.hibernate.sql.ast.tree.insert org.hibernate.sql.ast.tree.select org.hibernate.sql.ast.tree.update -
-
Uses of Statement in org.hibernate.dialect
Classes in org.hibernate.dialect with type parameters of type Statement Modifier and Type Class Description class
SybaseSqmToSqlAstConverter<T extends Statement>
A SQM to SQL AST translator for Sybase ASE. -
Uses of Statement in org.hibernate.query.sqm.sql
Classes in org.hibernate.query.sqm.sql with type parameters of type Statement Modifier and Type Class Description class
BaseSqmToSqlAstConverter<T extends Statement>
interface
SqmTranslation<T extends Statement>
Information obtained from the interpretation of an SqmStatementinterface
SqmTranslator<T extends Statement>
class
StandardSqmTranslation<T extends Statement>
Methods in org.hibernate.query.sqm.sql that return Statement Modifier and Type Method Description Statement
BaseSqmToSqlAstConverter. visitStatement(SqmStatement<?> sqmStatement)
-
Uses of Statement in org.hibernate.query.sqm.sql.internal
Classes in org.hibernate.query.sqm.sql.internal with type parameters of type Statement Modifier and Type Class Description class
StandardSqmTranslator<T extends Statement>
The standard translator for SQM to SQL ASTs. -
Uses of Statement in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type Statement Modifier and Type Method Description static void
SqlTreePrinter. logSqlAst(Statement sqlAstStatement)
-
Uses of Statement in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return Statement Modifier and Type Method Description protected Statement
AbstractSqlAstTranslator. getStatement()
Methods in org.hibernate.sql.ast.spi with parameters of type Statement Modifier and Type Method Description protected <T extends JdbcOperation>
SqlAstTranslator<T>StandardSqlAstTranslatorFactory. buildTranslator(SessionFactoryImplementor sessionFactory, Statement statement)
Constructors in org.hibernate.sql.ast.spi with parameters of type Statement Constructor Description AbstractSqlAstTranslator(SessionFactoryImplementor sessionFactory, Statement statement)
StandardSqlAstTranslator(SessionFactoryImplementor sessionFactory, Statement statement)
-
Uses of Statement in org.hibernate.sql.ast.tree
Subinterfaces of Statement in org.hibernate.sql.ast.tree Modifier and Type Interface Description interface
MutationStatement
Specialization of Statement for mutation (DML) statementsClasses in org.hibernate.sql.ast.tree that implement Statement Modifier and Type Class Description class
AbstractMutationStatement
class
AbstractStatement
-
Uses of Statement in org.hibernate.sql.ast.tree.cte
Methods in org.hibernate.sql.ast.tree.cte that return Statement Modifier and Type Method Description Statement
CteStatement. getCteDefinition()
Constructors in org.hibernate.sql.ast.tree.cte with parameters of type Statement Constructor Description CteStatement(CteTable cteTable, Statement cteDefinition)
CteStatement(CteTable cteTable, Statement cteDefinition, CteMaterialization materialization)
CteStatement(CteTable cteTable, Statement cteDefinition, CteMaterialization materialization, CteSearchClauseKind searchClauseKind, List<SearchClauseSpecification> searchBySpecifications, List<CteColumn> cycleColumns, CteColumn cycleMarkColumn, char cycleValue, char noCycleValue)
-
Uses of Statement in org.hibernate.sql.ast.tree.delete
Classes in org.hibernate.sql.ast.tree.delete that implement Statement Modifier and Type Class Description class
DeleteStatement
-
Uses of Statement in org.hibernate.sql.ast.tree.insert
Classes in org.hibernate.sql.ast.tree.insert that implement Statement Modifier and Type Class Description class
InsertStatement
-
Uses of Statement in org.hibernate.sql.ast.tree.select
Classes in org.hibernate.sql.ast.tree.select that implement Statement Modifier and Type Class Description class
SelectStatement
-
Uses of Statement in org.hibernate.sql.ast.tree.update
Classes in org.hibernate.sql.ast.tree.update that implement Statement Modifier and Type Class Description class
UpdateStatement
-