Quarkus - Hibernate ORM - Runtime 1.8.1.Final
- java.lang.Object
-
- io.quarkus.hibernate.orm.runtime.entitymanager.TransactionScopedEntityManager.EntityManagerResult
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
(package private) boolean |
allowModification |
(package private) boolean |
closeOnEnd |
(package private) javax.persistence.EntityManager |
em |
-
Constructor Summary
Constructors
| Constructor and Description |
EntityManagerResult(javax.persistence.EntityManager em,
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.8.1.Final
Copyright © 2020 JBoss by Red Hat. All rights reserved.