Building easy to use JPA classes
Continuing on with my previous article, I would go on to discuss about making the JPA classes easy to use for your users, aka the other developers, while making it adhere to the portability constraints I had set out earlier. Ease of use is achieved by properly encapsulating the domain package classes. There are generally [...]
