mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
Merge e50583f58e
into 7b16cb8257
This commit is contained in:
commit
39c6df5349
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue