diff --git a/documentation/src/main/docbook/devguide/en-US/appendix-Configuration_Properties.xml b/documentation/src/main/docbook/devguide/en-US/appendix-Configuration_Properties.xml index 16a98e5e99..60fc216987 100644 --- a/documentation/src/main/docbook/devguide/en-US/appendix-Configuration_Properties.xml +++ b/documentation/src/main/docbook/devguide/en-US/appendix-Configuration_Properties.xml @@ -262,6 +262,15 @@ true or false Forces Hibernate to store data in the second-level cache in a more human-readable format. + + hibernate.cache.use_reference_entries + true or false + Optimizes second-level cache operation to store immutable entities (aka "reference") which do + not have associations into cache directly, this case, lots of disasseble and deep copy operations + can be avoid. + Default value of this property is false. + +