mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-01 23:39:15 +00:00
HHH-7934 - Test case
(cherry picked from commit 2f71f071ec710b89fae7e36ff48f4cd908883594)
This commit is contained in:
parent
69eb9a0498
commit
a0389ff2d3
@ -1,7 +1,9 @@
|
||||
package org.hibernate.envers.test.integration.ids.protectedmodifier;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.persistence.Embeddable;
|
||||
|
||||
@Embeddable
|
||||
public class WrappedStringId implements Serializable {
|
||||
String id;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user