Uses of Class
org.qubership.atp.dataset.db.jpa.entities.JvSnapshotEntity
Packages that use JvSnapshotEntity
-
Uses of JvSnapshotEntity in org.qubership.atp.dataset.db.jpa
Methods in org.qubership.atp.dataset.db.jpa that return JvSnapshotEntityModifier and TypeMethodDescriptionJaversSnapshotService.findTheOldestSnapshotByGlobalIdAndUpdateTypeAsInitial(Long globalId) Get the oldest snapshot and update snapshot type with INITIAL value.Methods in org.qubership.atp.dataset.db.jpa that return types with arguments of type JvSnapshotEntityModifier and TypeMethodDescriptionJaversSnapshotService.findOldSnapshots(Long globalId, Long count) Get old snapshots by globalId and count.Method parameters in org.qubership.atp.dataset.db.jpa with type arguments of type JvSnapshotEntityModifier and TypeMethodDescriptionvoidJaversSnapshotService.deleteOldAndUpdateAsInitial(Long globalId, List<JvSnapshotEntity> snapshots) Delete old snapshots, commit properties and commits. -
Uses of JvSnapshotEntity in org.qubership.atp.dataset.db.jpa.repositories
Methods in org.qubership.atp.dataset.db.jpa.repositories that return JvSnapshotEntityModifier and TypeMethodDescriptionJpaJvSnapshotRepository.findFirstByGlobalIdOrderByVersionAsc(Long globalId) Methods in org.qubership.atp.dataset.db.jpa.repositories that return types with arguments of type JvSnapshotEntityModifier and TypeMethodDescriptionJpaJvSnapshotRepository.findAllByGlobalIdIn(Collection<Long> globalIds) JpaJvSnapshotRepository.findAllByGlobalIdOrderByVersionAsc(Long globalId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<JvSnapshotEntity> JpaJvSnapshotRepository.findAllByTypeIs(org.javers.core.metamodel.object.SnapshotType type, org.springframework.data.domain.Pageable pageable)