Monday, January 19, 2015

Things to remember when generating relations via Hibernate

  1. Implements Serializable 
  2. override the hashcode and equals 
  3. Make sure you have the @Id with a respective columns 

No comments:

Post a Comment