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