Package org.hibernate.testing.orm.junit
Class DialectFeatureChecks
- java.lang.Object
-
- org.hibernate.testing.orm.junit.DialectFeatureChecks
-
public abstract class DialectFeatureChecks extends Object
Container class for different implementation of theDialectFeatureCheckinterface.
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description DialectFeatureChecks()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleandefinesFunction(org.hibernate.dialect.Dialect dialect, String functionName)
-
-
-
Method Detail
-
definesFunction
public static boolean definesFunction(org.hibernate.dialect.Dialect dialect, String functionName)
-
-