This commit is contained in:
boly38 2013-07-20 10:45:21 -07:00
commit 39c6df5349

View file

@ -27,7 +27,7 @@ import javax.persistence.MappedSuperclass;
* @author Juergen Hoeller
*/
@MappedSuperclass
public class BaseEntity {
public class BaseEntity implements Serializable {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
protected Integer id;