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
345 stars 72 forks source link

判断不同的数据库 #41

Closed xzxzhixin closed 2 years ago

xzxzhixin commented 3 years ago

mybatis中有判断不同数据库加载不同的SQL,希望作者可以考虑这个功能,这样可以有更好的通用性

blinkfox commented 3 years ago

@xzxzhixin JPA 中建议写 JPQL 语句,本身就是可以跨数据库的。 在 Fenix 中你可以自定义标签,先写一下这个功能,如果觉得这个功能确实很必要且成熟了的话,你可以提 Pull Request 请求,我合并内置进去。

blinkfox commented 2 years ago

该 issue 长期未回复,我将关闭这个 issue。