23.22. Envers properties
<table class="tableblock frame-all grid-all spread">
<colgroup>
<col style="width: 20%;">
<col style="width: 20%;">
<col style="width: 60%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top">
Property
</td>
<td class="tableblock halign-left valign-top">
Example
</td>
<td class="tableblock halign-left valign-top">
Purpose
</td>
</tr>
<tr>
<td class="tableblock halign-left valign-top">
`hibernate.envers.autoRegisterListeners`
</td>
<td class="tableblock halign-left valign-top">
`true` (default value) or `false`
</td>
<td class="tableblock halign-left valign-top">
When set to `false`, the Envers entity listeners are no longer auto-registered, so you need to register them manually during the bootstrap process.
</td>
</tr>
<tr>
<td class="tableblock halign-left valign-top">
`hibernate.integration.envers.enabled`
</td>
<td class="tableblock halign-left valign-top">
`true` (default value) or `false`
</td>
<td class="tableblock halign-left valign-top">
Enable or disable the Hibernate Envers `Service` integration.
</td>
</tr>
<tr>
<td class="tableblock halign-left valign-top">
`hibernate.listeners.envers.autoRegister`
</td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top">
Legacy setting. Use `hibernate.envers.autoRegisterListeners` or `hibernate.integration.envers.enabled` instead.
</td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">