Class DataSetListContextService

java.lang.Object
org.qubership.atp.dataset.service.jpa.impl.DataSetListContextService

@Service public class DataSetListContextService extends Object
  • Field Details

  • Constructor Details

    • DataSetListContextService

      public DataSetListContextService()
  • Method Details

    • getDataSetListContext

      @Transactional(readOnly=true) public DataSetListContext getDataSetListContext(UUID dataSetListId, List<Integer> dataSetColumns, List<AttributeTypeName> attributeTypesToLoad, List<UUID> pathRestrictions, org.springframework.data.domain.Pageable pageable)
      Returns unevaluated DSL structure. pathRestrictions - Used for DSL lazy loading performance. Shows which groups should be loaded, and the last node will be fully loaded.
    • getDataSetListContext

      @Transactional(readOnly=true) public DataSetListContext getDataSetListContext(UUID dataSetListId, List<Integer> dataSetColumns, List<AttributeTypeName> attributeTypesToLoad, List<UUID> pathRestrictions)
      Returns unevaluated DSL structure. pathRestrictions - Used for DSL lazy loading performance. Shows which groups should be loaded, and the last node will be fully loaded.
    • dropLocalThreadCache

      public void dropLocalThreadCache()