@MappedSuperclass public class AbstractAuditableEntity extends org.softsmithy.lib.persistence.AbstractVersionedEntity
AuditingEntityListener
,
Serialized FormConstructor and Description |
---|
AbstractAuditableEntity() |
Modifier and Type | Method and Description |
---|---|
Instant |
getCreatedAt()
Gets the timestamp, when this entity was created.
|
String |
getCreatedBy()
Gets the user id, who created this entity.
|
Instant |
getLastModifiedAt()
Gets the timestamp, when this entity was last modified.
|
String |
getLastModifiedBy()
Gets the user id, who last modified this entity.
|
public Instant getCreatedAt()
public String getCreatedBy()
public Instant getLastModifiedAt()
public String getLastModifiedBy()
Copyright © 2012–2019 Drombler. All rights reserved.