Tabnine Logo
TransactionException.errorGettingExternalTransaction
Code IndexAdd Tabnine to your IDE (free)

How to use
errorGettingExternalTransaction
method
in
org.eclipse.persistence.exceptions.TransactionException

Best Java code snippets using org.eclipse.persistence.exceptions.TransactionException.errorGettingExternalTransaction (Showing top 6 results out of 315)

origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 * Return the active external transaction object, or null if
 * none is active. This may be in whatever form the transaction system uses.
 */
public Object getTransaction() {
  try {
    return getTransaction_impl();
  } catch (Exception exception) {
    throw TransactionException.errorGettingExternalTransaction(exception);
  }
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 * Return the active external transaction object, or null if
 * none is active. This may be in whatever form the transaction system uses.
 */
public Object getTransaction() {
  try {
    return getTransaction_impl();
  } catch (Exception exception) {
    throw TransactionException.errorGettingExternalTransaction(exception);
  }
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 * Return the active external transaction object, or null if
 * none is active. This may be in whatever form the transaction system uses.
 */
public Object getTransaction() {
  try {
    return getTransaction_impl();
  } catch (Exception exception) {
    throw TransactionException.errorGettingExternalTransaction(exception);
  }
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 * Return a key for the specified external transaction object.
 * The key is just something that can be inserted into a hashtable (must support
 * hashCode() and equals() methods).
 */
public Object getTransactionKey(Object transaction) {
  try {
    return getTransactionKey_impl(transaction);
  } catch (Exception exception) {
    throw TransactionException.errorGettingExternalTransaction(exception);
  }
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 * Return a key for the specified external transaction object.
 * The key is just something that can be inserted into a hashtable (must support
 * hashCode() and equals() methods).
 */
public Object getTransactionKey(Object transaction) {
  try {
    return getTransactionKey_impl(transaction);
  } catch (Exception exception) {
    throw TransactionException.errorGettingExternalTransaction(exception);
  }
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 * Return a key for the specified external transaction object.
 * The key is just something that can be inserted into a hashtable (must support
 * hashCode() and equals() methods).
 */
public Object getTransactionKey(Object transaction) {
  try {
    return getTransactionKey_impl(transaction);
  } catch (Exception exception) {
    throw TransactionException.errorGettingExternalTransaction(exception);
  }
}
org.eclipse.persistence.exceptionsTransactionExceptionerrorGettingExternalTransaction

Popular methods of TransactionException

  • <init>
  • errorBeginningExternalTransaction
  • errorBindingToExternalTransaction
  • errorCommittingExternalTransaction
  • errorGettingExternalTransactionStatus
  • errorMarkingTransactionForRollback
  • errorObtainingTransactionManager
  • errorRollingBackExternalTransaction
  • externalTransactionNotActive
  • inactiveUnitOfWork
  • jndiLookupException
  • setErrorCode
  • jndiLookupException,
  • setErrorCode,
  • setInternalException,
  • getErrorCode,
  • entityTransactionWithJTANotAllowed,
  • getMessage,
  • internalProxyException,
  • multipleResourceException,
  • transactionIsActive

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getSupportFragmentManager (FragmentActivity)
  • getExternalFilesDir (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Best IntelliJ 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