public interface JpaOperationContext extends JpaContext, EntityManagerHandler, com.holonplatform.core.datastore.DatastoreCommodityHandler
| Modifier and Type | Method and Description |
|---|---|
com.holonplatform.core.beans.BeanIntrospector |
getBeanIntrospector()
Get the
BeanIntrospector to use to introspect entity beans. |
boolean |
isAutoFlush()
Checks whether to auto-flush mode is enabled.
|
getDialect, getEntityManagerFactory, getORMPlatform, getValueDeserializer, getValueSerializer, trace, traceOperationgetExpressionResolverswithEntityManager, withEntityManagercom.holonplatform.core.beans.BeanIntrospector getBeanIntrospector()
BeanIntrospector to use to introspect entity beans.boolean isAutoFlush()
EntityManager.flush() is
called after each Datastore data manipulation operation, such as save or delete.true if auto-flush mode is enabled, false otherwiseCopyright © 2019 The Holon Platform. All rights reserved.