Uses of Interface
org.hibernate.sql.exec.spi.CacheableJdbcOperation
Packages that use CacheableJdbcOperation
-
Uses of CacheableJdbcOperation in org.hibernate.sql.exec.spi
Subinterfaces of CacheableJdbcOperation in org.hibernate.sql.exec.spiModifier and TypeInterfaceDescriptioninterface
A JdbcOperation which (possibly) originated from a Query.interface
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.interface
Primary operation which is aSELECT
performed via JDBC.