Package org.hibernate.testing
Class DialectChecks.SupportsNClob
java.lang.Object
org.hibernate.testing.DialectChecks.SupportsNClob
- All Implemented Interfaces:
DialectCheck
- Enclosing class:
- DialectChecks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisMatch(org.hibernate.dialect.Dialect dialect) Does the given dialect match the defined check?
-
Constructor Details
-
SupportsNClob
public SupportsNClob()
-
-
Method Details
-
isMatch
public boolean isMatch(org.hibernate.dialect.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.
-