From 362630624f98729b0e0a2b7a757e3eb3e4a30094 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 24 Sep 2018 18:28:24 +0200 Subject: [PATCH] HHH-12962 Fix a typo in the documentation --- .../src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc b/documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc index 568b7cedce..4289ec01cc 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc @@ -1961,7 +1961,7 @@ When executing an entity query, Hibernate first checks the plan cache, and only The query plan cache can be configured via the following configuration properties: `hibernate.query.plan_cache_max_size`:: -This setting gives the maximum number of entries pf the plan cache. The default value is 2048. +This setting gives the maximum number of entries of the plan cache. The default value is 2048. `hibernate.query.plan_parameter_metadata_max_size`:: The setting gives the maximum number of `ParameterMetadataImpl` instances maintained by the query plan cache. The `ParameterMetadataImpl` object encapsulates metadata about parameters encountered within a query. The default is 128.