Quarkus - Hibernate ORM - Runtime 1.11.3.Final
- java.lang.Object
-
- io.quarkus.hibernate.orm.runtime.session.TransactionScopedSession.SessionResult
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
(package private) boolean |
allowModification |
(package private) boolean |
closeOnEnd |
(package private) org.hibernate.Session |
session |
-
Constructor Summary
Constructors
| Constructor and Description |
SessionResult(org.hibernate.Session session,
boolean closeOnEnd,
boolean allowModification) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
closeOnEnd
final boolean closeOnEnd
Quarkus - Hibernate ORM - Runtime 1.11.3.Final
Copyright © 2021 JBoss by Red Hat. All rights reserved.