Package org.hibernate.testing
Class DialectChecks.SupportsRowValueConstructorSyntaxCheck
java.lang.Object
org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxCheck
- All Implemented Interfaces:
DialectCheck
- Enclosing class:
- DialectChecks
public static class DialectChecks.SupportsRowValueConstructorSyntaxCheck
extends Object
implements DialectCheck
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SupportsRowValueConstructorSyntaxCheck
public SupportsRowValueConstructorSyntaxCheck()
-
-
Method Details
-
isMatch
Description copied from interface:DialectCheck
Does the given dialect match the defined check?- Specified by:
isMatch
in interfaceDialectCheck
- Parameters:
dialect
- The dialect against which to check- Returns:
true
if it matches;false
otherwise.
-