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

How to use
afterFlush
method
in
org.apache.openjpa.event.FlushTransactionListener

Best Java code snippets using org.apache.openjpa.event.FlushTransactionListener.afterFlush (Showing top 5 results out of 315)

origin: org.apache.openjpa/openjpa-all

case TransactionEvent.AFTER_FLUSH:
  if (listener instanceof FlushTransactionListener)
    ((FlushTransactionListener) listener).afterFlush(ev);
  break;
case TransactionEvent.BEFORE_COMMIT:
origin: org.apache.openjpa/com.springsource.org.apache.openjpa

case TransactionEvent.AFTER_FLUSH:
  if (listener instanceof FlushTransactionListener)
    ((FlushTransactionListener) listener).afterFlush(ev);
  break;
case TransactionEvent.BEFORE_COMMIT:
origin: org.apache.openjpa/openjpa-kernel

case TransactionEvent.AFTER_FLUSH:
  if (listener instanceof FlushTransactionListener)
    ((FlushTransactionListener) listener).afterFlush(ev);
  break;
case TransactionEvent.BEFORE_COMMIT:
origin: org.apache.openejb.patch/openjpa-kernel

case TransactionEvent.AFTER_FLUSH:
  if (listener instanceof FlushTransactionListener)
    ((FlushTransactionListener) listener).afterFlush(ev);
  break;
case TransactionEvent.BEFORE_COMMIT:
origin: org.apache.openejb.patch/openjpa

case TransactionEvent.AFTER_FLUSH:
  if (listener instanceof FlushTransactionListener)
    ((FlushTransactionListener) listener).afterFlush(ev);
  break;
case TransactionEvent.BEFORE_COMMIT:
org.apache.openjpa.eventFlushTransactionListenerafterFlush

Javadoc

Notification that a transaction has flushed all object changes.

Popular methods of FlushTransactionListener

  • beforeFlush
    Notification that a transaction is about to flush all object changes.

Popular in Java

  • Making http post requests using okhttp
  • onCreateOptionsMenu (Activity)
  • addToBackStack (FragmentTransaction)
  • getApplicationContext (Context)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Option (scala)
  • PhpStorm for WordPress
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