Package org.hibernate.testing
Class DialectChecks.SupportsExpectedLobUsagePattern
- java.lang.Object
-
- org.hibernate.testing.DialectChecks.SupportsExpectedLobUsagePattern
-
- All Implemented Interfaces:
DialectCheck
- Enclosing class:
- DialectChecks
public static class DialectChecks.SupportsExpectedLobUsagePattern extends java.lang.Object implements DialectCheck
-
-
Constructor Summary
Constructors Constructor Description SupportsExpectedLobUsagePattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isMatch(Dialect dialect)
Does the given dialect match the defined check?
-
-
-
Method Detail
-
isMatch
public boolean isMatch(Dialect dialect)
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.
-
-