Package org.hibernate.testing
Class DialectChecks.SupportsRowId
java.lang.Object
org.hibernate.testing.DialectChecks.SupportsRowId
- All Implemented Interfaces:
DialectCheck
- Enclosing class:
- DialectChecks
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SupportsRowId
public SupportsRowId()
-
-
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.
-