Interface HasRevision<T extends Serializable>
- Record Components:
T
- The type of Id of this resource (I normally use UUID).
- All Superinterfaces:
HasId<T>
- All Known Subinterfaces:
Persisted<T>
HasRevision --
- Since:
- 2.0.0 2023-01-06
- Version:
- 4.0.0 2024-09-22
- Author:
- klenkes74 <rlichti@kaiserpfalz-edv.de>
-
Method Summary
Modifier and TypeMethodDescriptiondefault OffsetDateTime
Deprecated.Will be removed with version 5.0.0 of this library.
-
Method Details
-
getRevisioned
Deprecated.Will be removed with version 5.0.0 of this library.- Returns:
- The date of the last version. It is literally the
getModified()
.
-
getVersion
Integer getVersion() -
getCreated
OffsetDateTime getCreated() -
getModified
OffsetDateTime getModified()
-