JdbcCoordinator.flushBeginning
Code IndexAdd Codota to your IDE (free)

Best code snippets using org.hibernate.engine.jdbc.spi.JdbcCoordinator.flushBeginning(Showing top 1 results out of 315)

origin: org.hibernate/hibernate-core

session.getJdbcCoordinator().flushBeginning();
session.getPersistenceContext().setFlushing( true );
org.hibernate.engine.jdbc.spiJdbcCoordinatorflushBeginning

Javadoc

Callback to let us know that a flush is beginning. We use this fact to temporarily circumvent aggressive connection releasing until after the flush cycle is complete #flushEnding()

Popular methods of JdbcCoordinator

  • getLogicalConnection
    Retrieves the logical connection associated with this JDBC coordinator.
  • afterTransaction
    Signals the end of transaction. Intended for use from the transaction coordinator, after local trans
  • executeBatch
    Execute the currently managed batch (if any)
  • determineRemainingTransactionTimeOutPeriod
    Calculate the amount of time, in seconds, still remaining before transaction timeout occurs.
  • getResourceRegistry
  • registerLastQuery
    Register a query statement as being able to be cancelled.
  • getJdbcSessionOwner
  • afterStatementExecution
    Used to signify that a statement has completed execution which may indicate that this logical connec
  • getResultSetReturn
    Obtain the resultset extractor associated with this JDBC coordinator.
  • getTransactionCoordinator
  • register
  • abortBatch
    Abort the currently managed batch (if any)
  • register,
  • abortBatch,
  • cancelLastQuery,
  • close,
  • coordinateWork,
  • flushEnding,
  • getBatch,
  • getConnectionReleaseMode,
  • getStatementPreparer

Popular classes and methods

  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • notifyDataSetChanged (ArrayAdapter)
  • getContentResolver (Context)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • ArrayList (java.util)
    Resizable-array implementation of the List interface.
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • JFileChooser (javax.swing)
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ

For IntelliJ IDEA and
Android Studio

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)