Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.DataSourceType
Packages that use DataSourceType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return DataSourceTypeModifier and TypeMethodDescriptionSets theclass-nameelementDataSourceType.databaseName(String databaseName) Sets thedatabase-nameelementDataSourceType.description(String description) Sets thedescriptionelementSets theidattributeDataSourceType.initialPoolSize(Integer initialPoolSize) Sets theinitial-pool-sizeelementDataSourceType.isolationLevel(String isolationLevel) Sets theisolation-levelelementDataSourceType.isolationLevel(IsolationLevelType isolationLevel) Sets theisolation-levelelementDataSourceType.loginTimeout(Integer loginTimeout) Sets thelogin-timeoutelementDataSourceType.maxIdleTime(Integer maxIdleTime) Sets themax-idle-timeelementDataSourceType.maxPoolSize(Integer maxPoolSize) Sets themax-pool-sizeelementDataSourceType.maxStatements(Integer maxStatements) Sets themax-statementselementDataSourceType.minPoolSize(Integer minPoolSize) Sets themin-pool-sizeelementSets thenameelementSets thepasswordelementDataSourceType.portNumber(Integer portNumber) Sets theport-numberelementDataSourceType.removeAllProperty()Removes allpropertyelementsDataSourceType.removeClassName()Removes theclass-nameelementDataSourceType.removeDatabaseName()Removes thedatabase-nameelementDataSourceType.removeDescription()Removes thedescriptionelementDataSourceType.removeId()Removes theidattributeDataSourceType.removeInitialPoolSize()Removes theinitial-pool-sizeelementDataSourceType.removeIsolationLevel()Removes theisolation-levelattributeDataSourceType.removeLoginTimeout()Removes thelogin-timeoutelementDataSourceType.removeMaxIdleTime()Removes themax-idle-timeelementDataSourceType.removeMaxPoolSize()Removes themax-pool-sizeelementDataSourceType.removeMaxStatements()Removes themax-statementselementDataSourceType.removeMinPoolSize()Removes themin-pool-sizeelementDataSourceType.removeName()Removes thenameelementDataSourceType.removePassword()Removes thepasswordelementDataSourceType.removePortNumber()Removes theport-numberelementDataSourceType.removeServerName()Removes theserver-nameelementDataSourceType.removeTransactional()Removes thetransactionalelementDataSourceType.removeUrl()Removes theurlelementDataSourceType.removeUser()Removes theuserelementDataSourceType.serverName(String serverName) Sets theserver-nameelementDataSourceType.transactional(Boolean transactional) Sets thetransactionalelementSets theurlelementSets theuserelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type DataSourceTypeModifier and TypeMethodDescriptionDataSourceType.createProperty()Creates a newpropertyelementDataSourceType.getAllProperty()Returns allpropertyelementsDataSourceType.getOrCreateProperty()If not already created, a newpropertyelement will be created and returned. -
Uses of DataSourceType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee7 that implement DataSourceTypeModifier and TypeClassDescriptionclassThis class implements thedata-sourceTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return DataSourceTypeModifier and TypeMethodDescriptionSets theclass-nameelementDataSourceTypeImpl.databaseName(String databaseName) Sets thedatabase-nameelementDataSourceTypeImpl.description(String description) Sets thedescriptionelementSets theidattributeDataSourceTypeImpl.initialPoolSize(Integer initialPoolSize) Sets theinitial-pool-sizeelementDataSourceTypeImpl.isolationLevel(String isolationLevel) Sets theisolation-levelelementDataSourceTypeImpl.isolationLevel(IsolationLevelType isolationLevel) Sets theisolation-levelelementDataSourceTypeImpl.loginTimeout(Integer loginTimeout) Sets thelogin-timeoutelementDataSourceTypeImpl.maxIdleTime(Integer maxIdleTime) Sets themax-idle-timeelementDataSourceTypeImpl.maxPoolSize(Integer maxPoolSize) Sets themax-pool-sizeelementDataSourceTypeImpl.maxStatements(Integer maxStatements) Sets themax-statementselementDataSourceTypeImpl.minPoolSize(Integer minPoolSize) Sets themin-pool-sizeelementSets thenameelementSets thepasswordelementDataSourceTypeImpl.portNumber(Integer portNumber) Sets theport-numberelementDataSourceTypeImpl.removeAllProperty()Removes allpropertyelementsDataSourceTypeImpl.removeClassName()Removes theclass-nameelementDataSourceTypeImpl.removeDatabaseName()Removes thedatabase-nameelementDataSourceTypeImpl.removeDescription()Removes thedescriptionelementDataSourceTypeImpl.removeId()Removes theidattributeDataSourceTypeImpl.removeInitialPoolSize()Removes theinitial-pool-sizeelementDataSourceTypeImpl.removeIsolationLevel()Removes theisolation-levelattributeDataSourceTypeImpl.removeLoginTimeout()Removes thelogin-timeoutelementDataSourceTypeImpl.removeMaxIdleTime()Removes themax-idle-timeelementDataSourceTypeImpl.removeMaxPoolSize()Removes themax-pool-sizeelementDataSourceTypeImpl.removeMaxStatements()Removes themax-statementselementDataSourceTypeImpl.removeMinPoolSize()Removes themin-pool-sizeelementDataSourceTypeImpl.removeName()Removes thenameelementDataSourceTypeImpl.removePassword()Removes thepasswordelementDataSourceTypeImpl.removePortNumber()Removes theport-numberelementDataSourceTypeImpl.removeServerName()Removes theserver-nameelementDataSourceTypeImpl.removeTransactional()Removes thetransactionalelementDataSourceTypeImpl.removeUrl()Removes theurlelementDataSourceTypeImpl.removeUser()Removes theuserelementDataSourceTypeImpl.serverName(String serverName) Sets theserver-nameelementDataSourceTypeImpl.transactional(Boolean transactional) Sets thetransactionalelementSets theurlelementSets theuserelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type DataSourceTypeModifier and TypeMethodDescriptionDataSourceTypeImpl.createProperty()Creates a newpropertyelementDataSourceTypeImpl.getAllProperty()Returns allpropertyelementsDataSourceTypeImpl.getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.