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

TriggerGeneratedValuesWithoutCachingTest

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

Fields Summary
Constructors Summary
public TriggerGeneratedValuesWithoutCachingTest(String x)

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

		// currently have only defined triggers for oracle...
		// TODO : add more triggers for dialects which allow mods in triggers...
		return ( dialect instanceof Oracle9Dialect );
	
public java.lang.StringgetCacheConcurrencyStrategy()

		return null;
	
public final java.lang.String[]getMappings()

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

		return new FunctionalTestClassTestSuite( TriggerGeneratedValuesWithoutCachingTest.class );