blinkfox / fenix

This is an extension library to the Spring Data JPA complex or dynamic SQL query. 这是一个比 MyBatis 更加强大的 Spring Data JPA 扩展库,为解决复杂动态 JPQL (或 SQL) 而生。https://blinkfox.github.io/fenix
https://blinkfox.github.io/fenix
Apache License 2.0
346 stars 72 forks source link

建议主键生成策略做成枚举 #69

Open 203579397 opened 2 years ago

203579397 commented 2 years ago

现在硬编码 com......这种的有点不太舒服

blinkfox commented 2 years ago

@203579397 说得有道理,后续我抽空改下

203579397 commented 2 years ago

不知道是否可以支持原生雪花id(19位的)

blinkfox commented 2 years ago

@203579397 你说的19位是啥,原生的雪花算法是 64 位长整型(long),Fenix 是支持的。