HHH-5580 - Tracking modified entity names
This commit is contained in:
parent
8fc116fa0d
commit
ab564b3d35
|
@ -37,6 +37,7 @@ import org.hibernate.property.Setter;
|
|||
|
||||
/**
|
||||
* @author Adam Warski (adam at warski dot org)
|
||||
* @author Lukasz Antoniak (lukasz dot antoniak at gmail dot com)
|
||||
*/
|
||||
public class DefaultRevisionInfoGenerator implements RevisionInfoGenerator {
|
||||
private final String revisionInfoEntityName;
|
||||
|
|
|
@ -84,7 +84,6 @@
|
|||
<package name="org.hibernate.envers.test.integration.entityNames.oneToManyNotAudited" />
|
||||
<package name="org.hibernate.envers.test.integration.entityNames.singleAssociatedAudited" />
|
||||
<package name="org.hibernate.envers.test.integration.entityNames.singleAssociatedNotAudited" />
|
||||
<package name="org.hibernate.envers.test.integration.cascade" />
|
||||
'>
|
||||
]>
|
||||
|
||||
|
|
Loading…
Reference in New Issue