mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
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;
|
||||
|
||||
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