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 TypeInterfaceDescriptioninterfaceA JdbcOperation which (possibly) originated from a Query.interfaceAn anonymous call block (sometimes called an anonymous procedure) to be executed on the database.interfaceinterfaceBasic contract for an insert operationinterfaceSpecialization of JdbcOperation for cases which mutate table state (i.e.interfacePrimary operation which is aSELECTperformed via JDBC.