跳过导航链接
A B C D E F G I O P R S T U V W 

A

activateTransactionIfNeeded() - 类 中的方法org.unitils.database.DatabaseModule
 
activateTransactionIfNeeded() - 类 中的方法org.unitils.database.DataSourceWrapper
 
activateTransactionIfNeeded(Object) - 类 中的方法org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
 
activateTransactionIfNeeded(Object) - 接口 中的方法org.unitils.database.transaction.UnitilsTransactionManager
 
afterInit() - 类 中的方法org.unitils.database.DatabaseModule
Initializes the spring support object
afterTestTearDown(Object, Method) - 类 中的方法org.unitils.database.DatabaseModule.DatabaseTestListener
 
assertCountSqlResult(String, Long) - 类 中的静态方法org.unitils.database.sqlassert.SqlAssert
The SQL given should only return one row with one column, this column should be a number (preferred a count(*)).
assertCountSqlResult(String, Long, String) - 类 中的静态方法org.unitils.database.sqlassert.SqlAssert
The SQL given should only return one row with one column, this column should be a number (preferred a count(*)).
assertCountSqlResult(String, DataSource, Long) - 类 中的静态方法org.unitils.database.sqlassert.SqlAssert
The SQL given should only return one row with one column, this column should be a number (preferred a count(*)).
assertMultipleRowSqlResult(String, String, String[]...) - 类 中的静态方法org.unitils.database.sqlassert.SqlAssert
To be succesfull the result of the SQL should return as many rows as the two dimensional arrey has, each row should be identical to the given parameter.
assertMultipleRowSqlResult(String, String[]...) - 类 中的静态方法org.unitils.database.sqlassert.SqlAssert
To be succesfull the result of the SQL should return as many rows as the two dimensional arrey has, each row should be identical to the given parameter.
assertMultipleRowSqlResult(String, DataSource, String[]...) - 类 中的静态方法org.unitils.database.sqlassert.SqlAssert
To be successful the result of the SQL should return as many rows as the two dimensional array has, each row should be identical to the given parameter.
assertSingleRowSqlResult(String, String[]) - 类 中的静态方法org.unitils.database.sqlassert.SqlAssert
To be succesfull the result of the SQL should only return one row, this row should be identical to the given parameter.
assertSingleRowSqlResult(String, String, String[]) - 类 中的静态方法org.unitils.database.sqlassert.SqlAssert
To be succesfull the result of the SQL should only return one row, this row should be identical to the given parameter.
assertSingleRowSqlResult(String, DataSource, String[]) - 类 中的静态方法org.unitils.database.sqlassert.SqlAssert
To be successful the result of the SQL should only return one row, this row should be identical to the given parameter.

B

beforeTestSetUp(Object, Method) - 类 中的方法org.unitils.database.DatabaseModule.DatabaseTestListener
 

C

cleanSchemas() - 类 中的静态方法org.unitils.database.DatabaseUnitils
Cleans all configured schema's.
cleanSchemas(String) - 类 中的静态方法org.unitils.database.DatabaseUnitils
Cleans all configured schema's.
cleanSchemas() - 类 中的方法org.unitils.database.DataSourceWrapper
Cleans all configured schema's.
clearSchemas() - 类 中的静态方法org.unitils.database.DatabaseUnitils
Clears all configured schema's.
clearSchemas(String) - 类 中的静态方法org.unitils.database.DatabaseUnitils
Clears all configured schema's.
clearSchemas() - 类 中的方法org.unitils.database.DataSourceWrapper
Clears all configured schema's.
commit(Object) - 类 中的方法org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
Commits the transaction.
commit(Object) - 接口 中的方法org.unitils.database.transaction.UnitilsTransactionManager
Commits the currently active transaction.
commitTransaction(Object) - 类 中的方法org.unitils.database.DatabaseModule
Commits the current transaction.
commitTransaction() - 类 中的静态方法org.unitils.database.DatabaseUnitils
Commits the current unitils transaction
configuration - 类 中的变量org.unitils.database.config.DatabaseConfigurationsFactory
 
configuration - 类 中的变量org.unitils.database.DatabaseModule
The configuration of Unitils
connection - 类 中的变量org.unitils.database.DataSourceWrapper
 
create() - 类 中的方法org.unitils.database.config.DatabaseConfigurationsFactory
 
createDatabaseConfiguration(String, boolean) - 类 中的方法org.unitils.database.config.DatabaseConfigurationsFactory
 
createDataSource() - 接口 中的方法org.unitils.database.config.DataSourceFactory
Creates a new DataSource
createDataSource() - 类 中的方法org.unitils.database.config.PropertiesDataSourceFactory
 
createDataSource() - 类 中的方法org.unitils.database.DataSourceWrapper
Creates a datasource by using the factory that is defined by the dataSourceFactory.className property
createTransactionDefinition(Object) - 类 中的方法org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
Returns a TransactionDefinition object containing the necessary transaction parameters.

D

DatabaseConfiguration - org.unitils.database.config中的类
 
DatabaseConfiguration(String, String, String, String, String, String, String, List<String>, boolean, boolean) - 类 的构造器org.unitils.database.config.DatabaseConfiguration
 
databaseConfiguration - 类 中的变量org.unitils.database.DataSourceWrapper
 
DatabaseConfigurations - org.unitils.database.config中的类
 
DatabaseConfigurations(DatabaseConfiguration, Map<String, DatabaseConfiguration>) - 类 的构造器org.unitils.database.config.DatabaseConfigurations
 
databaseConfigurations - 类 中的变量org.unitils.database.config.DatabaseConfigurations
 
DatabaseConfigurationsFactory - org.unitils.database.config中的类
 
DatabaseConfigurationsFactory(Configuration) - 类 的构造器org.unitils.database.config.DatabaseConfigurationsFactory
 
DatabaseModule - org.unitils.database中的类
Module that provides support for database testing: Creation of a datasource that connects to the test database, support for executing tests in a transaction and automatic maintenance of the test database.
DatabaseModule() - 类 的构造器org.unitils.database.DatabaseModule
 
DatabaseModule.DatabaseTestListener - org.unitils.database中的类
The TestListener for this module
databaseName - 类 中的变量org.unitils.database.config.DatabaseConfiguration
 
DatabaseTestListener() - 类 的构造器org.unitils.database.DatabaseModule.DatabaseTestListener
 
DatabaseUnitils - org.unitils.database中的类
Class providing access to the functionality of the database module using static methods.
DatabaseUnitils() - 类 的构造器org.unitils.database.DatabaseUnitils
 
dataSource - 类 中的变量org.unitils.database.DatabaseModule
The datasources with the name as key
DataSourceFactory - org.unitils.database.config中的接口
Defines the contract of a factory that can provide an instance of a test DataSource.
DataSourceWrapper - org.unitils.database中的类
DataSourceWrapper.
DataSourceWrapper(DatabaseConfiguration, UnitilsTransactionManager) - 类 的构造器org.unitils.database.DataSourceWrapper
 
DataSourceWrapper(DatabaseConfiguration, Properties, UnitilsTransactionManager) - 类 的构造器org.unitils.database.DataSourceWrapper
 
defaultAnnotationPropertyValues - 类 中的变量org.unitils.database.DatabaseModule
Map holding the default configuration of the database module annotations
defaultDatabase - 类 中的变量org.unitils.database.config.DatabaseConfiguration
 
defaultDatabaseConfiguration - 类 中的变量org.unitils.database.config.DatabaseConfigurations
 
defaultSchemaName - 类 中的变量org.unitils.database.config.DatabaseConfiguration
 
DefaultUnitilsTransactionManager - org.unitils.database.transaction.impl中的类
Implements transactions for unit tests, by delegating to a spring PlatformTransactionManager.
DefaultUnitilsTransactionManager() - 类 的构造器org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
 
dialect - 类 中的变量org.unitils.database.config.DatabaseConfiguration
 
disableConstraints() - 类 中的静态方法org.unitils.database.DatabaseUnitils
Disables all foreign key and not-null constraints on the configured schema's.
disableConstraints(String) - 类 中的静态方法org.unitils.database.DatabaseUnitils
Disables all foreign key and not-null constraints on the configured schema's.
disableConstraints() - 类 中的方法org.unitils.database.DataSourceWrapper
Disables all foreigh key and not-null constraints on the configured schema's.
doStartTransaction(Object, UnitilsTransactionManagementConfiguration) - 类 中的方法org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
 
driverClassName - 类 中的变量org.unitils.database.config.DatabaseConfiguration
 

E

endTransactionForTestMethod(Object, Method) - 类 中的方法org.unitils.database.DatabaseModule
Commits or rollbacks the current transaction, if transactions are enabled and a transactionManager is active for the given testObject
executeUpdate(String, DataSource) - 类 中的静态方法org.unitils.database.SQLUnitils
Executes the given update statement.
executeUpdateQuietly(String, DataSource) - 类 中的静态方法org.unitils.database.SQLUnitils
Executes the given statement ignoring all exceptions.

F

Flushable - org.unitils.database.util中的接口
Marks a module as being flushable.
flushDatabaseUpdates(Object) - 类 中的方法org.unitils.database.DatabaseModule
Flushes all pending updates to the database.
flushDatabaseUpdates() - 类 中的静态方法org.unitils.database.DatabaseUnitils
Flushes all pending updates to the database.
flushDatabaseUpdates(Object) - 接口 中的方法org.unitils.database.util.Flushable
Flush all cached database operations.

G

generateDatasetDefinition() - 类 中的静态方法org.unitils.database.DatabaseUnitils
Generates a definition file that defines the structure of dataset's, i.e. a XSD of DTD that describes the structure of the database.
generateDatasetDefinition(String) - 类 中的静态方法org.unitils.database.DatabaseUnitils
Generates a definition file that defines the structure of dataset's, i.e. a XSD of DTD that describes the structure of the database.
generateDatasetDefinition() - 类 中的方法org.unitils.database.DataSourceWrapper
Generates a definition file that defines the structure of dataset's, i.e. a XSD of DTD that describes the structure of the database.
getConfiguredDatabaseTaskInstance(Class<T>) - 类 中的方法org.unitils.database.DataSourceWrapper
 
getConnection() - 类 中的方法org.unitils.database.DataSourceWrapper
 
getDatabaseConfiguration() - 类 中的方法org.unitils.database.config.DatabaseConfigurations
This is the configuration for the default database.
getDatabaseConfiguration(String) - 类 中的方法org.unitils.database.config.DatabaseConfigurations
 
getDatabaseConfiguration() - 类 中的方法org.unitils.database.DataSourceWrapper
 
getDatabaseConfigurations() - 类 中的方法org.unitils.database.config.DatabaseConfigurations
 
getDatabaseConfigurations() - 类 中的方法org.unitils.database.DatabaseModule
 
getDatabaseName() - 类 中的方法org.unitils.database.config.DatabaseConfiguration
 
getDatabaseName() - 类 中的方法org.unitils.database.DataSourceWrapper
 
getDatabaseNames() - 类 中的方法org.unitils.database.config.DatabaseConfigurations
 
getDataSource(String, Map<String, DataSource>, Object) - 类 中的方法org.unitils.database.DatabaseModule
 
getDataSource(String) - 类 中的静态方法org.unitils.database.DatabaseUnitils
Returns the DataSource that connects to the test database
getDataSource() - 类 中的静态方法org.unitils.database.DatabaseUnitils
Returns the DataSource that connects to the test database
getDataSource() - 类 中的方法org.unitils.database.DataSourceWrapper
 
getDataSourceAndActivateTransactionIfNeeded() - 类 中的方法org.unitils.database.DataSourceWrapper
Returns the DataSource that provides connection to the unit test database.
getDefaultSchemaName() - 类 中的方法org.unitils.database.config.DatabaseConfiguration
 
getDefaultSqlHandler() - 类 中的方法org.unitils.database.DataSourceWrapper
 
getDialect() - 类 中的方法org.unitils.database.config.DatabaseConfiguration
 
getDriverClassName() - 类 中的方法org.unitils.database.config.DatabaseConfiguration
 
getGoodConnection(Connection, DataSource) - 类 中的静态方法org.unitils.database.DatabaseUnitils
This method gets a Connection from the DataSource and checks if it is a oracle.jdbc.driver.OracleConnection.
getItemAsLong(String, DataSource) - 类 中的静态方法org.unitils.database.SQLUnitils
Returns the long extracted from the result of the given query.
getItemAsString(String, DataSource, Integer) - 类 中的静态方法org.unitils.database.sqlassert.SqlAssert
Returns the value extracted from the result of the given query.
getItemAsString(String, DataSource) - 类 中的静态方法org.unitils.database.SQLUnitils
Returns the value extracted from the result of the given query.
getItemsAsStringSet(String, DataSource) - 类 中的静态方法org.unitils.database.SQLUnitils
Returns the items extracted from the result of the given query.
getNewDataSource() - 类 中的方法org.unitils.database.config.PropertiesDataSourceFactory
Returns a concrete instance of BasicDataSource.
getObject(String) - 类 中的方法org.unitils.database.UnitilsDataSourceFactoryBean
Gets the data source instance.
getObject() - 类 中的方法org.unitils.database.UnitilsDataSourceFactoryBean
Gets the data source instance.
getObjectType() - 类 中的方法org.unitils.database.UnitilsDataSourceFactoryBean
Gets the type of the object provided by this FactoryBean, i.e.
getOptionalDatabaseConfiguration(String) - 类 中的方法org.unitils.database.config.DatabaseConfigurations
 
getPassword() - 类 中的方法org.unitils.database.config.DatabaseConfiguration
 
getPreference() - 接口 中的方法org.unitils.database.transaction.impl.UnitilsTransactionManagementConfiguration
 
getSchemaNames() - 类 中的方法org.unitils.database.config.DatabaseConfiguration
 
getSpringPlatformTransactionManager(Object) - 接口 中的方法org.unitils.database.transaction.impl.UnitilsTransactionManagementConfiguration
Returns a PlatformTransactionManager that can provide transactional behavior for the given test object.
getTestListener() - 类 中的方法org.unitils.database.DatabaseModule
 
getTestObject() - 类 中的方法org.unitils.database.DatabaseModule
 
getTestObject() - 类 中的方法org.unitils.database.DataSourceWrapper
 
getTransactionalDataSource(DataSource) - 类 中的方法org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
Returns the given datasource, wrapped in a spring TransactionAwareDataSourceProxy
getTransactionalDataSource(DataSource) - 接口 中的方法org.unitils.database.transaction.UnitilsTransactionManager
Wraps the given DataSource in a transactional proxy.
getTransactionalDataSourceAndActivateTransactionIfNeeded(Object) - 类 中的方法org.unitils.database.DataSourceWrapper
Returns the DataSource that provides connection to the unit test database.
getTransactionManagementConfiguration(Object) - 类 中的方法org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
 
getTransactionManager() - 类 中的方法org.unitils.database.DatabaseModule
Returns the transaction manager or creates one if it does not exist yet.
getTransactionMode(Object, Method) - 类 中的方法org.unitils.database.DatabaseModule
 
getUrl() - 类 中的方法org.unitils.database.config.DatabaseConfiguration
 
getUserName() - 类 中的方法org.unitils.database.config.DatabaseConfiguration
 
getWrapper(String) - 类 中的方法org.unitils.database.DatabaseModule
 

I

init(DatabaseConfiguration) - 接口 中的方法org.unitils.database.config.DataSourceFactory
Configure the default database by DatabaseConfiguration
init(Properties, String) - 接口 中的方法org.unitils.database.config.DataSourceFactory
Initializes the database operation class with the given Properties
init(Properties, String) - 类 中的方法org.unitils.database.config.PropertiesDataSourceFactory
Initialises itself using the properties in the given Properties object.
init(Properties) - 类 中的方法org.unitils.database.config.PropertiesDataSourceFactory
Initialises itself using the properties in the given Properties object.
init(DatabaseConfiguration) - 类 中的方法org.unitils.database.config.PropertiesDataSourceFactory
 
init(Properties) - 类 中的方法org.unitils.database.DatabaseModule
Initializes this module using the given Configuration
init(Set<UnitilsTransactionManagementConfiguration>) - 类 中的方法org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
 
init(Set<UnitilsTransactionManagementConfiguration>) - 接口 中的方法org.unitils.database.transaction.UnitilsTransactionManager
Initialize the transaction manager
injectDataSource(Object) - 类 中的方法org.unitils.database.DatabaseModule
Assigns the TestDataSource to every field annotated with TestDataSource and calls all methods annotated with TestDataSource
isApplicableFor(Object) - 接口 中的方法org.unitils.database.transaction.impl.UnitilsTransactionManagementConfiguration
 
isDataSourceLoaded() - 类 中的方法org.unitils.database.DataSourceWrapper
 
isDefaultDatabase() - 类 中的方法org.unitils.database.config.DatabaseConfiguration
 
isEmpty(String, DataSource) - 类 中的静态方法org.unitils.database.SQLUnitils
Utility method to check whether the given table is empty.
isSingleton() - 类 中的方法org.unitils.database.UnitilsDataSourceFactoryBean
 
isTransactionalResourceAvailable(Object) - 接口 中的方法org.unitils.database.transaction.impl.UnitilsTransactionManagementConfiguration
 
isTransactionsEnabled(Object, Method) - 类 中的方法org.unitils.database.DatabaseModule
 
isUpdateDisabled() - 类 中的方法org.unitils.database.config.DatabaseConfiguration
 

O

org.unitils.database - 程序包 org.unitils.database
 
org.unitils.database.annotations - 程序包 org.unitils.database.annotations
 
org.unitils.database.config - 程序包 org.unitils.database.config
 
org.unitils.database.sqlassert - 程序包 org.unitils.database.sqlassert
 
org.unitils.database.transaction - 程序包 org.unitils.database.transaction
 
org.unitils.database.transaction.impl - 程序包 org.unitils.database.transaction.impl
 
org.unitils.database.util - 程序包 org.unitils.database.util
 

P

password - 类 中的变量org.unitils.database.config.DatabaseConfiguration
 
PropertiesDataSourceFactory - org.unitils.database.config中的类
A DataSourceFactory that loads the necessary information from a properties file.
PropertiesDataSourceFactory() - 类 的构造器org.unitils.database.config.PropertiesDataSourceFactory
 
PROPERTY_RESET_SEQUENCES - 类 中的静态变量org.unitils.database.DatabaseModule
Sets all the sequences to the lowest acceptable value.
PROPERTY_UPDATEDATABASESCHEMA_ENABLED - 类 中的静态变量org.unitils.database.DatabaseModule
Property indicating if the database schema should be updated before performing the tests
PROPERTY_WRAP_DATASOURCE_IN_TRANSACTIONAL_PROXY - 类 中的静态变量org.unitils.database.DatabaseModule
Property indicating whether the datasource injected onto test fields annotated with @TestDataSource or retrieved using DataSourceWrapper.getTransactionalDataSourceAndActivateTransactionIfNeeded(Object) must be wrapped in a transactional proxy

R

registerTransactionManagementConfiguration() - 类 中的方法org.unitils.database.DatabaseModule
 
registerTransactionManagementConfiguration(DataSourceWrapper) - 类 中的方法org.unitils.database.DatabaseModule
 
registerTransactionManagementConfiguration(UnitilsTransactionManagementConfiguration) - 类 中的方法org.unitils.database.DatabaseModule
 
resetDatabaseState(SQLHandler, DataSourceWrapper) - 类 中的方法org.unitils.database.DatabaseModule
Updates the database version to the current version, without issuing any other updates to the database.
resetDatabaseState() - 类 中的静态方法org.unitils.database.DatabaseUnitils
Updates the database version to the current version, without issuing any other updates to the database.
resetDatabaseState(String) - 类 中的静态方法org.unitils.database.DatabaseUnitils
Updates the database version to the current version, without issuing any other updates to the database.
restartSequences(String) - 类 中的静态方法org.unitils.database.DatabaseUnitils
Sets all the sequences to the lowest acceptable value.
restartSequences() - 类 中的方法org.unitils.database.DataSourceWrapper
Sets all the sequences to the lowest acceptable value.
rollback(Object) - 类 中的方法org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
Rolls back the transaction.
rollback(Object) - 接口 中的方法org.unitils.database.transaction.UnitilsTransactionManager
Rolls back the currently active transaction.
rollbackTransaction(Object) - 类 中的方法org.unitils.database.DatabaseModule
Performs a rollback of the current transaction
rollbackTransaction() - 类 中的静态方法org.unitils.database.DatabaseUnitils
Performs a rollback of the current unitils transaction

S

schemaNames - 类 中的变量org.unitils.database.config.DatabaseConfiguration
 
setFieldDataSource(String, DataSource, Object, Set<Field>, Set<Method>) - 类 中的方法org.unitils.database.DatabaseModule
 
setTransactionManagementConfigurations(Set<UnitilsTransactionManagementConfiguration>) - 类 中的方法org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
 
setTransactionManager(UnitilsTransactionManager) - 类 中的方法org.unitils.database.DataSourceWrapper
 
setWrapper(DataSourceWrapper) - 类 中的方法org.unitils.database.DatabaseModule
 
SqlAssert - org.unitils.database.sqlassert中的类
Assertion class to verify content in the database, by specifying your own SQL and checking the result.
SqlAssert() - 类 的构造器org.unitils.database.sqlassert.SqlAssert
 
SQLUnitils - org.unitils.database中的类
Utilities for executing statements and queries.
SQLUnitils() - 类 的构造器org.unitils.database.SQLUnitils
 
startTransaction(Object) - 类 中的方法org.unitils.database.DatabaseModule
Starts a new transaction on the transaction manager configured in unitils
startTransaction() - 类 中的静态方法org.unitils.database.DatabaseUnitils
Starts a new transaction on the transaction manager configured in unitils
startTransaction(Object) - 类 中的方法org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
Starts the transaction.
startTransaction(Object) - 接口 中的方法org.unitils.database.transaction.UnitilsTransactionManager
Starts a transaction.
startTransactionForTestMethod(Object, Method) - 类 中的方法org.unitils.database.DatabaseModule
Starts a transaction.

T

TestDataSource - org.unitils.database.annotations中的注释类型
Annotation indicating that this field or method should be initialized with the DataSource that supplies a connection to the unit test database.
testObjectPlatformTransactionManagerMap - 类 中的变量org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
ThreadLocal for holding the PlatformTransactionManager that is used by the current test
testObjectTransactionActiveMap - 类 中的变量org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
 
testObjectTransactionStatusMap - 类 中的变量org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
ThreadLocal for holding the TransactionStatus that keeps track of the current test's transaction status
toString() - 类 中的方法org.unitils.database.config.DatabaseConfiguration
 
Transactional - org.unitils.database.annotations中的注释类型
Annotation enabling to specify if tests should be run in a transaction and, if yes, whether at the end of the test, the transaction should be committed or rollbacked.
transactionManagementConfigurations - 类 中的变量org.unitils.database.DatabaseModule
Set of possible providers of a spring PlatformTransactionManager
transactionManagementConfigurations - 类 中的变量org.unitils.database.transaction.impl.DefaultUnitilsTransactionManager
Set of possible providers of a spring PlatformTransactionManager, not null
transactionManager - 类 中的变量org.unitils.database.DatabaseModule
The transaction manager
TransactionMode - org.unitils.database.util中的枚举
Defining the available transaction modes for a test.

U

UnitilsDataSourceFactoryBean - org.unitils.database中的类
Spring FactoryBean that provides access to the datasource configured in unitils.
UnitilsDataSourceFactoryBean() - 类 的构造器org.unitils.database.UnitilsDataSourceFactoryBean
 
UnitilsTransactionManagementConfiguration - org.unitils.database.transaction.impl中的接口
Defines the contract for suppliers of a spring PlatformTransactionManager of a specific subtype, suitable for a given test object.
UnitilsTransactionManager - org.unitils.database.transaction中的接口
Defines the contract for implementations that enable unit tests managed by unitils to be executed in a transaction.
updateDatabase() - 类 中的静态方法org.unitils.database.DatabaseUnitils
Determines whether the test database is outdated and, if that is the case, updates the database with the latest changes.
updateDatabase(String) - 类 中的静态方法org.unitils.database.DatabaseUnitils
Determines whether the test database is outdated and, if that is the case, updates the database with the latest changes.
updateDatabase() - 类 中的方法org.unitils.database.DataSourceWrapper
Determines whether the test database is outdated and, if this is the case, updates the database with the latest changes.
updateDatabase(SQLHandler) - 类 中的方法org.unitils.database.DataSourceWrapper
Determines whether the test database is outdated and, if that is the case, updates the database with the latest changes.
updateDatabaseSchemaEnabled - 类 中的变量org.unitils.database.DatabaseModule
Indicates if the DBMaintainer should be invoked to update the database
updateDisabled - 类 中的变量org.unitils.database.config.DatabaseConfiguration
 
updateSequences() - 类 中的静态方法org.unitils.database.DatabaseUnitils
Updates all sequences that have a value below a certain configurable treshold to become equal to this treshold
updateSequences(String) - 类 中的静态方法org.unitils.database.DatabaseUnitils
Updates all sequences that have a value below a certain configurable treshold to become equal to this treshold
updateSequences() - 类 中的方法org.unitils.database.DataSourceWrapper
Updates all sequences that have a value below a certain configurable treshold to become equal to this treshold
url - 类 中的变量org.unitils.database.config.DatabaseConfiguration
 
userName - 类 中的变量org.unitils.database.config.DatabaseConfiguration
 

V

valueOf(String) - 枚举 中的静态方法org.unitils.database.util.TransactionMode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.unitils.database.util.TransactionMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

wrapDataSourceInTransactionalProxy - 类 中的变量org.unitils.database.DatabaseModule
Indicates whether the datasource injected onto test fields annotated with
wrappers - 类 中的变量org.unitils.database.DatabaseModule
 
A B C D E F G I O P R S T U V W 
跳过导航链接

Copyright © 2008–2020 Matrix. All rights reserved.