Uses of Class
org.qubership.atp.dataset.service.jpa.model.dsllazyload.referencedcontext.RefDataSetListFlat
Packages that use RefDataSetListFlat
Package
Description
-
Uses of RefDataSetListFlat in org.qubership.atp.dataset.service.jpa
Methods in org.qubership.atp.dataset.service.jpa that return RefDataSetListFlatModifier and TypeMethodDescriptionJpaDataSetListService.getReferencedDataSetListFlat(UUID dataSetListId, UUID dataSetListAttributeId, String attributePath, List<UUID> dataSetIds, org.springframework.data.domain.Pageable pageable) JpaDataSetListService.getReferencedDataSetListFlatRows(UUID dataSetListId, UUID dataSetListAttributeId, String attributePath, List<UUID> dataSetIds, org.springframework.data.domain.Pageable pageable) -
Uses of RefDataSetListFlat in org.qubership.atp.dataset.service.jpa.impl
Methods in org.qubership.atp.dataset.service.jpa.impl that return RefDataSetListFlatModifier and TypeMethodDescriptionJpaDataSetListServiceImpl.getReferencedDataSetListFlat(UUID dataSetListId, UUID dataSetListAttributeId, String attributePath, List<UUID> dataSetIds, org.springframework.data.domain.Pageable pageable) For referenced DSL.JpaDataSetListServiceImpl.getReferencedDataSetListFlatRows(UUID dataSetListId, UUID dataSetListAttributeId, String attributePath, List<UUID> dataSetIds, org.springframework.data.domain.Pageable pageable) For referenced DSL. -
Uses of RefDataSetListFlat in org.qubership.atp.dataset.service.rest.server
Methods in org.qubership.atp.dataset.service.rest.server that return RefDataSetListFlatModifier and TypeMethodDescriptionDataSetListLazyLoadingController.getReferencedDataSetList(UUID dataSetListId, String attributePath, org.springframework.data.domain.Pageable pageable, List<UUID> dataSetIds) Referenced DSL by path.DataSetListLazyLoadingController.getReferencedDataSetListRows(UUID dataSetListId, String attributePath, org.springframework.data.domain.Pageable pageable, List<UUID> dataSetIds) Referenced DSL by path.