Why would you not just query the EmpFullTime entities instead of the base class entities? Your stated that you only want "full-time employees", so querying over the EmpFullTime entities would give you that constraint right off, then you can use the "salary" property to filter out only those over 1000.
Am I missing something?
[Message sent by forum member 'bbergquist' (bbergquist)]
http://forums.java.net/jive/thread.jspa?messageID=232909