Missing use of SqlStringGenerationContext in MapBinder#getFromAndWhereFormula
Description
After introduced SqlStringGenerationContext, the use of @MapKey leads to issues when an explicit schema/catalog is specified, because the generated subquery lacks the schema. I suggest that uses of org.hibernate.cfg.annotations.MapBinder#getFromAndWhereFormula should use the explicitly configured schema and catalog names i.e.
After introduced
SqlStringGenerationContext
, the use of@MapKey
leads to issues when an explicit schema/catalog is specified, because the generated subquery lacks the schema. I suggest that uses oforg.hibernate.cfg.annotations.MapBinder#getFromAndWhereFormula
should use the explicitly configured schema and catalog names i.e.