PK - the generic type of the technical primary key.@MappedSuperclass public abstract class BaseEntity<PK extends Serializable> extends Object implements Serializable, de.alpharogroup.db.entity.Identifiable<PK>
BaseEntity holds the primary key.| Modifier and Type | Field and Description |
|---|---|
static String |
FOREIGN_KEY_PREFIX
The constant for the foreign key prefix
|
static String |
INDEX_PREFIX
The constant for the index prefix
|
static String |
SEQUENCE_GENERATOR_PREFIX
The constant for the sequence generator prefix
|
static String |
SEQUENCE_PREFIX
The constant for the sequence prefix
|
static String |
UNDERSCORE
The constant for the underscore
|
static String |
UNIQUE_CONSTRAINT_PREFIX
The constant for the unique constraint prefix
|
| Constructor and Description |
|---|
BaseEntity() |
public static final String FOREIGN_KEY_PREFIX
public static final String INDEX_PREFIX
public static final String SEQUENCE_GENERATOR_PREFIX
public static final String SEQUENCE_PREFIX
public static final String UNDERSCORE
public static final String UNIQUE_CONSTRAINT_PREFIX
Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.