Package org.hibernate.testing
Class DialectChecks.SupportsNClob
- java.lang.Object
- org.hibernate.testing.DialectChecks.SupportsNClob
- All Implemented Interfaces:
DialectCheck
- Enclosing class:
- DialectChecks
public static classDialectChecks.SupportsNClobextendsObjectimplementsDialectCheck
Constructor Summary
Constructors Constructor Description SupportsNClob()
Method Detail
isMatch
public boolean isMatch(Dialect dialect)
Description copied from interface:DialectCheckDoes the given dialect match the defined check?- Specified by:
isMatchin interfaceDialectCheck- Parameters:
dialect- The dialect against which to check- Returns:
trueif it matches;falseotherwise.