- Type Parameters:
Type
-
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AbstractVisiblyIdentifiedHibernateObject, CashRegister, Course, Currency, Customer, CustomerDiscounts, CustomerGroup, DiscountReason, Image, KitchenOrder, Logintime, Payment, Place, Product, ProductEan, ProductLocation, Reservation, SpecialPrice, StockDiary, TicketLine, User
public abstract class AbstractIdentifiedHibernateObject<Type extends AbstractIdentifiedHibernateObject<Type>>
extends AbstractHibernateObject<Type>
This class adds ids, version, and equals()/hashcode() implementations for
hibernate beans that need them.
- Author:
- Aaron Luchko
- See Also:
- Serialized Form