Skip to content

Commit

Permalink
HHH-7872 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stliu committed Mar 28, 2013
1 parent bc077b7 commit 3c6f27a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -262,6 +262,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>
Expand Down

0 comments on commit 3c6f27a

Please sign in to comment.