In org.javers.repository.sql.finders.CdoSnapshotFinder#fetchCdoSnapshots
method a list of CdoSnapshotSerialized
is getting converted to a list of CdoSnapshot
.
Is there a public API to get a list of serialized CdoSnapshotSerialized
(the way they appear in DB)?