PK - the generic type of the technical primary key.@MappedSuperclass
public abstract class SequenceBaseEntity<PK extends java.io.Serializable>
extends java.lang.Object
implements java.io.Serializable, de.alpharogroup.db.entity.Identifiable<PK>
SequenceBaseEntity holds the primary key.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SEQUENCE_GENERIC_GENERATOR_NAME
The Constant for the generic sequence name.
|
| Constructor and Description |
|---|
SequenceBaseEntity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final java.lang.String SEQUENCE_GENERIC_GENERATOR_NAME