Uses of Interface
org.hibernate.sql.exec.spi.JdbcOperationQueryAnonBlock
-
Packages that use JdbcOperationQueryAnonBlock 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 JdbcOperationQueryAnonBlock in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement JdbcOperationQueryAnonBlock Modifier and Type Class Description class
JdbcCallImpl
Models the actual call, allowing iterative building of the parts. -
Uses of JdbcOperationQueryAnonBlock in org.hibernate.sql.exec.spi
Subinterfaces of JdbcOperationQueryAnonBlock in org.hibernate.sql.exec.spi Modifier and Type Interface Description interface
JdbcOperationQueryCall
-