FileDocCategorySizeDatePackage
MySQLCustomSQLTest.javaAPI DocHibernate 3.2.5945Tue May 08 16:56:00 BST 2007org.hibernate.test.sql.hand.custom.mysql

MySQLCustomSQLTest

public class MySQLCustomSQLTest extends org.hibernate.test.sql.hand.custom.CustomStoredProcTestSupport
Custom SQL tests for MySQL
author
Gavin King

Fields Summary
Constructors Summary
public MySQLCustomSQLTest(String str)

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

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

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

		return new FunctionalTestClassTestSuite( MySQLCustomSQLTest.class );