Uses of Class
io.quarkus.hibernate.orm.runtime.RequestScopedStatelessSessionHolder
Packages that use RequestScopedStatelessSessionHolder
-
Uses of RequestScopedStatelessSessionHolder in io.quarkus.hibernate.orm.runtime
Fields in io.quarkus.hibernate.orm.runtime with type parameters of type RequestScopedStatelessSessionHolderModifier and TypeFieldDescription(package private) jakarta.enterprise.inject.Instance<RequestScopedStatelessSessionHolder>TransactionSessions.requestScopedStatelessSession -
Uses of RequestScopedStatelessSessionHolder in io.quarkus.hibernate.orm.runtime.session
Constructor parameters in io.quarkus.hibernate.orm.runtime.session with type arguments of type RequestScopedStatelessSessionHolderModifierConstructorDescriptionTransactionScopedStatelessSession(jakarta.transaction.TransactionManager transactionManager, jakarta.transaction.TransactionSynchronizationRegistry transactionSynchronizationRegistry, org.hibernate.SessionFactory sessionFactory, String unitName, jakarta.enterprise.inject.Instance<RequestScopedStatelessSessionHolder> requestScopedSessions)