|
We had to disable query checks in OGM-363 because it fails for native queries.
When this is fixed, reactivate the query check (see OgmConfiguration.reset())
SessionFActoryImpl.checkNamedQueries() NamedQueryResolitory.checkNamedQueries (198) QueryCachePlan.getNativeSQLQueryPlan ... down the rabbit hole
SQLQueryParser is used to replace parameters with their value. that the parser fails.
We need a way to hook our own parser
|