Tabnine Logo
TransactionCoordinator.getSynchronizationRegistry
Code IndexAdd Tabnine to your IDE (free)

How to use
getSynchronizationRegistry
method
in
org.hibernate.engine.transaction.spi.TransactionCoordinator

Best Java code snippets using org.hibernate.engine.transaction.spi.TransactionCoordinator.getSynchronizationRegistry (Showing top 2 results out of 315)

origin: org.hibernate/com.springsource.org.hibernate

@Override
public void registerSynchronization(Synchronization synchronization) {
  transactionCoordinator().getSynchronizationRegistry().registerSynchronization( synchronization );
}
origin: org.hibernate/com.springsource.org.hibernate.core

@Override
public void registerSynchronization(Synchronization synchronization) {
  transactionCoordinator().getSynchronizationRegistry().registerSynchronization( synchronization );
}
org.hibernate.engine.transaction.spiTransactionCoordinatorgetSynchronizationRegistry

Javadoc

Obtain the javax.transaction.Synchronization registry associated with this coordinator.

Popular methods of TransactionCoordinator

  • getJdbcCoordinator
    Retrieves the JDBC coordinator currently operating within this transaction coordinator.
  • getTransactionContext
    Retrieves the context in which this coordinator operates.
  • pulse
    Attempts to register JTA synchronization if possible and needed.
  • getTransaction
    Get the Hibernate transaction facade object currently associated with this coordinator.
  • getSynchronizationCallbackCoordinator
  • afterNonTransactionalQuery
    Performs actions needed after execution of a non-transactional query.
  • afterTransaction
  • close
    Close the transaction context, returning any user supplied connection from the underlying JDBC coord
  • isSynchronizationRegistered
  • isTransactionInProgress
    Are we "in" an active and joined transaction
  • sendAfterTransactionBeginNotifications
  • sendBeforeTransactionCompletionNotifications
  • sendAfterTransactionBeginNotifications,
  • sendBeforeTransactionCompletionNotifications,
  • setRollbackOnly,
  • takeOwnership,
  • isTransactionJoinable,
  • resetJoinStatus

Popular in Java

  • Making http post requests using okhttp
  • getSupportFragmentManager (FragmentActivity)
  • getExternalFilesDir (Context)
  • compareTo (BigDecimal)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Socket (java.net)
    Provides a client-side TCP socket.
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • JOptionPane (javax.swing)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Join (org.hibernate.mapping)
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now