show error when using 'Entity' type in query
example:
from Entity
causes runtime error since Entity is not a persisted type, but an interface:
Submitted by Danny Groenewegen on 9 April 2011 at 21:26org.hibernate.hql.ast.QuerySyntaxException: Entity is not mapped [from Entity]
Log in to post comments