congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
TriggerCreatorImpl
Code IndexAdd Tabnine to your IDE (free)

How to use
TriggerCreatorImpl
in
com.ohmdb.impl

Best Java code snippets using com.ohmdb.impl.TriggerCreatorImpl (Showing top 20 results out of 315)

origin: com.gitblit.ohmdb/ohmdb-core

@Override
public <T> TriggerCreator<T> after(Class<T> type) {
  return new TriggerCreatorImpl<T>(this, type, false);
}
origin: com.gitblit.ohmdb/ohmdb-core

@Override
public TriggerOperation<E> read() {
  return op(before ? TriggerAction.BEFORE_READ : TriggerAction.AFTER_READ);
}
origin: com.gitblit.ohmdb/ohmdb-core

@Override
public TriggerOperation<E> inserted() {
  return op(before ? TriggerAction.BEFORE_INSERT : TriggerAction.AFTER_INSERT);
}
origin: com.gitblit.ohmdb/ohmdb

@Override
public TriggerCreator<E> or() {
  return new TriggerCreatorImpl<E>(db, type, before, actions);
}
origin: com.gitblit.ohmdb/ohmdb-core

@Override
public TriggerOperation<E> updated() {
  return op(before ? TriggerAction.BEFORE_UPDATE : TriggerAction.AFTER_UPDATE);
}
origin: ohmdb/ohmdb

@Override
public <T> TriggerCreator<T> before(Class<T> type) {
  return new TriggerCreatorImpl<T>(this, type, true);
}
origin: com.gitblit.ohmdb/ohmdb

@Override
public TriggerOperation<E> deleted() {
  return op(before ? TriggerAction.BEFORE_DELETE : TriggerAction.AFTER_DELETE);
}
origin: com.gitblit.ohmdb/ohmdb-core

@Override
public <T> TriggerCreator<T> before(Class<T> type) {
  return new TriggerCreatorImpl<T>(this, type, true);
}
origin: ohmdb/ohmdb

@Override
public TriggerOperation<E> inserted() {
  return op(before ? TriggerAction.BEFORE_INSERT : TriggerAction.AFTER_INSERT);
}
origin: com.gitblit.ohmdb/ohmdb-core

@Override
public TriggerCreator<E> or() {
  return new TriggerCreatorImpl<E>(db, type, before, actions);
}
origin: com.gitblit.ohmdb/ohmdb

@Override
public TriggerOperation<E> inserted() {
  return op(before ? TriggerAction.BEFORE_INSERT : TriggerAction.AFTER_INSERT);
}
origin: com.gitblit.ohmdb/ohmdb

@Override
public <T> TriggerCreator<T> before(Class<T> type) {
  return new TriggerCreatorImpl<T>(this, type, true);
}
origin: com.gitblit.ohmdb/ohmdb

@Override
public TriggerOperation<E> read() {
  return op(before ? TriggerAction.BEFORE_READ : TriggerAction.AFTER_READ);
}
origin: com.gitblit.ohmdb/ohmdb

@Override
public <T> TriggerCreator<T> after(Class<T> type) {
  return new TriggerCreatorImpl<T>(this, type, false);
}
origin: ohmdb/ohmdb

@Override
public TriggerOperation<E> deleted() {
  return op(before ? TriggerAction.BEFORE_DELETE : TriggerAction.AFTER_DELETE);
}
origin: ohmdb/ohmdb

@Override
public <T> TriggerCreator<T> after(Class<T> type) {
  return new TriggerCreatorImpl<T>(this, type, false);
}
origin: com.gitblit.ohmdb/ohmdb-core

@Override
public TriggerOperation<E> deleted() {
  return op(before ? TriggerAction.BEFORE_DELETE : TriggerAction.AFTER_DELETE);
}
origin: ohmdb/ohmdb

@Override
public TriggerCreator<E> or() {
  return new TriggerCreatorImpl<E>(db, type, before, actions);
}
origin: com.gitblit.ohmdb/ohmdb

@Override
public TriggerOperation<E> updated() {
  return op(before ? TriggerAction.BEFORE_UPDATE : TriggerAction.AFTER_UPDATE);
}
origin: ohmdb/ohmdb

@Override
public TriggerOperation<E> updated() {
  return op(before ? TriggerAction.BEFORE_UPDATE : TriggerAction.AFTER_UPDATE);
}
com.ohmdb.implTriggerCreatorImpl

Most used methods

  • <init>
  • op

Popular in Java

  • Running tasks concurrently on multiple threads
  • putExtra (Intent)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • scheduleAtFixedRate (Timer)
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Runner (org.openjdk.jmh.runner)
  • Best plugins for Eclipse
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