Package de.alpharogroup.db.entity.base
Class SequenceBaseEntity<PK extends java.io.Serializable>
- java.lang.Object
-
- de.alpharogroup.db.entity.base.SequenceBaseEntity<PK>
-
- Type Parameters:
PK- the generic type of the technical primary key
- All Implemented Interfaces:
de.alpharogroup.db.entity.Identifiable<PK>,java.io.Serializable
- Direct Known Subclasses:
ActivatableEntity,BasicNameEntity,BasicVerifiableEntity,ByCreation,ByDeletion,ByLastModification,Creation,Deletion,KeyValueOwnerEntity,LastModification,TraceableEntity,TreeableEntity,ValidatableEntity,VersionableEntity,VisibilityEntity
@MappedSuperclass public abstract class SequenceBaseEntity<PK extends java.io.Serializable> extends java.lang.Object implements java.io.Serializable, de.alpharogroup.db.entity.Identifiable<PK>The classSequenceBaseEntityholds the primary key with generation type strategy sequence- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSEQUENCE_GENERIC_GENERATOR_NAMEThe Constant for the generic sequence name.
-
Constructor Summary
Constructors Constructor Description SequenceBaseEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
SEQUENCE_GENERIC_GENERATOR_NAME
public static final java.lang.String SEQUENCE_GENERIC_GENERATOR_NAME
The Constant for the generic sequence name. Note this must be given as name in the annotation SequenceGenerator if you want a sequence for the specific entity.- See Also:
- Constant Field Values
-
-