Query Scopes in Hibernate

前端 未结 0 530
庸人自扰
庸人自扰 2021-02-09 03:26

Is there anything similar to ActiveRecord scopes in Hibernate? Can where clauses be chained?

class Shirt < ActiveRecord::Base
  scope :red, -> { where(color         


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