@MappedSuperclass public abstract class AbstractAuditingDomain extends Object implements Serializable
| 构造器和说明 |
|---|
AbstractAuditingDomain() |
| 限定符和类型 | 方法和说明 |
|---|---|
Instant |
getCreatedBy() |
Instant |
getCreatedDate() |
Instant |
getLastModifiedBy() |
Instant |
getLastModifiedDate() |
void |
setCreatedBy(Instant createdBy) |
void |
setCreatedDate(Instant createdDate) |
void |
setLastModifiedBy(Instant lastModifiedBy) |
void |
setLastModifiedDate(Instant lastModifiedDate) |
public Instant getCreatedDate()
public void setCreatedDate(Instant createdDate)
public Instant getLastModifiedDate()
public void setLastModifiedDate(Instant lastModifiedDate)
public Instant getCreatedBy()
public void setCreatedBy(Instant createdBy)
public Instant getLastModifiedBy()
public void setLastModifiedBy(Instant lastModifiedBy)
Copyright © 2018. All rights reserved.