Interface Persisted<T extends Serializable>
- Record Components:
T
- The type of the ID (I normally use UUID).
- All Superinterfaces:
Cloneable
,HasId<T>
,HasRevision<T>
Persisted -- The base interface for all resources that are persisted.
- Since:
- 2.0.0 2023-01-06
- Version:
- 4.0.0 2024-09-22
- Author:
- klenkes <rlichti@kaiserpfalz-edv.de>
-
Method Summary
Methods inherited from interface de.kaiserpfalzedv.commons.api.resources.HasRevision
getCreated, getModified, getRevisioned, getVersion