com.atlassian.crowd.acceptance.tests.persistence
Class HsqlDataTypeFactory

java.lang.Object
  extended by org.dbunit.dataset.datatype.DefaultDataTypeFactory
      extended by com.atlassian.crowd.acceptance.tests.persistence.HsqlDataTypeFactory
All Implemented Interfaces:
org.dbunit.dataset.datatype.IDataTypeFactory

public class HsqlDataTypeFactory
extends org.dbunit.dataset.datatype.DefaultDataTypeFactory

This class is used by the testing framework since HSQL DB and DBUnit are not playing well together, please see: http://www.carbonfive.com/community/archives/2005/07/dbunit_hsql_and.html


Constructor Summary
HsqlDataTypeFactory()
           
 
Method Summary
 org.dbunit.dataset.datatype.DataType createDataType(int sqlType, java.lang.String sqlTypeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HsqlDataTypeFactory

public HsqlDataTypeFactory()
Method Detail

createDataType

public org.dbunit.dataset.datatype.DataType createDataType(int sqlType,
                                                           java.lang.String sqlTypeName)
                                                    throws org.dbunit.dataset.datatype.DataTypeException
Specified by:
createDataType in interface org.dbunit.dataset.datatype.IDataTypeFactory
Overrides:
createDataType in class org.dbunit.dataset.datatype.DefaultDataTypeFactory
Throws:
org.dbunit.dataset.datatype.DataTypeException


Copyright © 2010 Atlassian. All Rights Reserved.