|
Description:
|
HHH-8183 added support for table synonyms. Oracle requires that "includeSynonyms" be enabled on the connection properties. Otherwise, getColumns using the synonym will not work.
In
order to
ConnectionProviderInitiator,
conditionally check for hibernate.synonyms and, if true,
automatically
set includeSynonyms on the connection properties
, create a new Dialect method
.
ConnectionProviderInitiator will call it to add dialect-specific connection properties.
|