Tabnine Logo
TxScope.getIsolation
Code IndexAdd Tabnine to your IDE (free)

How to use
getIsolation
method
in
com.avaje.ebean.TxScope

Best Java code snippets using com.avaje.ebean.TxScope.getIsolation (Showing top 3 results out of 315)

origin: org.avaje/ebean

TxIsolation isolation = txScope.getIsolation();
if (isolation != null) {
 isoLevel = isolation.getLevel();
origin: org.avaje.ebeanorm/avaje-ebeanorm-server

TxIsolation isolation = txScope.getIsolation();
if (isolation != null) {
 isoLevel = isolation.getLevel();
origin: org.avaje.ebean/ebean

TxIsolation isolation = txScope.getIsolation();
if (isolation != null) {
 isoLevel = isolation.getLevel();
com.avaje.ebeanTxScopegetIsolation

Javadoc

Return the Isolation level this transaction should run with.

Popular methods of TxScope

  • <init>
    Create with a given transaction scope type.
  • getNoRollbackFor
    Return the throwable's that should NOT cause a rollback.
  • getRollbackFor
    Return the throwable's that should cause a rollback.
  • getServerName
    Return the serverName for this transaction. If this is null then the default server (default DataSou
  • getType
    Return the transaction type.
  • required
    Helper method to create a TxScope with REQUIRES.
  • checkBatchMode
    Check for batchSize being set without batch mode and use this to imply PersistBatch.ALL.
  • getBatch
    Return the batch mode.
  • getBatchOnCascade
    Return the batch on cascade mode.
  • getBatchSize
    Return the batch size. 0 means use the default value.
  • isBatchOnCascadeSet
    Return true if batch on cascade has been set.
  • isBatchSet
    Return true if PersistBatch has been set.
  • isBatchOnCascadeSet,
  • isBatchSet,
  • isBatchSizeSet,
  • isSkipGeneratedKeys,
  • notSet,
  • setReadOnly

Popular in Java

  • Updating database using SQL prepared statement
  • compareTo (BigDecimal)
  • setScale (BigDecimal)
  • scheduleAtFixedRate (Timer)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • 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