JPA Method
in 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
Return:
the same query instance
Since:
JPA 2.0