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

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

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

origin: org.apache.tomee/openejb-core

id = firstMatching(beanName, type, required, appResources);
if (id != null) {
  return id;
origin: org.apache.geronimo.ext.openejb/openejb-core

jtaDataSourceId = firstMatching("DataSource", required, null);
  nonJtaDataSourceId = firstMatching("DataSource", required, null);
  nonJtaDataSourceId = firstMatching("DataSource", required, null);
  jtaDataSourceId = firstMatching("DataSource", required, null);
origin: org.apache.openejb/openejb-core

jtaDataSourceId = firstMatching(prefix, "DataSource", required, null);
  nonJtaDataSourceId = firstMatching(prefix, "DataSource", required, null);
  nonJtaDataSourceId = firstMatching(prefix, "DataSource", required, null);
  jtaDataSourceId = firstMatching(prefix, "DataSource", required, null);
origin: org.apache.tomee/openejb-core

jtaDataSourceId = firstMatching(prefix, "DataSource", required, null);
  nonJtaDataSourceId = firstMatching(prefix, "DataSource", required, null);
  nonJtaDataSourceId = firstMatching(prefix, "DataSource", required, null);
  jtaDataSourceId = firstMatching(prefix, "DataSource", required, null);
origin: org.apache.geronimo.ext.openejb/openejb-core

id = firstMatching(type, required, appResources);
if (id != null) return id;
origin: org.apache.openejb/openejb-core

id = firstMatching(beanName, type, required, appResources);
if (id != null) {
  return id;
org.apache.openejb.configAutoConfigfirstMatching

Popular methods of AutoConfig

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

Popular in Java

  • Reading from database using SQL prepared statement
  • addToBackStack (FragmentTransaction)
  • setContentView (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Join (org.hibernate.mapping)
  • Top 15 Vim 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