Uses of Interface
org.hibernate.sql.exec.spi.JdbcOperationQuery
-
Packages that use JdbcOperationQuery Package Description org.hibernate.sql.exec.internal Implementation of the SPI for execution of SQL statements via JDBC.org.hibernate.sql.exec.spi 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 JdbcOperationQuery Modifier and Type Class Description class
AbstractJdbcOperationQueryInsert
Base support for JdbcInsertMutation implementationsclass
JdbcCallImpl
Models the actual call, allowing iterative building of the parts.class
JdbcOperationQueryInsertImpl
Standard insert operation -
Uses of JdbcOperationQuery in org.hibernate.sql.exec.spi
Subinterfaces of JdbcOperationQuery in org.hibernate.sql.exec.spi Modifier and Type Interface Description interface
JdbcOperationQueryAnonBlock
An anonymous call block (sometimes called an anonymous procedure) to be executed on the database.interface
JdbcOperationQueryCall
interface
JdbcOperationQueryInsert
Basic contract for an insert operationinterface
JdbcOperationQueryMutation
Specialization of JdbcOperation for cases which mutate table state (i.e.Classes in org.hibernate.sql.exec.spi that implement JdbcOperationQuery Modifier and Type Class Description class
AbstractJdbcOperationQuery
Executable JDBC commandclass
JdbcOperationQueryDelete
class
JdbcOperationQueryMutationNative
Executable JDBC commandclass
JdbcOperationQuerySelect
Executable JDBC commandclass
JdbcOperationQueryUpdate
-