That's the expected behavior. When using @GeneratedValue(strategy = GenerationType.AUTO) , the JPA provider will pick an appropriate strategy for the ...
確定! 回上一頁