Interface FolderRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Folder,,UUID> CustomFolderRepository,org.springframework.data.jpa.repository.JpaRepository<Folder,,UUID> org.springframework.data.jpa.repository.JpaSpecificationExecutor<Folder>,org.springframework.data.repository.PagingAndSortingRepository<Folder,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<Folder>,org.springframework.data.repository.Repository<Folder,UUID>
public interface FolderRepository
extends org.springframework.data.jpa.repository.JpaRepository<Folder,UUID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Folder>, CustomFolderRepository
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByIdIn(Set<UUID> ids) booleanexistsFolderByProjectIdAndName(UUID projectId, String name) findAllByIdAndName(UUID id, String name) findAllByIdIn(Set<UUID> ids) findAllByIdInOrderByOrder(Set<UUID> ids) findAllByProjectId(UUID projectId) findAllByProjectIdAndParentId(UUID projectId, UUID parentId) findAllByProjectIdAndParentIdOrderByOrder(UUID projectId, UUID parentId) findAllByProjectIdOrderByOrder(UUID projectId) findMaxOrder(UUID projectId) findMaxOrder(UUID projectId, UUID parentId) getByProjectIdAndSourceId(UUID projectId, UUID sourceId) voidupdateAutoCookieDisabledByIdIn(boolean autoCookieDisabled, Set<UUID> ids) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.qubership.atp.itf.lite.backend.dataaccess.repository.CustomFolderRepository
findHeirsIdsByIdIn, getFolderIdPyPathMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, exists, findAll, findAll, findAll, findOneMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findAllByProjectIdAndParentId
-
findAllByProjectIdAndParentIdOrderByOrder
-
findAllByProjectId
-
findAllByProjectIdOrderByOrder
-
findAllByIdIn
-
findAllByIdInOrderByOrder
-
deleteByIdIn
-
existsFolderByProjectIdAndName
-
findMaxOrder
-
findMaxOrder
-
getByProjectIdAndSourceId
-
findAllByIdAndName
-
updateAutoCookieDisabledByIdIn
-