Uses of Class
org.qubership.atp.dataset.db.jpa.entities.ListValueEntity
Packages that use ListValueEntity
Package
Description
-
Uses of ListValueEntity in org.qubership.atp.dataset.db.jpa.entities
Fields in org.qubership.atp.dataset.db.jpa.entities declared as ListValueEntity -
Uses of ListValueEntity in org.qubership.atp.dataset.db.jpa.repositories
Methods in org.qubership.atp.dataset.db.jpa.repositories that return ListValueEntityModifier and TypeMethodDescriptionJpaListValueRepository.getByAttributeIdAndText(UUID attributeId, String value) Methods in org.qubership.atp.dataset.db.jpa.repositories that return types with arguments of type ListValueEntityModifier and TypeMethodDescriptionJpaListValueRepository.getByAttributeId(UUID id) JpaListValueRepository.getByAttributeIdAndSourceId(UUID id, UUID sourceId) -
Uses of ListValueEntity in org.qubership.atp.dataset.service.jpa
Methods in org.qubership.atp.dataset.service.jpa with parameters of type ListValueEntityModifier and TypeMethodDescriptionJpaAttributeService.mergeListValuesAndGetListValueReference(UUID sourceAttrId, UUID targetAttrId, ListValueEntity sourceListValue) Merge values from the source ListValue to the target ListValue. -
Uses of ListValueEntity in org.qubership.atp.dataset.service.jpa.delegates
Methods in org.qubership.atp.dataset.service.jpa.delegates that return ListValueEntityConstructors in org.qubership.atp.dataset.service.jpa.delegates with parameters of type ListValueEntity -
Uses of ListValueEntity in org.qubership.atp.dataset.service.jpa.impl
Methods in org.qubership.atp.dataset.service.jpa.impl with parameters of type ListValueEntityModifier and TypeMethodDescriptionJpaAttributeServiceImpl.mergeListValuesAndGetListValueReference(UUID sourceAttrId, UUID targetAttrId, ListValueEntity sourceListValue) Merge values from the source ListValue to the target ListValue.