congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
TransactionImplementor.isActive
Code IndexAdd Tabnine to your IDE (free)

How to use
isActive
method
in
org.hibernate.engine.transaction.spi.TransactionImplementor

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

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

@Override
@SuppressWarnings( {"unchecked"})
public boolean isTransactionInProgress() {
  return getTransaction().isActive() && getTransaction().getJoinStatus() == JoinStatus.JOINED;
}
origin: org.hibernate/com.springsource.org.hibernate.core

@Override
@SuppressWarnings( {"unchecked"})
public boolean isTransactionInProgress() {
  return getTransaction().isActive() && getTransaction().getJoinStatus() == JoinStatus.JOINED;
}
org.hibernate.engine.transaction.spiTransactionImplementorisActive

Javadoc

Indicate whether a resource transaction is in progress.

Popular methods of TransactionImplementor

  • invalidate
    Called after completion of the underlying transaction to signify the facade is no longer valid.
  • createIsolationDelegate
    Retrieve an isolation delegate appropriate for this transaction strategy.
  • getJoinStatus
    Get the current state of this transaction's join status.
  • join
    Perform a join to the underlying transaction
  • markForJoin
    Mark a transaction as joinable
  • markRollbackOnly
    Make a best effort to mark the underlying transaction for rollback only.
  • getStatus
  • isInitiator
  • resetJoinStatus
    Reset this transaction's join status.

Popular in Java

  • Finding current android device location
  • getSystemService (Context)
  • onRequestPermissionsResult (Fragment)
  • getSharedPreferences (Context)
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • 21 Best Atom Packages for 2021
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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