如何在 Grails/GORM 映射中要求特定列的值?

发布于 2024-12-17 05:53:54 字数 211 浏览 0 评论 0原文

我有一个与旧数据库一起使用的 Grails 应用程序。

我几乎在所有表中都有一列,比方说include。当且仅当该列具有非零值时,我想在查询结果中包含此类实体。

有没有办法在 grails 中的每个类/应用程序标准上指定这一点,也许在静态映射块中?目前,每当进行数据库查询时,我都会指定 AND include == 1

I have a grails application which works with a legacy database.

I have in almost all tables a column, let's say include. I want to include such entities in query results if and only if this column has a nonzero value.

Is there any way for specifying this on a per class / application criteria in grails, perhaps in a static mappings block? Currently I'm I specifying AND include == 1 whenever I make a database query.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玩世 2024-12-24 05:53:55

我认为这个插件将满足您的需求。

I think this plugin will get you what you need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文