Uses of Interface
org.jboss.jca.embedded.dsl.datasources10.api.DriverType
Packages that use DriverType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of DriverType in org.jboss.jca.embedded.dsl.datasources10.api
Methods in org.jboss.jca.embedded.dsl.datasources10.api that return DriverTypeModifier and TypeMethodDescriptionDriversType.createDriver()Creates a newdriverelementDriverType.datasourceClass(String datasourceClass) Sets thedatasource-classelementDriverType.driverClass(String driverClass) Sets thedriver-classelementDriversType.getOrCreateDriver()If not already created, a newdriverelement will be created and returned.DriverType.majorVersion(Integer majorVersion) Sets themajor-versionattributeDriverType.minorVerion(Integer minorVerion) Sets theminor-verionattributeSets themoduleattributeSets thenameattributeDriverType.removeDatasourceClass()Removes thedatasource-classelementDriverType.removeDriverClass()Removes thedriver-classelementDriverType.removeMajorVersion()Removes themajor-versionattributeDriverType.removeMinorVerion()Removes theminor-verionattributeDriverType.removeModule()Removes themoduleattributeDriverType.removeName()Removes thenameattributeDriverType.removeXaDatasourceClass()Removes thexa-datasource-classelementDriverType.xaDatasourceClass(String xaDatasourceClass) Sets thexa-datasource-classelementMethods in org.jboss.jca.embedded.dsl.datasources10.api that return types with arguments of type DriverType -
Uses of DriverType in org.jboss.jca.embedded.dsl.datasources10.impl
Classes in org.jboss.jca.embedded.dsl.datasources10.impl that implement DriverTypeModifier and TypeClassDescriptionclassThis class implements thedriverTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources10.impl that return DriverTypeModifier and TypeMethodDescriptionDriversTypeImpl.createDriver()Creates a newdriverelementDriverTypeImpl.datasourceClass(String datasourceClass) Sets thedatasource-classelementDriverTypeImpl.driverClass(String driverClass) Sets thedriver-classelementDriversTypeImpl.getOrCreateDriver()If not already created, a newdriverelement will be created and returned.DriverTypeImpl.majorVersion(Integer majorVersion) Sets themajor-versionattributeDriverTypeImpl.minorVerion(Integer minorVerion) Sets theminor-verionattributeSets themoduleattributeSets thenameattributeDriverTypeImpl.removeDatasourceClass()Removes thedatasource-classelementDriverTypeImpl.removeDriverClass()Removes thedriver-classelementDriverTypeImpl.removeMajorVersion()Removes themajor-versionattributeDriverTypeImpl.removeMinorVerion()Removes theminor-verionattributeDriverTypeImpl.removeModule()Removes themoduleattributeDriverTypeImpl.removeName()Removes thenameattributeDriverTypeImpl.removeXaDatasourceClass()Removes thexa-datasource-classelementDriverTypeImpl.xaDatasourceClass(String xaDatasourceClass) Sets thexa-datasource-classelementMethods in org.jboss.jca.embedded.dsl.datasources10.impl that return types with arguments of type DriverType