Is there a way to integrate hibernate table geneartor with liquibase

后端 未结 0 364
庸人自扰
庸人自扰 2020-12-15 03:05

We are using custom hibernate table generator for our primary key like below,

@Id
@GenericGenerator(
    name = "primary_id",
    strategy = "c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题