Uses of Class
org.qubership.atp.dataset.db.jpa.entities.AttributeEntity
Packages that use AttributeEntity
Package
Description
-
Uses of AttributeEntity in org.qubership.atp.dataset.db.jpa
Methods in org.qubership.atp.dataset.db.jpa that return types with arguments of type AttributeEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AttributeEntity> ModelsProvider.getAttributesPageableByDslId(UUID uuid, List<AttributeTypeName> attributeTypesToLoad, org.springframework.data.domain.Pageable pageable) Get pageable attributes. -
Uses of AttributeEntity in org.qubership.atp.dataset.db.jpa.entities
Fields in org.qubership.atp.dataset.db.jpa.entities declared as AttributeEntity -
Uses of AttributeEntity in org.qubership.atp.dataset.db.jpa.repositories
Methods in org.qubership.atp.dataset.db.jpa.repositories that return types with arguments of type AttributeEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AttributeEntity> JpaAttributeRepository.findByEntityAndTypeIds(UUID dslId, List<Long> typeIds, org.springframework.data.domain.Pageable pageable) JpaAttributeRepository.getByDatasetId(UUID datasetId) JpaAttributeRepository.getByDataSetListId(UUID dataSetListId) JpaAttributeRepository.getByDataSetListIdIn(Collection<UUID> dataSetListIds) JpaAttributeRepository.getByNameAndDataSetListId(String name, UUID dataSetListId) JpaAttributeRepository.getBySourceIdAndDataSetListId(UUID sourceId, UUID dataSetListId) org.springframework.data.domain.Page<AttributeEntity> JpaAttributeRepository.getByTypeDataSetListId(UUID dataSetListId, org.springframework.data.domain.Pageable pageable) JpaAttributeRepository.getNotUsedByDatasetId(UUID datasetId) -
Uses of AttributeEntity in org.qubership.atp.dataset.model.impl
Methods in org.qubership.atp.dataset.model.impl with parameters of type AttributeEntityModifier and TypeMethodDescriptionstatic TableResponseTableResponse.fromAttributeEntity(AttributeEntity entity) Map attribute to table response. -
Uses of AttributeEntity in org.qubership.atp.dataset.service.jpa.delegates
Methods in org.qubership.atp.dataset.service.jpa.delegates that return types with arguments of type AttributeEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AttributeEntity> DataSetList.getAttributesByTypesPageable(UUID uuid, List<AttributeTypeName> attributeTypeNames, org.springframework.data.domain.Pageable pageable) Get page of attributes.Method parameters in org.qubership.atp.dataset.service.jpa.delegates with type arguments of type AttributeEntityModifier and TypeMethodDescriptionDataSetList.getAttributesOfPage(org.springframework.data.domain.Page<AttributeEntity> entities, List<AttributeTypeName> attributeTypeNames) Extract attributes of page.voidDataSetList.setDataSetListAttributes(List<AttributeEntity> entityList) Set DSL reference attributes.Constructors in org.qubership.atp.dataset.service.jpa.delegates with parameters of type AttributeEntity