Spring Data JPA, Generate ID in Sequence Strategy
For SQL Server, linking Spring Data JPA to a sequence (such as hibernate_sequence) defined in DDL involves a similar approach with some adjustments specific to SQL Server's syntax and capabilities. Here's how you can achieve this:
DDL Sequence Creat...
yichunzhao.hashnode.dev2 min read