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 Serializable,T,U> extends BaseEntity<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 VersionableBaseEntity it can build a history
of modification of an entity.Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.