Interface WebDavItemRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<WebDavItemEntity,,String> org.springframework.data.elasticsearch.repository.ElasticsearchRepository<WebDavItemEntity,,String> org.springframework.data.repository.PagingAndSortingRepository<WebDavItemEntity,,String> org.springframework.data.repository.Repository<WebDavItemEntity,String>
@Repository
public interface WebDavItemRepository
extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<WebDavItemEntity,String>
-
Method Summary
Modifier and TypeMethodDescriptionfindByJcrPath(String jcrPath) findByParentWebDavPath(String parentWebDavPath) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
delete, deleteAll, deleteAll, deleteAllById, deleteById, save, saveAll, searchSimilarMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
-
Method Details
-
findByParentWebDavPath
-
findByJcrPath
-