JPA
-
Enterprise Java
Ultimate JPA Queries and Tips List – Part 2
This part continues from the first part of the series. JPA: NamedQuery, querying with dates, warnings about the getSingleResult method…
Read More » -
Enterprise Java
Ultimate JPA Queries and Tips List – Part 1
There are several JPAs “how to” that we can find on the internet, here in this blog, that teaches how…
Read More » -
Enterprise Java
Four solutions to the LazyInitializationException – Part 2
This article continues from part 1 of the tutorial. Load collection by Stateful EJB with PersistenceContextType.EXTENDED This approach can be…
Read More » -
Enterprise Java
Four solutions to the LazyInitializationException – Part 1
In the post today we will talk about the common LazyInitializationException error. We will see four ways to avoid this…
Read More » -
Enterprise Java
Test JPQL / HQL without a deploy
Have you ever wanted to test your JPQL / HQL without doing a full deploy of your application? What we…
Read More » -
Enterprise Java
Full Web Application Tomcat JSF Primefaces JPA Hibernate – Part 3
Primefaces AutoComplete, JSF Converter This post continues from part 1 and part 2. The JSF has the Converter tool that…
Read More » -
Enterprise Java
Full Web Application Tomcat JSF Primefaces JPA Hibernate – Part 2
ManagedBeans This post continues from part 1 of this tutorial. In the “com.mb” package you will need to create the classes…
Read More » -
Enterprise Java
Full Web Application Tomcat JSF Primefaces JPA Hibernate – Part 1
We created this post that will show how to create a full web application using the following tools: Tomcat7, JSF2…
Read More » -
Enterprise Java
Full WebApplication JSF EJB JPA JAAS – Part 2
View – Creation and JSF set up This tutorial continues from part 1. Let us create a new Dynamic Web…
Read More »