PK - the generic type of the id@MappedSuperclass public abstract class ActivatableEntity<PK extends java.io.Serializable> extends SequenceBaseEntity<PK> implements de.alpharogroup.db.entity.activatable.IdentifiableActivatable<PK>
ActivatableEntity is a base entity with a flag 'active' that indicates if an
entity is active(enabled) or not.SEQUENCE_GENERIC_GENERATOR_NAME| Constructor and Description |
|---|
ActivatableEntity() |
toString