PK - the generic type of the UUID technical primary key.@Deprecated
@MappedSuperclass
public abstract class UniqueableEntity<PK extends java.io.Serializable>
extends java.lang.Object
implements java.io.Serializable, de.alpharogroup.db.entity.uniqueable.Uniqueable<PK>
UniqueableEntity holds an UUID as primary key.| Constructor and Description |
|---|
UniqueableEntity()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Deprecated.
|