Archív kategorií: Java
JPA Criteria API with Lambda expressions
Java Persistence API (JPA) has two ways of querying database – JPQL and Criteria API. JPQL queries are written as simple strings, usually easy to read, but as strings, they cannot be checked by a Java compiler. If an entity … Pokračovať v čítaní
Publikované v Java
Vložiť komentár