5-save-rules #15

Open
romanov73 wants to merge 11 commits from 5-save-rules into master
Showing only changes of commit c33680fd66 - Show all commits

View File

@ -12,7 +12,7 @@ import java.io.Serializable;
@MappedSuperclass
public abstract class BaseEntity implements Serializable, Comparable<BaseEntity> {
@Id
@GeneratedValue(strategy = GenerationType.TABLE)
@GeneratedValue(strategy = GenerationType.SEQUENCE)
private Integer id;
@Version