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
-
Constructor Details
-
SupportsNClob
public SupportsNClob()
-
-
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.
-