Package com.atlassian.jira.junit
Class AttachToDatabaseBase
java.lang.Object
com.atlassian.jira.junit.AttachToDatabaseBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanDatabase(Connection connection) org.ofbiz.core.entity.config.DatasourceInfovoidbooleanisDirty(Connection connection) Returns true if the database is in an inconsistent state.void
-
Constructor Details
-
AttachToDatabaseBase
-
-
Method Details
-
prepareDatabaseConnection
public void prepareDatabaseConnection() -
createDynamicDatasourceInfo
public org.ofbiz.core.entity.config.DatasourceInfo createDynamicDatasourceInfo() -
endConnection
public void endConnection() -
isDirty
Returns true if the database is in an inconsistent state. i.e. the last test did not clean up.- Throws:
SQLException
-
cleanDatabase
-
getQueryDslAccessor
-
getOfBizDelegator
-