HHH-7872 docs
This commit is contained in:
parent
073d673895
commit
37f3fd7bc7
|
@ -214,6 +214,15 @@
|
||||||
<entry><para><literal>true</literal> or <literal>false</literal></para></entry>
|
<entry><para><literal>true</literal> or <literal>false</literal></para></entry>
|
||||||
<entry>Forces Hibernate to store data in the second-level cache in a more human-readable format.</entry>
|
<entry>Forces Hibernate to store data in the second-level cache in a more human-readable format.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>hibernate.cache.use_reference_entries</entry>
|
||||||
|
<entry><para><literal>true</literal> or <literal>false</literal></para></entry>
|
||||||
|
<entry>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 <literal>false</literal>.
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue