GenerationType strategy() default AUTO; ... public enum GenerationType{ ... 可以看出JPA提供的四種標準用法為TABLE,SEQUENCE,IDENTITY,AUTO.
確定! 回上一頁