Uses of Interface
org.hibernate.sql.exec.spi.JdbcOperationQuery
Packages that use JdbcOperationQuery
Package
Description
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.
-
Uses of JdbcOperationQuery in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement JdbcOperationQueryModifier and TypeClassDescriptionclass
Base support for JdbcInsertMutation implementationsclass
Models the actual call, allowing iterative building of the parts.class
Standard insert operation -
Uses of JdbcOperationQuery in org.hibernate.sql.exec.spi
Subinterfaces of JdbcOperationQuery in org.hibernate.sql.exec.spiModifier and TypeInterfaceDescriptioninterface
An anonymous call block (sometimes called an anonymous procedure) to be executed on the database.interface
interface
Basic contract for an insert operationinterface
Specialization of JdbcOperation for cases which mutate table state (i.e.Classes in org.hibernate.sql.exec.spi that implement JdbcOperationQueryModifier and TypeClassDescriptionclass
Executable JDBC commandclass
class
Executable JDBC commandclass
Executable JDBC commandclass