Class HibernateConnectionOperations

java.lang.Object
io.micronaut.data.connection.support.AbstractConnectionOperations<org.hibernate.Session>
io.micronaut.data.hibernate.connection.HibernateConnectionOperations
All Implemented Interfaces:
ConnectionOperations<org.hibernate.Session>, SynchronousConnectionManager<org.hibernate.Session>

@Order(100) @Internal @RequiresSyncHibernate @EachBean(org.hibernate.SessionFactory.class) public final class HibernateConnectionOperations extends AbstractConnectionOperations<org.hibernate.Session>
The Hibernate connection operations.
Since:
4.0.0
Author:
Denis Stepanov