Class LegacyOutboxSessionFactory
java.lang.Object
one.tomorrow.transactionaloutbox.repository.LegacyOutboxSessionFactory
- All Implemented Interfaces:
OutboxSessionFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.Sessionorg.hibernate.Session
-
Constructor Details
-
LegacyOutboxSessionFactory
public LegacyOutboxSessionFactory(org.hibernate.SessionFactory sessionFactory)
-
-
Method Details
-
getCurrentSession
public org.hibernate.Session getCurrentSession()- Specified by:
getCurrentSessionin interfaceOutboxSessionFactory
-
openSession
public org.hibernate.Session openSession()- Specified by:
openSessionin interfaceOutboxSessionFactory
-