DataSourceType |
ObjectFactory.createDataSourceType()
|
DataSourceType |
DataSourceType.withClassName(FullyQualifiedClassType value) |
DataSourceType |
DataSourceType.withDatabaseName(String value) |
DataSourceType |
DataSourceType.withDescription(DescriptionType value) |
DataSourceType |
DataSourceType.withId(String value) |
DataSourceType |
DataSourceType.withInitialPoolSize(XsdIntegerType value) |
DataSourceType |
DataSourceType.withIsolationLevel(IsolationLevelType value) |
DataSourceType |
DataSourceType.withLoginTimeout(XsdIntegerType value) |
DataSourceType |
DataSourceType.withMaxIdleTime(XsdIntegerType value) |
DataSourceType |
DataSourceType.withMaxPoolSize(XsdIntegerType value) |
DataSourceType |
DataSourceType.withMaxStatements(XsdIntegerType value) |
DataSourceType |
DataSourceType.withMinPoolSize(XsdIntegerType value) |
DataSourceType |
DataSourceType.withName(JndiNameType value) |
DataSourceType |
DataSourceType.withPassword(String value) |
DataSourceType |
DataSourceType.withPortNumber(XsdIntegerType value) |
DataSourceType |
DataSourceType.withProperty(Collection<PropertyType> values) |
DataSourceType |
DataSourceType.withProperty(PropertyType... values) |
DataSourceType |
DataSourceType.withServerName(String value) |
DataSourceType |
DataSourceType.withTransactional(XsdBooleanType value) |
DataSourceType |
DataSourceType.withUrl(JdbcUrlType value) |
DataSourceType |
DataSourceType.withUser(String value) |