Uses of Class
org.qubership.atp.itf.lite.backend.model.entities.javers.history.JvSnapshotEntity
Packages that use JvSnapshotEntity
Package
Description
-
Uses of JvSnapshotEntity in org.qubership.atp.itf.lite.backend.dataaccess.repository.history
Methods in org.qubership.atp.itf.lite.backend.dataaccess.repository.history that return JvSnapshotEntityModifier and TypeMethodDescriptionJaversSnapshotRepository.findFirstByGlobalIdOrderByVersionAsc(Long globalId) Methods in org.qubership.atp.itf.lite.backend.dataaccess.repository.history that return types with arguments of type JvSnapshotEntityModifier and TypeMethodDescriptionJaversSnapshotRepository.findAllByGlobalIdIn(Collection<Long> globalIds) JaversSnapshotRepository.findAllByGlobalIdOrderByVersionAsc(Long globalId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<JvSnapshotEntity> JaversSnapshotRepository.findAllByTypeIs(org.javers.core.metamodel.object.SnapshotType type, org.springframework.data.domain.Pageable pageable) -
Uses of JvSnapshotEntity in org.qubership.atp.itf.lite.backend.service.history.impl
Method parameters in org.qubership.atp.itf.lite.backend.service.history.impl with type arguments of type JvSnapshotEntityModifier and TypeMethodDescriptionvoidDeleteHistoryServiceImpl.deleteOldAndUpdateAsInitial(Long globalId, List<JvSnapshotEntity> snapshots)