#### 24.1.71. `@PostUpdate`
<div class="paragraph">
The [`@PostUpdate`](http://docs.oracle.com/javaee/7/api/javax/persistence/PostUpdate.html) annotation is used to specify a callback method that fires after an entity is updated.
</div>
<div class="paragraph">
See the [JPA callbacks](#events-jpa-callbacks-example) section for more info.
</div>
</div>
<div class="sect3">