Interface WebDavPathMappingDao
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<WebDavPathMappingEntity,,String> org.springframework.data.elasticsearch.repository.ElasticsearchRepository<WebDavPathMappingEntity,,String> org.springframework.data.repository.PagingAndSortingRepository<WebDavPathMappingEntity,,String> org.springframework.data.repository.Repository<WebDavPathMappingEntity,String>
@Repository
public interface WebDavPathMappingDao
extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<WebDavPathMappingEntity,String>
-
Method Summary
Modifier and TypeMethodDescriptionfindByJcrPath(String jcrPath) findByNodeIdentifier(String nodeIdentifier) findByParentJcrPath(String parentJcrPath) findByParentJcrPathAndNormalizedVisibleName(String parentJcrPath, String normalizedVisibleName) findByParentWebDavPath(String parentWebDavPath) findByWebDavPath(String webDavPath) 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
-
findByJcrPath
-
findByNodeIdentifier
-
findByParentJcrPathAndNormalizedVisibleName
Optional<WebDavPathMappingEntity> findByParentJcrPathAndNormalizedVisibleName(String parentJcrPath, String normalizedVisibleName) -
findByParentJcrPath
-
findByParentWebDavPath
-
findByWebDavPath
-