【问题标题】:what is the difference between grails filters and hibernate grails filter plug-insgrails过滤器和hibernate grails过滤器插件有什么区别
【发布时间】:2017-01-23 08:28:25
【问题描述】:

Grails 过滤插件compile "org.grails.plugins:filter:0.2"

Grails Hibernate 过滤器插件compile "org.grails.plugins:hibernate-filter:0.3.2"

我想知道,我们将在什么时候使用这两个插件以及这两个插件之间的主要区别

【问题讨论】:

    标签: java hibernate grails


    【解决方案1】:

    这是两种完全不同类型的插件。

    hibernate-filter 插件用于在域类和关联上创建过滤器,这些过滤器可以在您的代码中启用/禁用。

    filters 插件是一个 UI 插件,用于过滤集合中的数据。

    【讨论】:

      猜你喜欢
      • 2019-05-01
      • 2019-02-11
      • 2015-04-18
      • 1970-01-01
      • 2015-11-06
      • 1970-01-01
      • 1970-01-01
      • 2016-08-16
      • 1970-01-01
      相关资源
      最近更新 更多