FileDocCategorySizeDatePackage
DB2CustomSQLTest.javaAPI DocHibernate 3.2.5839Tue May 08 16:56:00 BST 2007org.hibernate.test.sql.hand.custom.db2

DB2CustomSQLTest

public class DB2CustomSQLTest extends org.hibernate.test.sql.hand.custom.CustomStoredProcTestSupport
Custom SQL tests for DB2
author
Max Rydahl Andersen

Fields Summary
Constructors Summary
public DB2CustomSQLTest(String str)

		super(str);
	
Methods Summary
public booleanappliesTo(org.hibernate.dialect.Dialect dialect)

		return ( dialect instanceof DB2Dialect);
	
public java.lang.String[]getMappings()

		return new String[] { "sql/hand/custom/db2/Mappings.hbm.xml" };
	
public static junit.framework.Testsuite()

		return new FunctionalTestClassTestSuite( DB2CustomSQLTest.class );