top of page
Software Design and Development Industry Blog Posts


Switching Annotation Preprocessors for JPA Meta Model Generation in Eclipse
To set the annotation processor in Eclipse, follow the steps below. I'll set it to OpenJPA, but you can use any one you want.

Troy Web Consulting


Relocating localStorage in iOS 5.1 for PhoneGap Applications
The general problem is that as of iOS update 5.1 (3/2012), Apple no longer considers data stored in the SQL Lite DB to be persistent data

Troy Web Consulting


Writing Strongly Typed NOT IN Subqueries with JPA CriteriaBuilder
How to write strongly worded subqueries with JPA CriteriaBuilder : Using JPA CriteriaBuilder

Troy Web Consulting


Dealing with Case Sensitivity of Database Table Names at the Persistance Layer with Hibernate
The problem is that the server is Linux and my computer is a Mac.
Why does this matter? It matters because each OS has different sensitivity

Troy Web Consulting
bottom of page