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

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

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

origin: org.avaje/ebean

TxType type = scope.getType();
switch (type) {
case REQUIRED:
origin: org.avaje.ebean/ebean

TxType type = scope.getType();
switch (type) {
 case REQUIRED:
origin: org.avaje.ebeanorm/avaje-ebeanorm-server

TxType type = scope.getType();
switch (type) {
case REQUIRED:
origin: org.avaje/ebean

if (txScope.getType().equals(TxType.NOT_SUPPORTED)) {
origin: org.avaje.ebeanorm/avaje-ebeanorm-server

if (txScope.getType().equals(TxType.NOT_SUPPORTED)) {
origin: org.avaje.ebean/ebean

if (txScope.getType().equals(TxType.NOT_SUPPORTED)) {
com.avaje.ebeanTxScopegetType

Javadoc

Return the transaction type.

Popular methods of TxScope

  • <init>
    Create with a given transaction scope type.
  • getIsolation
    Return the Isolation level this transaction should run with.
  • 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
  • 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

  • Making http requests using okhttp
  • getContentResolver (Context)
  • getSharedPreferences (Context)
  • getResourceAsStream (ClassLoader)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Top plugins for WebStorm
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