Tabnine Logo
AutoConfig.processPersistenceRef
Code IndexAdd Tabnine to your IDE (free)

How to use
processPersistenceRef
method
in
org.apache.openejb.config.AutoConfig

Best Java code snippets using org.apache.openejb.config.AutoConfig.processPersistenceRef (Showing top 3 results out of 315)

origin: org.apache.openejb/openejb-core

private void processPersistenceRefs(final JndiConsumer component, final DeploymentModule module, final LinkResolver<PersistenceUnit> persistenceUnits, final URI moduleURI) {
  final String componentName = component.getJndiConsumerName();
  final ValidationContext validation = module.getValidation();
  for (final PersistenceRef ref : component.getPersistenceUnitRef()) {
    processPersistenceRef(persistenceUnits, ref, moduleURI, componentName, validation);
  }
  for (final PersistenceRef ref : component.getPersistenceContextRef()) {
    processPersistenceRef(persistenceUnits, ref, moduleURI, componentName, validation);
  }
}
origin: org.apache.geronimo.ext.openejb/openejb-core

private void processPersistenceRefs(JndiConsumer component, DeploymentModule module, LinkResolver<PersistenceUnit> persistenceUnits, URI moduleURI) {
  String componentName = component.getJndiConsumerName();
  ValidationContext validation = module.getValidation();
  for (PersistenceRef ref : component.getPersistenceUnitRef()) {
    processPersistenceRef(persistenceUnits, ref, moduleURI, componentName, validation);
  }
  for (PersistenceRef ref : component.getPersistenceContextRef()) {
    processPersistenceRef(persistenceUnits, ref, moduleURI, componentName, validation);
  }
}
origin: org.apache.tomee/openejb-core

private void processPersistenceRefs(final JndiConsumer component, final DeploymentModule module, final LinkResolver<PersistenceUnit> persistenceUnits, final URI moduleURI) {
  final String componentName = component.getJndiConsumerName();
  final ValidationContext validation = module.getValidation();
  for (final PersistenceRef ref : component.getPersistenceUnitRef()) {
    processPersistenceRef(persistenceUnits, ref, moduleURI, componentName, validation);
  }
  for (final PersistenceRef ref : component.getPersistenceContextRef()) {
    processPersistenceRef(persistenceUnits, ref, moduleURI, componentName, validation);
  }
}
org.apache.openejb.configAutoConfigprocessPersistenceRef

Popular methods of AutoConfig

  • <init>
  • autoCreateContainers
  • autoCreateResources
  • findResourceId
  • autoCreateResource
  • checkUnitDataSourceRefs
  • copy
  • createContainer
  • deploy
  • findResourceProviderId
  • firstMatching
  • getResourceEnvId
  • firstMatching,
  • getResourceEnvId,
  • getResourceId,
  • getResourceIds,
  • getType,
  • getUsableContainer,
  • installResource,
  • isJms,
  • logAutoCreateResource,
  • normalizeResourceId

Popular in Java

  • Reading from database using SQL prepared statement
  • getApplicationContext (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • notifyDataSetChanged (ArrayAdapter)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Path (java.nio.file)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Top 12 Jupyter Notebook extensions
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