Bạn nên sử dụng GenerationType.IDENTITY
để tạo pdfid
sử dụng tăng tự động thay vì GenerationType.AUTO
cho FileDetail
thực thể.
@Entity
public class FileDetail implements java.io.Serializable{
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long pdfId;
}
GenerationType.IDENTITY