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