{Uki's tech notes}
This notebook is a collection of code snippets and technical "how to" instructions.
Pages
Welcome
Julia
AI
Android
Java
Python
Jypyter
Conda
Linux/UNIX
LinkedIn
Medium articles
Uki's personal blog
Search This Blog
Hibernate equals(); hashCode(); toString() methods
by: Uki D. Lucas
Implementing the interface below in all model classes.
http://www.hibernate.org/109.html
package
com.ucc.csd.server.model;
public
interface
HibernateModel
{
public
int
hashCode();
public
boolean
equals(Object otherObject);
public
String
toString();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment