HHH-7934 - Test case

This commit is contained in:
Lukasz Antoniak 2013-01-24 08:27:48 +01:00
parent 69230d1ebd
commit 2f71f071ec
1 changed files with 2 additions and 0 deletions

View File

@ -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;