Package de.alpharogroup.db.entity.base
Class UniqueableEntity<PK extends java.io.Serializable>
- java.lang.Object
-
- de.alpharogroup.db.entity.base.UniqueableEntity<PK>
-
- Type Parameters:
PK- the generic type of the UUID technical primary key
- All Implemented Interfaces:
de.alpharogroup.db.entity.Identifiable<PK>,java.io.Serializable
- Direct Known Subclasses:
UUIDEntity
@MappedSuperclass public abstract class UniqueableEntity<PK extends java.io.Serializable> extends java.lang.Object implements java.io.Serializable, de.alpharogroup.db.entity.Identifiable<PK>The classUniqueableEntityholds an UUID as primary key- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UniqueableEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-