Uses of Class
org.hibernate.sql.exec.spi.JdbcOperationQueryUpdate
-
Packages that use JdbcOperationQueryUpdate Package Description org.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. -
-
Uses of JdbcOperationQueryUpdate in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast that return types with arguments of type JdbcOperationQueryUpdate Modifier and Type Method Description default SqlAstTranslator<JdbcOperationQueryUpdate>
SqlAstTranslatorFactory. buildUpdateTranslator(SessionFactoryImplementor sessionFactory, UpdateStatement statement)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of JdbcOperationQueryUpdate in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return JdbcOperationQueryUpdate Modifier and Type Method Description protected JdbcOperationQueryUpdate
AbstractSqlAstTranslator. translateUpdate(UpdateStatement sqlAst)
Methods in org.hibernate.sql.ast.spi that return types with arguments of type JdbcOperationQueryUpdate Modifier and Type Method Description SqlAstTranslator<JdbcOperationQueryUpdate>
StandardSqlAstTranslatorFactory. buildUpdateTranslator(SessionFactoryImplementor sessionFactory, UpdateStatement statement)
-