Uses of Class
org.hibernate.sql.ast.tree.delete.DeleteStatement
-
Packages that use DeleteStatement 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.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.delete AST nodes representingdeletestatements in a SQL tree. -
-
Uses of DeleteStatement in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type DeleteStatement Modifier and Type Method Description protected voidDB2SqlAstTranslator. visitDeleteStatementOnly(DeleteStatement statement) -
Uses of DeleteStatement in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return DeleteStatement Modifier and Type Method Description DeleteStatementBaseSqmToSqlAstConverter. visitDeleteStatement(SqmDeleteStatement<?> statement)Methods in org.hibernate.query.sqm.sql that return types with arguments of type DeleteStatement Modifier and Type Method Description SqmTranslator<DeleteStatement>SqmTranslatorFactory. createSimpleDeleteTranslator(SqmDeleteStatement<?> sqmDeleteStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)SqmTranslator<DeleteStatement>StandardSqmTranslatorFactory. createSimpleDeleteTranslator(SqmDeleteStatement<?> sqmDeleteStatement, QueryOptions queryOptions, DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext) -
Uses of DeleteStatement in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type DeleteStatement Modifier and Type Method Description SqlAstTranslator<JdbcOperationQueryDelete>SqlAstTranslatorFactory. buildDeleteTranslator(SessionFactoryImplementor sessionFactory, DeleteStatement statement)Builds a single-use delete translatorvoidSqlAstWalker. visitDeleteStatement(DeleteStatement statement) -
Uses of DeleteStatement in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type DeleteStatement Modifier and Type Method Description SqlAstTranslator<JdbcOperationQueryDelete>StandardSqlAstTranslatorFactory. buildDeleteTranslator(SessionFactoryImplementor sessionFactory, DeleteStatement statement)protected JdbcOperationQueryDeleteAbstractSqlAstTranslator. translateDelete(DeleteStatement sqlAst)voidAbstractSqlAstTranslator. visitDeleteStatement(DeleteStatement statement)voidAbstractSqlAstWalker. visitDeleteStatement(DeleteStatement statement)voidAggregateFunctionChecker. visitDeleteStatement(DeleteStatement statement)voidExpressionReplacementWalker. visitDeleteStatement(DeleteStatement statement)protected voidAbstractSqlAstTranslator. visitDeleteStatementOnly(DeleteStatement statement) -
Uses of DeleteStatement in org.hibernate.sql.ast.tree.delete
Methods in org.hibernate.sql.ast.tree.delete that return DeleteStatement Modifier and Type Method Description DeleteStatementDeleteStatement.DeleteStatementBuilder. createDeleteStatement()
-