Uses of Class
org.qubership.atp.dataset.db.jpa.entities.AttributeKeyEntity
Packages that use AttributeKeyEntity
Package
Description
-
Uses of AttributeKeyEntity in org.qubership.atp.dataset.db.jpa.repositories
Methods in org.qubership.atp.dataset.db.jpa.repositories that return AttributeKeyEntityModifier and TypeMethodDescriptionJpaAttributeKeyRepository.findFirstByKeyAndDataSetListIdAndDataSetIdAndAttributeId(String key, UUID dataSetListId, UUID datasetId, UUID attributeId) Methods in org.qubership.atp.dataset.db.jpa.repositories that return types with arguments of type AttributeKeyEntityModifier and TypeMethodDescriptionJpaAttributeKeyRepository.findByDataSetId(UUID datasetId) JpaAttributeKeyRepository.getByDataSetListId(UUID dataSetListId) JpaAttributeKeyRepository.getBySourceIdAndDataSetListId(UUID sourceId, UUID dataSetListId) -
Uses of AttributeKeyEntity in org.qubership.atp.dataset.service.jpa.delegates
Constructors in org.qubership.atp.dataset.service.jpa.delegates with parameters of type AttributeKeyEntity