Class SpringHibernateConnectionOperations

java.lang.Object
io.micronaut.data.spring.jpa.hibernate.SpringHibernateConnectionOperations
All Implemented Interfaces:
ConnectionOperations<org.hibernate.Session>

@Internal @EachBean(org.hibernate.SessionFactory.class) @Replaces(HibernateConnectionOperations.class) public final class SpringHibernateConnectionOperations extends Object implements ConnectionOperations<org.hibernate.Session>
Spring JDBC Hibernate Session operations.
Since:
4.0.0
Author:
Denis Stepanov