ObjectDB ObjectDB

setFlushMode(flushMode) - JPA TypedQuery's method

Method
javax.persistence.TypedQuery
TypedQuery<X> setFlushMode(
  FlushModeType flushMode
)

Set the flush mode type to be used for the query execution. The flush mode type applies to the query regardless of the flush mode type in use for the entity manager.
Parameters:
flushMode - flush mode
Returns:
the same query instance
Since:
JPA 2.0