PK - the generic type of the idT - the generic type of time measurementU - the generic type of the user or account@Entity public class LastModification<PK extends java.io.Serializable,T,U> extends SequenceBaseEntity<PK> implements de.alpharogroup.db.entity.modify.IdentifiableLastModified<PK,T,U>
LastModification is keeping information of the last modification of an
entity. This entity can be extended or attached to another entity for keep information when it
was last modified. In combination with the VersionableEntity it can build a history of
modification of an entity.SEQUENCE_GENERIC_GENERATOR_NAME| Constructor and Description |
|---|
LastModification() |
toString