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