Skip to content

Commit d71cd5a

Browse files
committed
HHH-19208 Add @settingDefault
1 parent 82fa50a commit d71cd5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hibernate-core/src/main/java/org/hibernate/cfg/QuerySettings.java

+2
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ public interface QuerySettings {
254254
* <p>
255255
* By default, the query plan cache is enabled. It is also enabled if the configuration
256256
* property {@value #QUERY_PLAN_CACHE_MAX_SIZE} is set.
257+
*
258+
* @settingDefault {@code true} (enabled) - query plan cache is enabled.
257259
*/
258260
String QUERY_PLAN_CACHE_ENABLED = "hibernate.query.plan_cache_enabled";
259261

0 commit comments

Comments
 (0)