1. JPQL reference? java.net |
2. Enumeration constants as comparators in JPQL java.net |
3. Can't use JPQL for quering Entities with JPA java.netI am new to JPA and tried to set up a small application which uses JPA. I have created the JDBC Resources in the Glassfish admin-page (using the DerbyPool) and also the persistence.xml accordingly. I created the first instances and persisted it without problems. But now that I try to query the instances I get errors. I tried the following query: ... |