Quick brief example driven guide to Java Persistence Query Language (JPQL)
Read the rest of this entry »Posts tagged with 'jpa'
JPQL in examples
September 9th, 2011 by Libor Jelinek
Tags: java, jpa | Posted in: Java | No Comments »
Java Persistence API in non-JEE environment
September 8th, 2011 by Libor Jelinek
JPA, as a one of the most useful technology from JEE world, is commonly overlooked in Java SE enviroments. There is a lot of documentation, manuals, tutorials but most of them are aimed to JEE enviroments. Unfortunatelly some of essential concepts is different if used outside JEE. Fortunatelly most of things are simpler. In this post I would like to briefly introduce you into JPA 2.0 for Java SE heavily based on official JPA 2.0 specification in simplified “destilled” form. Read the rest of this entry »
Tags: java, jpa | Posted in: Java | 1 Comment »
