public static class DialectChecks.HasSelfReferentialForeignKeyBugCheck extends Object implements DialectCheck
| Constructor and Description | 
|---|
HasSelfReferentialForeignKeyBugCheck()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isMatch(Dialect dialect)
Does the given dialect match the defined check? 
 | 
public HasSelfReferentialForeignKeyBugCheck()
public boolean isMatch(Dialect dialect)
DialectCheckisMatch in interface DialectCheckdialect - The dialect against which to checktrue if it matches; false otherwise.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.