Methods Summary |
---|
public boolean | appliesTo(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.String | getCacheConcurrencyStrategy()
return null;
|
public final java.lang.String[] | getMappings()
return new String[] { "generated/GeneratedPropertyEntity.hbm.xml" };
|
public static junit.framework.Test | suite()
return new FunctionalTestClassTestSuite( TriggerGeneratedValuesWithoutCachingTest.class );
|