Interface Persisted<T extends Serializable>

Record Components:
T - The type of the ID (I normally use UUID).
All Superinterfaces:
Cloneable, HasId<T>, HasRevision<T>

public interface Persisted<T extends Serializable> extends HasRevision<T>, Cloneable
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>