Package org.grails.datastore.gorm.finders

Interface Summary
FinderMethod Implementation of dynamic finders
 

Class Summary
CountByFinder Supports counting objects.
DynamicFinder Implementation of dynamic finders
FindAllByBooleanFinder The "findAllBy*" static persistent method.
FindAllByFinder Finder used to return multiple results.
FindByBooleanFinder The "findBy*" static persistent method.
FindByFinder Finder used to return a single result
ListOrderByFinder The "listOrderBy*" static persistent method.
MethodExpression Method expression used to evaluate a dynamic finder
MethodExpression.Between  
MethodExpression.Equal  
MethodExpression.GreaterThan  
MethodExpression.GreaterThanEquals  
MethodExpression.InList  
MethodExpression.LessThan  
MethodExpression.LessThanEquals  
MethodExpression.Like