Class | Description |
---|---|
CriteriaUtils | For consistently searching across data types. |
GormHibernateCriteriaBuilder | This is here to make it easier to build criteria with domain bean paths allows order('invoice.customer.name') |
OrderCheater | This class exists solely to circumvent the "protected" visibility of the org.hibernate.criterion.Order class constructor. |