Internal Website Search

21-30 of 152 resultsRefresh

javax.persistence.FlushModeType

> Flush mode setting. When queries are executed ... ="Interface in javax.persistence">TypedQuery object, or if the flush mode setting for the persistence context is AUTO (the default) and a flush mode setting has not been specified

setFlushMode(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 ... >flushMode - flush mode

getFlushMode()

"> Get the flush mode in effect for the query execution. If a flush mode has not been set for the query object, returns the flush mode in effect for the entity manager. Returns: flush mode

setFlushMode(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

Use temporary files to enable very large transactions

. We dereference the new created and persisted objects from the first level cache (by flush ... option of using temporary files for flush / commit To enable temporary files in transaction flush/commit set a new

setFlushMode(flushMode)

> Set the flush mode that applies to all objects contained ... : flushMode - flush mode

FlushModeType.COMMIT

.persistence">javax.persistence.FlushModeTypeCOMMIT Flushing to occur at transaction commit. The provider may flush at other times, but is not required to.

javax.jdo.PersistenceManager

against the datastore. An implementation might flush instances as if flush" title="Method of javax.jdo.PersistenceManager">flush were called ... class="header"> void flush

javax.jdo.listener.StoreLifecycleListener

during flush" title="Method of javax.jdo.PersistenceManager">javax.jdo.PersistenceManager.flush or flush" title="Method of javax.jdo.PersistenceManager">javax.jdo.PersistenceManager.flush

checkConsistency()

. An implementation might flush instances as if flush" title="Method of javax.jdo.PersistenceManager">flush were called, but it is not required