org.wildfly.extras.creaper.commands.datasources
Class AddMysqlDataSource.Builder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.datasources.AddDataSource.Builder<AddMysqlDataSource.Builder>
      extended by org.wildfly.extras.creaper.commands.datasources.AddMysqlDataSource.Builder
Enclosing class:
AddMysqlDataSource

public static final class AddMysqlDataSource.Builder
extends AddDataSource.Builder<AddMysqlDataSource.Builder>


Constructor Summary
AddMysqlDataSource.Builder(String name)
           
 
Method Summary
 AddMysqlDataSource build()
           
 
Methods inherited from class org.wildfly.extras.creaper.commands.datasources.AddDataSource.Builder
addConnectionProperties, addConnectionProperty, addConnectionProperty, addExceptionSorterProperty, addExceptionSorterProperty, addReauthPluginProperty, addReauthPluginProperty, addStaleConnectionCheckerProperty, addStaleConnectionCheckerProperty, addValidConnectionCheckerProperty, addValidConnectionCheckerProperty, allocationRetry, allocationRetryWaitMillis, allowMultipleUsers, backgroundValidation, backgroundValidationMillis, blockingTimeoutWaitMillis, connectable, connectionUrl, datasourceClass, driverClass, driverName, enableAfterCreate, exceptionSorterClass, flushStrategy, check, checkValidConnectionSql, idleTimeoutMinutes, jndiName, jta, managedConnectionPool, maxPoolSize, minPoolSize, newConnectionSql, prefill, preparedStatementsCacheSize, queryTimeout, reauthPluginClass, replaceExisting, securityDomain, setTxQueryTimeout, sharePreparedStatements, spy, staleConnectionCheckerClass, statisticsEnabled, trackPreparedStatements, transactionIsolation, urlDelimiter, urlSelectorStrategyClass, useCcm, useFastFailAllocation, useJavaContext, usernameAndPassword, useStrictMinPoolSize, useTryLock, validateOnMatch, validConnectionCheckerClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddMysqlDataSource.Builder

public AddMysqlDataSource.Builder(String name)
Method Detail

build

public AddMysqlDataSource build()
Overrides:
build in class AddDataSource.Builder<AddMysqlDataSource.Builder>


Copyright © 2016. All rights reserved.