FAQ
1. ERROR MESSAGE : Could not perform validation checks for component as the class was not found
- Turns out that if you are going to use a component as a composite key, the component must 
- Override equals 
- Override hashCode 
- Implement java.io.Serializable