SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-372
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Duplicate
Priority: Major Major
Assignee: Shay Banon
Reporter: Dan Allen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

custom HQL for Hibernate GPS device

Created: 15/Feb/07 12:46 PM   Updated: 13/Mar/08 01:11 PM
Component/s: Compass::Gps
Affects Version/s: 1.1 RC1
Fix Version/s: 1.2 M3

Environment: java 5


 Description  « Hide
The GPS device offers an index method that will run a very generic HQL query (from EntityName) to grab all the searchable entities from the underlying datastore and place them into the Lucene index. However, for large databases, this can be very problematic or even unnecessary. A nice feature, which apparently the JPA device supports, is to define custom HQL queries that will limit the results for certain entities/classnames.

Also see CMP-213 for similar work.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 29/Jul/07 05:13 PM
Duplicate of CMP-440