mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-06 19:36:03 +00:00
HHH-5580 - Documentation fix
This commit is contained in:
parent
e558538ca1
commit
36e0d7eced
@ -9,7 +9,7 @@
|
||||
|
||||
/**
|
||||
* Extension of {@link DefaultRevisionEntity} that allows tracking entity types changed in each revision. This revision
|
||||
* entity is implicitly used when <code>org.hibernate.envers.track_entities_changed_in_revision</code> parameter
|
||||
* entity is implicitly used when <code>org.hibernate.envers.track_entities_changed_in_revision</code> parameter
|
||||
* is set to <code>true</code>.
|
||||
* @author Lukasz Antoniak (lukasz dot antoniak at gmail dot com)
|
||||
*/
|
||||
|
@ -6,7 +6,7 @@
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
/**
|
||||
* Marks a property which will hold the collection of entity class names modified during each revision.
|
||||
* Marks a property which holds entity class names that have been modified during each revision.
|
||||
* This annotation expects field of <code>{@literal Set<String>}</code> type.
|
||||
* @author Lukasz Antoniak (lukasz dot antoniak at gmail dot com)
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user