HHH-7872 docs

This commit is contained in:
Strong Liu 2013-03-13 22:56:03 +08:00
parent bc077b7e88
commit 3c6f27a5dd
1 changed files with 9 additions and 0 deletions

View File

@ -262,6 +262,15 @@
<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>
</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>
</tgroup>
</table>