Restrictions
// From base ORM service
var restrictions = getRestrictions()
// Manually Created
var restrictions = new coldbox.system.orm.hibernate.criterion.Restrictions();
// From Criteria Builder
newCriteria().restrictionsLast updated
Was this helpful?