com.github.marschall.jfrjdbctemplate.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfr-jdbctemplate Show documentation
Show all versions of jfr-jdbctemplate Show documentation
A JdbcTemplate that generates JFR events.
/**
* Contains implementations of Spring JDBC interfaces that generate JFR
* events.
*
*
* JFR Support Classes
*
*
* Spring Class
* JFR Class
*
*
*
*
* {@link org.springframework.jdbc.core.JdbcOperations}
* {@link com.github.marschall.jfrjdbctemplate.JfrJdbcOperations}
*
*
* {@link org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations}
* {@link com.github.marschall.jfrjdbctemplate.JfrNamedParameterJdbcOperations}
*
*
*
*
* Screenshot
*
*/
package com.github.marschall.jfrjdbctemplate;