Adding SYNONYM in the list of searched types.
This commit is contained in:
parent
d9aa9d3cd2
commit
15a0868bd7
|
@ -70,7 +70,7 @@ public class DatabaseMetadata {
|
|||
initSequences(connection, dialect);
|
||||
}
|
||||
|
||||
private static final String[] TYPES = {"TABLE", "VIEW"};
|
||||
private static final String[] TYPES = {"TABLE", "VIEW", "SYNONYM"};
|
||||
|
||||
public TableMetadata getTableMetadata(String name, String schema, String catalog, boolean isQuoted) throws HibernateException {
|
||||
|
||||
|
|
Loading…
Reference in New Issue