JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Methods
Deprecated Methods
Method
Description
com.github.marschall.jfr.jdbctemplate.JfrJdbcOperations.query
(String, Object[], ResultSetExtractor<T>)
com.github.marschall.jfr.jdbctemplate.JfrJdbcOperations.query
(String, Object[], RowCallbackHandler)
com.github.marschall.jfr.jdbctemplate.JfrJdbcOperations.query
(String, Object[], RowMapper<T>)
com.github.marschall.jfr.jdbctemplate.JfrJdbcOperations.queryForList
(String, Object[], Class<T>)
com.github.marschall.jfr.jdbctemplate.JfrJdbcOperations.queryForObject
(String, Object[], Class<T>)
com.github.marschall.jfr.jdbctemplate.JfrJdbcOperations.queryForObject
(String, Object[], RowMapper<T>)