Resembles {@link QueryPlanCache} which atm. can not directly be re-used as it doesn't allow to customize theparameter parser.
TODO: To be removed once HHH-9190 and OGM-414 have been resolved. @author Gunnar Morling
73747576777879
private final SessionFactoryImplementor delegate; private final NoSqlQueryParameterMetadataCache parameterMetadataCache; public OgmSessionFactoryImpl(SessionFactoryImplementor delegate) { this.delegate = delegate; this.parameterMetadataCache = new NoSqlQueryParameterMetadataCache( this ); }