FileDocCategorySizeDatePackage
TimestampGeneratedValuesWithCachingTest.javaAPI DocHibernate 3.2.51049Tue Dec 12 16:22:26 GMT 2006org.hibernate.test.generated

TimestampGeneratedValuesWithCachingTest

public class TimestampGeneratedValuesWithCachingTest extends AbstractGeneratedPropertyTest
Implementation of TimestampGeneratedValuesWithCachingTest.
author
Steve Ebersole

Fields Summary
Constructors Summary
public TimestampGeneratedValuesWithCachingTest(String x)

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

		// this test is specific to Sybase/SQLServer as it is testing support
		// for their TIMESTAMP datatype...
		return ( dialect instanceof SybaseDialect );
	
public final java.lang.String[]getMappings()

		return new String[] { "generated/MSSQLGeneratedPropertyEntity.hbm.xml" };
	
public static junit.framework.Testsuite()

		return new FunctionalTestClassTestSuite( TimestampGeneratedValuesWithCachingTest.class );