There was an error while loading. Please reload this page.
If you pass a structure as the last argument to your dynamic finder/counter call, we will consider that by convention to be your query options.
user = entityNew( "User" ).findByLastName( "Majano", { ignoreCase=true, timeout=20 } ); users = entityNew( "User" ).findAllByLastNameLike( "Ma%", { ignoreCase=false, max=20, offset=15 } );
The valid query options are:
ignorecase
maxResults
offset
cacheable
cachename
timeout