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

How to use
getSessionFactories
method
in
org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl

Best Java code snippets using org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl.getSessionFactories (Showing top 8 results out of 315)

origin: camunda/camunda-bpm-platform

public CommandContext(ProcessEngineConfigurationImpl processEngineConfiguration, TransactionContextFactory transactionContextFactory) {
 this.processEngineConfiguration = processEngineConfiguration;
 this.failedJobCommandFactory = processEngineConfiguration.getFailedJobCommandFactory();
 sessionFactories = processEngineConfiguration.getSessionFactories();
 this.transactionContext = transactionContextFactory.openTransactionContext(this);
 this.restrictUserOperationLogToAuthenticatedUsers = processEngineConfiguration.isRestrictUserOperationLogToAuthenticatedUsers();
}
origin: camunda/camunda-bpm-platform

public CommandContext(ProcessEngineConfigurationImpl processEngineConfiguration, TransactionContextFactory transactionContextFactory) {
 this.processEngineConfiguration = processEngineConfiguration;
 this.failedJobCommandFactory = processEngineConfiguration.getFailedJobCommandFactory();
 sessionFactories = processEngineConfiguration.getSessionFactories();
 this.transactionContext = transactionContextFactory.openTransactionContext(this);
 this.restrictUserOperationLogToAuthenticatedUsers = processEngineConfiguration.isRestrictUserOperationLogToAuthenticatedUsers();
}
origin: camunda/camunda-bpm-platform

protected void setUp() throws Exception {
 ProcessEngineConfigurationImpl processEngineConfiguration = (ProcessEngineConfigurationImpl) ProcessEngineConfiguration
   .createProcessEngineConfigurationFromResource("org/camunda/bpm/engine/test/standalone/jpa/camunda.cfg.xml");
 processEngineConfiguration.setJavaSerializationFormatEnabled(true);
 cachedProcessEngine = processEngineConfiguration.buildProcessEngine();
 EntityManagerSessionFactory entityManagerSessionFactory = (EntityManagerSessionFactory) processEngineConfiguration
  .getSessionFactories()
  .get(EntityManagerSession.class);
 entityManagerFactory = entityManagerSessionFactory.getEntityManagerFactory();
}
origin: org.camunda.bpm/camunda-engine

public CommandContext(ProcessEngineConfigurationImpl processEngineConfiguration, TransactionContextFactory transactionContextFactory) {
 this.processEngineConfiguration = processEngineConfiguration;
 this.failedJobCommandFactory = processEngineConfiguration.getFailedJobCommandFactory();
 sessionFactories = processEngineConfiguration.getSessionFactories();
 this.transactionContext = transactionContextFactory.openTransactionContext(this);
 this.restrictUserOperationLogToAuthenticatedUsers = processEngineConfiguration.isRestrictUserOperationLogToAuthenticatedUsers();
}
origin: camunda/camunda-bpm-platform

this.commandExecutor = processEngineConfiguration.getCommandExecutorTxRequired();
commandExecutorSchemaOperations = processEngineConfiguration.getCommandExecutorSchemaOperations();
this.sessionFactories = processEngineConfiguration.getSessionFactories();
this.historyLevel = processEngineConfiguration.getHistoryLevel();
this.transactionContextFactory = processEngineConfiguration.getTransactionContextFactory();
origin: camunda/camunda-bpm-platform

this.commandExecutor = processEngineConfiguration.getCommandExecutorTxRequired();
commandExecutorSchemaOperations = processEngineConfiguration.getCommandExecutorSchemaOperations();
this.sessionFactories = processEngineConfiguration.getSessionFactories();
this.historyLevel = processEngineConfiguration.getHistoryLevel();
this.transactionContextFactory = processEngineConfiguration.getTransactionContextFactory();
origin: org.camunda.bpm/camunda-engine

protected void setUp() throws Exception {
 ProcessEngineConfigurationImpl processEngineConfiguration = (ProcessEngineConfigurationImpl) ProcessEngineConfiguration
   .createProcessEngineConfigurationFromResource("org/camunda/bpm/engine/test/standalone/jpa/camunda.cfg.xml");
 processEngineConfiguration.setJavaSerializationFormatEnabled(true);
 cachedProcessEngine = processEngineConfiguration.buildProcessEngine();
 EntityManagerSessionFactory entityManagerSessionFactory = (EntityManagerSessionFactory) processEngineConfiguration
  .getSessionFactories()
  .get(EntityManagerSession.class);
 entityManagerFactory = entityManagerSessionFactory.getEntityManagerFactory();
}
origin: org.camunda.bpm/camunda-engine

this.commandExecutor = processEngineConfiguration.getCommandExecutorTxRequired();
commandExecutorSchemaOperations = processEngineConfiguration.getCommandExecutorSchemaOperations();
this.sessionFactories = processEngineConfiguration.getSessionFactories();
this.historyLevel = processEngineConfiguration.getHistoryLevel();
this.transactionContextFactory = processEngineConfiguration.getTransactionContextFactory();
org.camunda.bpm.engine.impl.cfgProcessEngineConfigurationImplgetSessionFactories

Popular methods of ProcessEngineConfigurationImpl

  • buildProcessEngine
  • getCommandExecutorTxRequired
  • getBatchWindowManager
  • getCommandExecutorSchemaOperations
  • getExpressionManager
  • getJobExecutor
  • getBeans
  • getDatabaseTablePrefix
  • getHistoryLevel
  • getProcessApplicationManager
  • getVariableSerializers
  • setCustomPreBPMNParseListeners
  • getVariableSerializers,
  • setCustomPreBPMNParseListeners,
  • getBatchJobsPerSeed,
  • getCommandExecutorTxRequiresNew,
  • getCustomPreBPMNParseListeners,
  • getDataSource,
  • getDbMetricsReporter,
  • getDbSqlSessionFactory,
  • getDefaultCharset,
  • getHistory

Popular in Java

  • Start an intent from android
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getSharedPreferences (Context)
  • requestLocationUpdates (LocationManager)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • Top Sublime Text plugins
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