Uses of Interface
org.hibernate.sql.exec.spi.JdbcCallParameterExtractor
-
Packages that use JdbcCallParameterExtractor 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 JdbcCallParameterExtractor in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement JdbcCallParameterExtractor Modifier and Type Class Description class
JdbcCallParameterExtractorImpl<T>
Standard implementation of JdbcCallParameterExtractorMethods in org.hibernate.sql.exec.internal that return JdbcCallParameterExtractor Modifier and Type Method Description JdbcCallParameterExtractor<?>
JdbcCallParameterRegistrationImpl. getParameterExtractor()
Methods in org.hibernate.sql.exec.internal that return types with arguments of type JdbcCallParameterExtractor Modifier and Type Method Description List<JdbcCallParameterExtractor>
JdbcCallImpl. getParameterExtractors()
-
Uses of JdbcCallParameterExtractor in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return JdbcCallParameterExtractor Modifier and Type Method Description JdbcCallParameterExtractor<?>
JdbcCallParameterRegistration. getParameterExtractor()
Methods in org.hibernate.sql.exec.spi that return types with arguments of type JdbcCallParameterExtractor Modifier and Type Method Description List<JdbcCallParameterExtractor>
JdbcOperationQueryCall. getParameterExtractors()
Extractors for reading back any OUT/INOUT parameters.
-