public interface LastModificationDateFactory<T>
Modifier and Type | Method and Description |
---|---|
T |
createLastModificationDate(Long entityId,
Date lastModificationDate)
Create some form of object that holds the entity id and date
|
T createLastModificationDate(Long entityId, Date lastModificationDate)
entityId
- the id of the entitylastModificationDate
- the last modification date of the entityCopyright © 2019 Communote team. All rights reserved.