public interface Settings
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends Interceptor> |
getSessionInterceptorClass() |
javax.persistence.spi.PersistenceUnitTransactionType |
getTransactionType() |
boolean |
isReleaseResourcesOnCloseEnabled()
Should resources held by
EntityManager instance be released immediately on close?
The other option is to release them as part of an after-transaction callback. |
javax.persistence.spi.PersistenceUnitTransactionType getTransactionType()
boolean isReleaseResourcesOnCloseEnabled()
EntityManager instance be released immediately on close?
The other option is to release them as part of an after-transaction callback.true/falsejava.lang.Class<? extends Interceptor> getSessionInterceptorClass()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.