|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DriverType | |
---|---|
org.jboss.datasources.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.datasources.impl | Provides the implementation classes as defined in the schema |
Uses of DriverType in org.jboss.datasources.api |
---|
Methods in org.jboss.datasources.api that return DriverType | |
---|---|
DriverType<DriversType<T>> |
DriversType.createDriver()
Creates a new driver element |
DriverType<T> |
DriverType.datasourceClass(String datasourceClass)
Sets the datasource-class element |
DriverType<T> |
DriverType.driverClass(String driverClass)
Sets the driver-class element |
DriverType<DriversType<T>> |
DriversType.getOrCreateDriver()
If not already created, a new driver element will be created and returned. |
DriverType<T> |
DriverType.majorVersion(Integer majorVersion)
Sets the major-version attribute |
DriverType<T> |
DriverType.minorVerion(Integer minorVerion)
Sets the minor-verion attribute |
DriverType<T> |
DriverType.module(String module)
Sets the module attribute |
DriverType<T> |
DriverType.name(String name)
Sets the name attribute |
DriverType<T> |
DriverType.removeDatasourceClass()
Removes the datasource-class element |
DriverType<T> |
DriverType.removeDriverClass()
Removes the driver-class element |
DriverType<T> |
DriverType.removeMajorVersion()
Removes the major-version attribute |
DriverType<T> |
DriverType.removeMinorVerion()
Removes the minor-verion attribute |
DriverType<T> |
DriverType.removeModule()
Removes the module attribute |
DriverType<T> |
DriverType.removeName()
Removes the name attribute |
DriverType<T> |
DriverType.removeXaDatasourceClass()
Removes the xa-datasource-class element |
DriverType<T> |
DriverType.xaDatasourceClass(String xaDatasourceClass)
Sets the xa-datasource-class element |
Methods in org.jboss.datasources.api that return types with arguments of type DriverType | |
---|---|
List<DriverType<DriversType<T>>> |
DriversType.getAllDriver()
Returns all driver elements |
Uses of DriverType in org.jboss.datasources.impl |
---|
Classes in org.jboss.datasources.impl that implement DriverType | |
---|---|
class |
DriverTypeImpl<T>
This class implements the driverType xsd type |
Methods in org.jboss.datasources.impl that return DriverType | |
---|---|
DriverType<DriversType<T>> |
DriversTypeImpl.createDriver()
Creates a new driver element |
DriverType<T> |
DriverTypeImpl.datasourceClass(String datasourceClass)
Sets the datasource-class element |
DriverType<T> |
DriverTypeImpl.driverClass(String driverClass)
Sets the driver-class element |
DriverType<DriversType<T>> |
DriversTypeImpl.getOrCreateDriver()
If not already created, a new driver element will be created and returned. |
DriverType<T> |
DriverTypeImpl.majorVersion(Integer majorVersion)
Sets the major-version attribute |
DriverType<T> |
DriverTypeImpl.minorVerion(Integer minorVerion)
Sets the minor-verion attribute |
DriverType<T> |
DriverTypeImpl.module(String module)
Sets the module attribute |
DriverType<T> |
DriverTypeImpl.name(String name)
Sets the name attribute |
DriverType<T> |
DriverTypeImpl.removeDatasourceClass()
Removes the datasource-class element |
DriverType<T> |
DriverTypeImpl.removeDriverClass()
Removes the driver-class element |
DriverType<T> |
DriverTypeImpl.removeMajorVersion()
Removes the major-version attribute |
DriverType<T> |
DriverTypeImpl.removeMinorVerion()
Removes the minor-verion attribute |
DriverType<T> |
DriverTypeImpl.removeModule()
Removes the module attribute |
DriverType<T> |
DriverTypeImpl.removeName()
Removes the name attribute |
DriverType<T> |
DriverTypeImpl.removeXaDatasourceClass()
Removes the xa-datasource-class element |
DriverType<T> |
DriverTypeImpl.xaDatasourceClass(String xaDatasourceClass)
Sets the xa-datasource-class element |
Methods in org.jboss.datasources.impl that return types with arguments of type DriverType | |
---|---|
List<DriverType<DriversType<T>>> |
DriversTypeImpl.getAllDriver()
Returns all driver elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |