Class SpringJdbcConnectionOperations

java.lang.Object
io.micronaut.data.spring.jdbc.SpringJdbcConnectionOperations
All Implemented Interfaces:
ConnectionOperations<Connection>

@Internal @EachBean(javax.sql.DataSource.class) @Replaces(DefaultDataSourceConnectionOperations.class) public final class SpringJdbcConnectionOperations extends Object implements ConnectionOperations<Connection>
Spring JDBC connection operations.
Since:
4.0.0
Author:
Denis Stepanov