]
Max Rydahl Andersen updated JBIDE-4264:
---------------------------------------
Fix Version/s: (was: 4.0.0.Alpha1)
String field type should be considered as primary id candidate (now
id candidate should be subclass of Number).
---------------------------------------------------------------------------------------------------------------
Key: JBIDE-4264
URL:
https://issues.jboss.org/browse/JBIDE-4264
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: hibernate
Affects Versions: 3.1.0.M1
Reporter: Dmitry Geraskov
Assignee: Koen Aers
Priority: Minor
Fix For: 4.2.x
CollectEntityInfo class collects information about selected java class. It considers
field of java class as primiry id candidate if it has type of Number subclass. Also it
should consider fields with type String.