Class LastModification<PK extends java.io.Serializable,T>
- java.lang.Object
-
- de.alpharogroup.db.entity.base.SequenceBaseEntity<PK>
-
- de.alpharogroup.db.entity.modifiable.LastModification<PK,T>
-
- Type Parameters:
PK- the generic type of the idT- the generic type of time measurement
- All Implemented Interfaces:
de.alpharogroup.db.entity.Identifiable<PK>,de.alpharogroup.db.entity.modifiable.IdentifiableLastModified<PK,T>,de.alpharogroup.db.entity.modifiable.LastModified<T>,java.io.Serializable
@Entity public class LastModification<PK extends java.io.Serializable,T> extends SequenceBaseEntity<PK> implements de.alpharogroup.db.entity.modifiable.IdentifiableLastModified<PK,T>
The entity classLastModificationis 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.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.alpharogroup.db.entity.base.SequenceBaseEntity
SEQUENCE_GENERIC_GENERATOR_NAME
-
-
Constructor Summary
Constructors Constructor Description LastModification()
-
Method Summary
-
Methods inherited from class de.alpharogroup.db.entity.base.SequenceBaseEntity
toString
-
-