Uses of Class
dev.dokimos.server.entity.Dataset
Packages that use Dataset
Package
Description
-
Uses of Dataset in dev.dokimos.server.entity
Methods in dev.dokimos.server.entity that return DatasetConstructors in dev.dokimos.server.entity with parameters of type DatasetModifierConstructorDescriptionDatasetVersion(Dataset dataset, int version, String description, String createdBy, int itemCount) -
Uses of Dataset in dev.dokimos.server.repository
Methods in dev.dokimos.server.repository that return types with arguments of type DatasetModifier and TypeMethodDescriptionDatasetRepositoryFragment.findAllOrdered(TenantScope scope) Lists datasets visible under the scope, newest first.DatasetRepositoryFragmentImpl.findAllOrdered(TenantScope scope) DatasetRepositoryFragment.findByName(String name, TenantScope scope) Finds a dataset by name within the scope.DatasetRepositoryFragmentImpl.findByName(String name, TenantScope scope) DatasetRepositoryFragment.findByNameForUpdate(String name, TenantScope scope) Finds a dataset by name within the scope under a pessimistic write lock, for version creation.DatasetRepositoryFragmentImpl.findByNameForUpdate(String name, TenantScope scope) Methods in dev.dokimos.server.repository with parameters of type DatasetModifier and TypeMethodDescriptionDatasetVersionRepository.findByDatasetAndVersion(Dataset dataset, int version) DatasetVersionRepository.findByDatasetOrderByVersionDesc(Dataset dataset) DatasetVersionRepository.findFirstByDatasetOrderByVersionDesc(Dataset dataset) DatasetVersionRepository.findMaxVersion(Dataset dataset) Returns the current maximum version number for the dataset, ornullif no versions exist.Method parameters in dev.dokimos.server.repository with type arguments of type DatasetModifier and TypeMethodDescriptionDatasetVersionRepository.findLatestPerDataset(List<Dataset> datasets) Returns the latest version row for every supplied dataset in a single query. -
Uses of Dataset in dev.dokimos.server.service
Methods in dev.dokimos.server.service that return DatasetModifier and TypeMethodDescriptionDatasetService.createDataset(String name, String description, TenantScope scope) Creates a dataset whose name is unique within the scope, stamped with the scope's tenant.DatasetService.getDataset(String name, TenantScope scope) Returns the dataset with the given name, visible under the scope.