Add a field named entityName so that queries can be written without hardcoding
class names. Example:
Query query = em.createQuery("SELECT y FROM " + entityName + " y WHERE y.userId
= :userId");
Original issue reported on code.google.com by etwilliams1985 on 7 Jan 2013 at 8:27
Original issue reported on code.google.com by
etwilliams1985
on 7 Jan 2013 at 8:27