HHH-7934 - Test case
This commit is contained in:
parent
69230d1ebd
commit
2f71f071ec
|
@ -1,7 +1,9 @@
|
||||||
package org.hibernate.envers.test.integration.ids.protectedmodifier;
|
package org.hibernate.envers.test.integration.ids.protectedmodifier;
|
||||||
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
|
import javax.persistence.Embeddable;
|
||||||
|
|
||||||
|
@Embeddable
|
||||||
public class WrappedStringId implements Serializable {
|
public class WrappedStringId implements Serializable {
|
||||||
String id;
|
String id;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue