- get(DatabaseOperation) - Method in interface com.github.springtestdbunit.operation.DatabaseOperationLookup
-
Returns the DBUnit Database Operation that should be used for the
specified enum or null if the operation is not supported.
- get(DatabaseOperation) - Method in class com.github.springtestdbunit.operation.DefaultDatabaseOperationLookup
-
- get(DatabaseOperation) - Method in class com.github.springtestdbunit.operation.MicrosoftSqlDatabaseOperationLookup
-
- getBatchedStatements() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the batched statements database config feature.
- getBatchSize() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the batch size database config property.
- getCaseSensitiveTableNames() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the case sensitive table names database config feature.
- getChain() - Method in class com.github.springtestdbunit.TestExecutionListenerChain
-
Returns the chain of TestExecutionListener classes in the correct order.
- getChain() - Method in class com.github.springtestdbunit.TransactionDbUnitTestExecutionListener
-
- getDatabaseAssertion() - Method in enum com.github.springtestdbunit.assertion.DatabaseAssertionMode
-
- getDatatypeFactory() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the data type factory database config property.
- getDatatypeWarning() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the datatype warning database config feature.
- getEscapePattern() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the escape pattern database config property.
- getFetchSize() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the fetch size database config property.
- getMetadataHandler() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the meta-data handler database config property.
- getObject() - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
-
- getObjectType() - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
-
- getPrimaryKeyFilter() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the primary key filter database config property.
- getQualifiedTableNames() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the qualified table names database config feature.
- getResourceLoader(Class<?>) - Method in class com.github.springtestdbunit.dataset.AbstractDataSetLoader
-
Gets the ResourceLoader that will be used to load the dataset Resources.
- getResourceLocations(Class<?>, String) - Method in class com.github.springtestdbunit.dataset.AbstractDataSetLoader
-
Get the resource locations that should be considered when attempting to load a dataset from the specified
location.
- getResultsetTableFactory() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the result set table factory database config property.
- getSkipOracleRecyclebinTables() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the skip oracle recyclebin tables database config feature.
- getStatementFactory() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the statement factory database config property.
- getTableType() - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Gets the table type database config property.
- setBatchedStatements(Boolean) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the batched statements database config feature.
- setBatchSize(Integer) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the batch size database config property.
- setCaseSensitiveTableNames(Boolean) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the case sensitive table names database config feature.
- setDatabaseConfig(DatabaseConfigBean) - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
-
Set an optional
configuration that will be applied to the newly created
DatabaseDataSourceConnection
- setDataSource(DataSource) - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
-
Set the data source that will be used for the DatabaseDataSourceConnection.
- setDatatypeFactory(IDataTypeFactory) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the data type factory database config property.
- setDatatypeWarning(Boolean) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the datatype warning database config feature.
- setEscapePattern(String) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the escape pattern database config property.
- setFetchSize(Integer) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the fetch size database config property.
- setMetadataHandler(IMetadataHandler) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the meta-data handler database config property.
- setPassword(String) - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
-
Set the password to use when accessing the data source.
- setPrimaryKeyFilter(IColumnFilter) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the primary key filter database config property.
- setQualifiedTableNames(Boolean) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the qualified table names database config feature.
- setResultsetTableFactory(IResultSetTableFactory) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the result set table factory database config property.
- setSchema(String) - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
-
Set the schema to use when accessing the data source.
- setSkipOracleRecyclebinTables(Boolean) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the skip oracle recyclebin tables database config feature.
- setStatementFactory(IStatementFactory) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the statement factory database config property.
- setTableType(String[]) - Method in class com.github.springtestdbunit.bean.DatabaseConfigBean
-
Sets the table type database config property.
- setTransactionAware(boolean) - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
-
Determines if the IDatabaseConnection created by this bean should be aware of Spring
PlatformTransactionManagers.
- setUsername(String) - Method in class com.github.springtestdbunit.bean.DatabaseDataSourceConnectionFactoryBean
-
Set the user name to use when accessing the data source.