congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
DriversTypeImpl
Code IndexAdd Tabnine to your IDE (free)

How to use
DriversTypeImpl
in
org.jboss.jca.embedded.dsl.datasources13.impl

Best Java code snippets using org.jboss.jca.embedded.dsl.datasources13.impl.DriversTypeImpl (Showing top 6 results out of 315)

origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>drivers</code> element with the given value will be created.
* Otherwise, the existing <code>drivers</code> element will be returned.
* @return  a new or existing instance of <code>DriversType<DatasourcesDescriptor></code> 
*/
public DriversType<DatasourcesDescriptor> getOrCreateDrivers()
{
 Node node = model.getOrCreate("drivers");
 DriversType<DatasourcesDescriptor> drivers = new DriversTypeImpl<DatasourcesDescriptor>(this, "drivers", model, node);
 return drivers;
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>driver</code> element will be created and returned.
* Otherwise, the first existing <code>driver</code> element will be returned.
* @return the instance defined for the element <code>driver</code> 
*/
public DriverType<DriversType<T>> getOrCreateDriver()
{
 List<Node> nodeList = childNode.get("driver");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new DriverTypeImpl<DriversType<T>>(this, "driver", childNode, nodeList.get(0));
 }
 return createDriver();
}
origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>driver</code> element will be created and returned.
* Otherwise, the first existing <code>driver</code> element will be returned.
* @return the instance defined for the element <code>driver</code> 
*/
public DriverType<DriversType<T>> getOrCreateDriver()
{
 List<Node> nodeList = childNode.get("driver");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new DriverTypeImpl<DriversType<T>>(this, "driver", childNode, nodeList.get(0));
 }
 return createDriver();
}
origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>drivers</code> element with the given value will be created.
* Otherwise, the existing <code>drivers</code> element will be returned.
* @return  a new or existing instance of <code>DriversType<DatasourcesDescriptor></code> 
*/
public DriversType<DatasourcesDescriptor> getOrCreateDrivers()
{
 Node node = model.getOrCreate("drivers");
 DriversType<DatasourcesDescriptor> drivers = new DriversTypeImpl<DatasourcesDescriptor>(this, "drivers", model, node);
 return drivers;
}
origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>drivers</code> element with the given value will be created.
* Otherwise, the existing <code>drivers</code> element will be returned.
* @return  a new or existing instance of <code>DriversType<DatasourcesType<T>></code> 
*/
public DriversType<DatasourcesType<T>> getOrCreateDrivers()
{
 Node node = childNode.getOrCreate("drivers");
 DriversType<DatasourcesType<T>> drivers = new DriversTypeImpl<DatasourcesType<T>>(this, "drivers", childNode, node);
 return drivers;
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>drivers</code> element with the given value will be created.
* Otherwise, the existing <code>drivers</code> element will be returned.
* @return  a new or existing instance of <code>DriversType<DatasourcesType<T>></code> 
*/
public DriversType<DatasourcesType<T>> getOrCreateDrivers()
{
 Node node = childNode.getOrCreate("drivers");
 DriversType<DatasourcesType<T>> drivers = new DriversTypeImpl<DatasourcesType<T>>(this, "drivers", childNode, node);
 return drivers;
}
org.jboss.jca.embedded.dsl.datasources13.implDriversTypeImpl

Javadoc

This class implements the driversType xsd type

Most used methods

  • <init>
  • createDriver
    Creates a new driver element

Popular in Java

  • Creating JSON documents from java classes using gson
  • getApplicationContext (Context)
  • requestLocationUpdates (LocationManager)
  • startActivity (Activity)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Kernel (java.awt.image)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • JFileChooser (javax.swing)
  • 21 Best Atom Packages for 2021
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