Package org.kuali.rice.krad.data.jpa
Class IdClassBase
java.lang.Object
org.kuali.rice.krad.data.jpa.IdClassBase
- All Implemented Interfaces:
Serializable
A base class for creating ID class implementations for JPA.
These ID classes are required to have proper equals and hashcode method implementations, so this base class provides reflection-based defaults for both of those as well as toString.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary