This is a rehash of the inquiry made in the following post:
http://forums.hibernate.org/viewtopic.php?p=2318065&sid=e357791535547be9ff7ece77d0125fa8
Namely, I am seeking to verify that as stated in Table 9.1 at
http://www.hibernate.org/hib_docs/reference/en/html/inheritance-limitations.html, it should in fact be possible to perform a query against a base class/interface mapped using the table per concrete class (implicit polymorphism) strategy. Like martiner, I too am receiving a QuerySyntaxException informing me that the base class is unmapped. Can anyone confirm/deny the correctness of the documentation on this issue?