Uses of Class
org.qubership.atp.dataset.db.jpa.entities.DataSetEntity
Packages that use DataSetEntity
Package
Description
-
Uses of DataSetEntity in org.qubership.atp.dataset.db.jpa
Methods in org.qubership.atp.dataset.db.jpa that return types with arguments of type DataSetEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<DataSetEntity> ModelsProvider.getAllNamesByName(String name, org.springframework.data.domain.Pageable pageable) -
Uses of DataSetEntity in org.qubership.atp.dataset.db.jpa.entities
Fields in org.qubership.atp.dataset.db.jpa.entities declared as DataSetEntity -
Uses of DataSetEntity in org.qubership.atp.dataset.db.jpa.repositories
Methods in org.qubership.atp.dataset.db.jpa.repositories that return types with arguments of type DataSetEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<DataSetEntity> JpaDataSetRepository.findAllByNameContains(String name, org.springframework.data.domain.Pageable pageable) Optional<org.springframework.data.domain.Page<DataSetEntity>> JpaDataSetRepository.findAllByNameContainsAndDslIn(String name, List<UUID> dsl, org.springframework.data.domain.Pageable pageable) JpaDataSetRepository.findByDataSetList(DataSetListEntity dsl) JpaDataSetRepository.findByDataSetListId(UUID dataSetListId) JpaDataSetRepository.findByDataSetListIdAndLocked(UUID dataSetListId, Boolean isLocked) JpaDataSetRepository.findByDataSetListIdIn(Collection<UUID> dataSetListIds) JpaDataSetRepository.findByNameAndDataSetListId(String name, UUID dataSetList) JpaDataSetRepository.findBySourceIdAndDataSetListId(UUID sourceId, UUID datasetId) -
Uses of DataSetEntity in org.qubership.atp.dataset.service.jpa.delegates
Constructors in org.qubership.atp.dataset.service.jpa.delegates with parameters of type DataSetEntity