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

Key: CMP-332
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Shay Banon
Reporter: Alexey Kharlamov
Votes: 0
Watchers: 0
Operations

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

Expose HibernateEntityInfo in AbstractHibernateGpsDevice

Created: 06/Dec/06 01:51 AM   Updated: 06/Dec/06 02:49 AM
Component/s: Compass::Gps
Affects Version/s: 1.1 M3
Fix Version/s: 1.1 RC1


 Description  « Hide
Can you, please, make AbstractHibernateGpsDevice.HibernateEntityInfo protected? So it will be possible to create custom HibernateGpsDevices without hackish tricks with packaging.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 06/Dec/06 02:08 AM
HibernateEntityInfo class is defined as protected static, what exactly do you need?

Alexey Kharlamov added a comment - 06/Dec/06 02:32 AM
Excuse me for the inconvenience. You are right. The class is protected static. However, I am unable to instantiate it in a descendant of AbstractHibernateGpsDevice outside the org.compass.gps.device.hibernate.

Probably, it must have a public constructor.


Shay Banon added a comment - 06/Dec/06 02:49 AM
Made it public. Note, this is still internal to AbstractHibernateGpsDevice and might need to be changed in the future (for example, to support parallel indexing)