Is there anything similar to ActiveRecord scopes in Hibernate? Can where clauses be chained?
class Shirt < ActiveRecord::Base scope :red, -> { where(color