deprecate a setting that is currently unused

This commit is contained in:
Gavin King 2022-01-22 12:38:40 +01:00
parent 8a2c000b78
commit 1ce86ee7e7
1 changed files with 3 additions and 0 deletions

View File

@ -1272,7 +1272,10 @@ public interface AvailableSettings {
* <p>
* The default maximum is
* {@value org.hibernate.query.internal.QueryInterpretationCacheStandardImpl#DEFAULT_PARAMETER_METADATA_MAX_COUNT}.
*
* @deprecated this setting is not currently used
*/
@Deprecated(since="6.0")
String QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE = "hibernate.query.plan_parameter_metadata_max_size";
/**