Uses of Class
org.qubership.atp.dataset.db.jpa.entities.ParameterEntity
Packages that use ParameterEntity
Package
Description
-
Uses of ParameterEntity in org.qubership.atp.dataset.db.jpa.repositories
Methods in org.qubership.atp.dataset.db.jpa.repositories that return ParameterEntityModifier and TypeMethodDescriptionJpaParameterRepository.getByAttributeIdAndDataSet_Id(UUID attributeId, UUID dataSetId) JpaParameterRepository.getOneByAttributeId(UUID attributeId) Methods in org.qubership.atp.dataset.db.jpa.repositories that return types with arguments of type ParameterEntityModifier and TypeMethodDescriptionJpaParameterRepository.getByAttributeId(UUID attributeId) JpaParameterRepository.getByDataSetIdSorted(UUID dataSetId) org.springframework.data.domain.Page<ParameterEntity> JpaParameterRepository.getByDataSetReferenceId(UUID dataSetId, org.springframework.data.domain.Pageable pageable) JpaParameterRepository.getBySourceIdAndDataSetId(UUID sourceId, UUID dataSetId) JpaParameterRepository.getOverlapByDataSetIdSorted(UUID dataSetId) -
Uses of ParameterEntity in org.qubership.atp.dataset.model.impl
Methods in org.qubership.atp.dataset.model.impl with parameters of type ParameterEntityModifier and TypeMethodDescriptionstatic TableResponseTableResponse.fromParameterEntity(ParameterEntity entity) Map parameter to table response. -
Uses of ParameterEntity in org.qubership.atp.dataset.service.jpa.delegates
Constructors in org.qubership.atp.dataset.service.jpa.delegates with parameters of type ParameterEntity