Interface Auditable<T,U>
- Type Parameters:
T
- the generic type of time measurementU
- the generic type of the user or account
- All Superinterfaces:
ByCreatable<T,
,U> ByLastModified<T,
,U> Creatable<T>
,LastModified<T>
The interface
Auditable
is a combination of the interfaces ByCreatable
and
ByLastModified
and can be implemented by classes with auditing purposes.-
Field Summary
Fields inherited from interface io.github.astrapi69.data.creatable.ByCreatable
COLUMN_NAME_CREATED_BY
Fields inherited from interface io.github.astrapi69.data.modifiable.ByLastModified
COLUMN_NAME_LAST_MODIFIED_BY
Fields inherited from interface io.github.astrapi69.data.creatable.Creatable
COLUMN_NAME_CREATED
Fields inherited from interface io.github.astrapi69.data.modifiable.LastModified
COLUMN_NAME_LAST_MODIFIED
-
Method Summary
Methods inherited from interface io.github.astrapi69.data.creatable.ByCreatable
getCreatedBy, setCreatedBy
Methods inherited from interface io.github.astrapi69.data.modifiable.ByLastModified
getLastModifiedBy, setLastModifiedBy
Methods inherited from interface io.github.astrapi69.data.creatable.Creatable
getCreated, setCreated
Methods inherited from interface io.github.astrapi69.data.modifiable.LastModified
getLastModified, setLastModified