Uses of Interface
org.jboss.jca.embedded.dsl.datasources11.api.DriverType
-
Packages that use DriverType Package Description org.jboss.jca.embedded.dsl.datasources11.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.datasources11.impl Provides the implementation classes as defined in the schema -
-
Uses of DriverType in org.jboss.jca.embedded.dsl.datasources11.api
Methods in org.jboss.jca.embedded.dsl.datasources11.api that return DriverType Modifier and Type Method Description DriverType<DriversType<T>>DriversType. createDriver()Creates a newdriverelementDriverType<T>DriverType. datasourceClass(String datasourceClass)Sets thedatasource-classelementDriverType<T>DriverType. driverClass(String driverClass)Sets thedriver-classelementDriverType<DriversType<T>>DriversType. getOrCreateDriver()If not already created, a newdriverelement will be created and returned.DriverType<T>DriverType. majorVersion(Integer majorVersion)Sets themajor-versionattributeDriverType<T>DriverType. minorVerion(Integer minorVerion)Sets theminor-verionattributeDriverType<T>DriverType. module(String module)Sets themoduleattributeDriverType<T>DriverType. name(String name)Sets thenameattributeDriverType<T>DriverType. removeDatasourceClass()Removes thedatasource-classelementDriverType<T>DriverType. removeDriverClass()Removes thedriver-classelementDriverType<T>DriverType. removeMajorVersion()Removes themajor-versionattributeDriverType<T>DriverType. removeMinorVerion()Removes theminor-verionattributeDriverType<T>DriverType. removeModule()Removes themoduleattributeDriverType<T>DriverType. removeName()Removes thenameattributeDriverType<T>DriverType. removeXaDatasourceClass()Removes thexa-datasource-classelementDriverType<T>DriverType. xaDatasourceClass(String xaDatasourceClass)Sets thexa-datasource-classelementMethods in org.jboss.jca.embedded.dsl.datasources11.api that return types with arguments of type DriverType Modifier and Type Method Description List<DriverType<DriversType<T>>>DriversType. getAllDriver()Returns alldriverelements -
Uses of DriverType in org.jboss.jca.embedded.dsl.datasources11.impl
Classes in org.jboss.jca.embedded.dsl.datasources11.impl that implement DriverType Modifier and Type Class Description classDriverTypeImpl<T>This class implements thedriverTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return DriverType Modifier and Type Method Description DriverType<DriversType<T>>DriversTypeImpl. createDriver()Creates a newdriverelementDriverType<T>DriverTypeImpl. datasourceClass(String datasourceClass)Sets thedatasource-classelementDriverType<T>DriverTypeImpl. driverClass(String driverClass)Sets thedriver-classelementDriverType<DriversType<T>>DriversTypeImpl. getOrCreateDriver()If not already created, a newdriverelement will be created and returned.DriverType<T>DriverTypeImpl. majorVersion(Integer majorVersion)Sets themajor-versionattributeDriverType<T>DriverTypeImpl. minorVerion(Integer minorVerion)Sets theminor-verionattributeDriverType<T>DriverTypeImpl. module(String module)Sets themoduleattributeDriverType<T>DriverTypeImpl. name(String name)Sets thenameattributeDriverType<T>DriverTypeImpl. removeDatasourceClass()Removes thedatasource-classelementDriverType<T>DriverTypeImpl. removeDriverClass()Removes thedriver-classelementDriverType<T>DriverTypeImpl. removeMajorVersion()Removes themajor-versionattributeDriverType<T>DriverTypeImpl. removeMinorVerion()Removes theminor-verionattributeDriverType<T>DriverTypeImpl. removeModule()Removes themoduleattributeDriverType<T>DriverTypeImpl. removeName()Removes thenameattributeDriverType<T>DriverTypeImpl. removeXaDatasourceClass()Removes thexa-datasource-classelementDriverType<T>DriverTypeImpl. xaDatasourceClass(String xaDatasourceClass)Sets thexa-datasource-classelementMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return types with arguments of type DriverType Modifier and Type Method Description List<DriverType<DriversType<T>>>DriversTypeImpl. getAllDriver()Returns alldriverelements
-