Package org.omnifaces.persistence.model
Interface Timestamped
- All Known Implementing Classes:
TimestampedBaseEntity
,TimestampedEntity
,VersionedBaseEntity
,VersionedEntity
public interface Timestamped
Base interface for timestamped entity.
- Author:
- Bauke Scholtz
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCreated
(Instant created) void
setLastModified
(Instant lastModified)