The queries package provides a home for classes that provide object queries that query for
a specific business object. Queries classes also provide access methods that return
collections of business objects. The package structure of the queries package should mirror the structure
of the business object packages in the database package.
The name of the queries class should begin with the business object that it selects.