Package de.alpharogroup.db.entity.base
Class AutoBaseEntity<PK extends java.io.Serializable>
- java.lang.Object
-
- de.alpharogroup.db.entity.base.AutoBaseEntity<PK>
-
- Type Parameters:
PK- the generic type of the technical primary key
- All Implemented Interfaces:
de.alpharogroup.db.entity.Identifiable<PK>,java.io.Serializable
@MappedSuperclass public abstract class AutoBaseEntity<PK extends java.io.Serializable> extends java.lang.Object implements java.io.Serializable, de.alpharogroup.db.entity.Identifiable<PK>The classAutoBaseEntityholds the primary key with generation type strategy auto- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AutoBaseEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-