User Story #80 (closed)
Opened 18 years ago
Closed 14 years ago
IQuery calls should also provide a method for joining tables.
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | API | Keywords: | n.a. |
Cc: | Story Points: | n.a. | |
Sprint: | n.a. | Importance: | n.a. |
Total Remaining Time: | n.a. | Estimated Remaining Time: | n.a. |
Description
For simple calls like IQuery.findByString(klass,fieldName,fieldValue) it'd often be useful to join tables without having to resort to the full blown IQuery.findByQuery(" from Class join ..." ). This would require a ome.parameters.Filter like argument on all IQuery api calls.
Change History (1)
comment:1 Changed 14 years ago by jmoore
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
unlikely that we'll add that kind of functionality. (more likely to replace hibernate)