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

How to use
getPersisterHelper
method
in
uk.ac.ebi.intact.core.context.IntactContext

Best Java code snippets using uk.ac.ebi.intact.core.context.IntactContext.getPersisterHelper (Showing top 8 results out of 315)

origin: uk.ac.ebi.intact.core/intact-core

@Deprecated
public PersisterHelper getPersisterHelper() {
  return getIntactContext().getPersisterHelper();
}
origin: uk.ac.ebi.intact.dataexchange/intact-cvutils

protected CvUpdater(IntactContext intactContext) {
  this.processed = new HashMap<String, CvObject>();
  this.stats = new CvUpdaterStatistics();
  this.intactContext = intactContext;
  this.persisterHelper = intactContext.getPersisterHelper();
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

@Deprecated
public PersisterHelper getPersisterHelper() {
  return getIntactContext().getPersisterHelper();
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

@Deprecated
public static void saveOrUpdate( IntactEntry... intactEntries ) throws PersisterException {
  IntactContext.getCurrentInstance().getPersisterHelper().save(intactEntries);
}
origin: uk.ac.ebi.intact.core/intact-core

@Deprecated
public static void saveOrUpdate( IntactEntry... intactEntries ) throws PersisterException {
  IntactContext.getCurrentInstance().getPersisterHelper().save(intactEntries);
}
origin: uk.ac.ebi.intact.core/intact-core

@Deprecated
public static PersisterStatistics saveOrUpdate( AnnotatedObject... annotatedObjects ) throws PersisterException {
  return IntactContext.getCurrentInstance().getPersisterHelper().save(annotatedObjects);
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

@Deprecated
public static PersisterStatistics saveOrUpdate( AnnotatedObject... annotatedObjects ) throws PersisterException {
  return IntactContext.getCurrentInstance().getPersisterHelper().save(annotatedObjects);
}
origin: uk.ac.ebi.intact.dataexchange/intact-cvutils

protected CvUpdater() throws IOException, OBOParseException {
  if (!IntactContext.currentInstanceExists()) {
    throw new IllegalStateException("To instantiate a CvUpdated using no arguments, an instance of IntactContext must exist");
  }
  this.processed = new HashMap<String, CvObject>();
  this.stats = new CvUpdaterStatistics();
  this.intactContext = IntactContext.getCurrentInstance();
  this.persisterHelper = intactContext.getPersisterHelper();
}
uk.ac.ebi.intact.core.contextIntactContextgetPersisterHelper

Popular methods of IntactContext

  • getCurrentInstance
    Gets the current (ThreadLocal) instance of IntactContext. If no such instance exist, IntAct Core wil
  • getDataContext
  • getInstitution
    Gets the institution from the RuntimeConfig object. In addition, tries to refresh the instance from
  • getDaoFactory
  • getCorePersister
  • currentInstanceExists
    Checks if an instance already exists.
  • getSpringContext
  • getLifecycleManager
    Gets the lifecycle manager for publications.
  • initContext
    Initializes a standalone context.
  • bindToApplication
  • getApplication
  • getConfig
  • getApplication,
  • getConfig,
  • getConfigurationHandler,
  • getCoreDeleter,
  • getUserContext,
  • initStandaloneContextInMemory,
  • setApplication

Popular in Java

  • Making http post requests using okhttp
  • requestLocationUpdates (LocationManager)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • scheduleAtFixedRate (Timer)
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • Option (scala)
  • Top 17 PhpStorm Plugins
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