Codota Logo
AutoConfig.firstMatching
Code IndexAdd Codota 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)

  • Common ways to obtain AutoConfig
private void myMethod () {
AutoConfig a =
  • Codota IconConfigurationFactory configFactory;new AutoConfig(configFactory)
  • Smart code suggestions by Codota
}
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

  • Making http requests using okhttp
  • setScale (BigDecimal)
  • startActivity (Activity)
  • getApplicationContext (Context)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • KeyStore (java.security)
    This class represents an in-memory collection of keys and certificates. It manages two types of entr
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.This exception may include information for locating the er
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now