Uses of Class
javax.persistence.FlushModeType

Packages that use FlushModeType
com.caucho.amber.ejb3   
com.caucho.amber.manager   
com.caucho.env.jpa   
javax.persistence   
 

Uses of FlushModeType in com.caucho.amber.ejb3
 

Methods in com.caucho.amber.ejb3 that return FlushModeType
 FlushModeType QueryImpl.getFlushMode()
          Gets the flush type.
 

Methods in com.caucho.amber.ejb3 with parameters of type FlushModeType
 Query QueryImpl.setFlushMode(FlushModeType mode)
          Sets the flush mode type.
 

Uses of FlushModeType in com.caucho.amber.manager
 

Methods in com.caucho.amber.manager that return FlushModeType
 FlushModeType AmberConnection.getFlushMode()
          Returns the flush mode.
 FlushModeType EntityManagerExtendedProxy.getFlushMode()
          Returns the flush mode.
 FlushModeType EntityManagerProxy.getFlushMode()
          Returns the flush mode.
 FlushModeType QueryImpl.getFlushMode()
          Gets the flush type.
 

Methods in com.caucho.amber.manager with parameters of type FlushModeType
 void AmberConnection.setFlushMode(FlushModeType mode)
          Returns the flush mode.
 void EntityManagerExtendedProxy.setFlushMode(FlushModeType mode)
          Sets the flush mode.
 void EntityManagerProxy.setFlushMode(FlushModeType mode)
          Sets the flush mode.
 Query QueryImpl.setFlushMode(FlushModeType mode)
          Sets the flush mode type.
 

Uses of FlushModeType in com.caucho.env.jpa
 

Methods in com.caucho.env.jpa that return FlushModeType
 FlushModeType EntityManagerJtaProxy.getFlushMode()
          Returns the flush mode.
 

Methods in com.caucho.env.jpa with parameters of type FlushModeType
 void EntityManagerJtaProxy.setFlushMode(FlushModeType mode)
          Sets the flush mode.
 

Uses of FlushModeType in javax.persistence
 

Methods in javax.persistence that return FlushModeType
 FlushModeType EntityManager.getFlushMode()
          Returns the flush mode for the objects in the context.
 FlushModeType Query.getFlushMode()
          Gets the flush type.
static FlushModeType FlushModeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FlushModeType[] FlushModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in javax.persistence with parameters of type FlushModeType
 void EntityManager.setFlushMode(FlushModeType flushMode)
          Sets the flush mode for all objects in the context.
 Query Query.setFlushMode(FlushModeType flushMode)
          Sets the flush type.
 TypedQuery<X> TypedQuery.setFlushMode(FlushModeType flushMode)