Tabnine Logo
IntactBasicTestCase.getDataContext
Code IndexAdd Tabnine to your IDE (free)

How to use
getDataContext
method
in
uk.ac.ebi.intact.core.unit.IntactBasicTestCase

Best Java code snippets using uk.ac.ebi.intact.core.unit.IntactBasicTestCase.getDataContext (Showing top 5 results out of 315)

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

protected DaoFactory getDaoFactory() {
  return getDataContext().getDaoFactory();
}
origin: uk.ac.ebi.intact/intact-core

protected void beginTransaction() {
  getDataContext().beginTransaction();
}
origin: uk.ac.ebi.intact/intact-core

protected DaoFactory getDaoFactory() {
  return getDataContext().getDaoFactory();
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

protected DaoFactory getDaoFactory() {
  return getDataContext().getDaoFactory();
}
origin: uk.ac.ebi.intact/intact-core

protected void commitTransaction() throws IntactTestException {
  if (getDataContext().isTransactionActive()) {
    try {
      getDataContext().commitTransaction();
    } catch (IntactTransactionException e) {
      throw new IntactTestException(e);
    }
  }
}
uk.ac.ebi.intact.core.unitIntactBasicTestCasegetDataContext

Popular methods of IntactBasicTestCase

  • getIntactContext

Popular in Java

  • Running tasks concurrently on multiple threads
  • notifyDataSetChanged (ArrayAdapter)
  • runOnUiThread (Activity)
  • scheduleAtFixedRate (Timer)
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • JOptionPane (javax.swing)
  • Github Copilot alternatives
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