接口 Y9FileStoreRepository

  • 所有超级接口:
    org.springframework.data.repository.CrudRepository<Y9FileStore,​String>, org.springframework.data.jpa.repository.JpaRepository<Y9FileStore,​String>, org.springframework.data.repository.PagingAndSortingRepository<Y9FileStore,​String>, org.springframework.data.repository.query.QueryByExampleExecutor<Y9FileStore>, org.springframework.data.repository.Repository<Y9FileStore,​String>

    @Transactional(value="rsPublicTransactionManager",
                   readOnly=true)
    public interface Y9FileStoreRepository
    extends org.springframework.data.jpa.repository.JpaRepository<Y9FileStore,​String>
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      List<Y9FileStore> findByRealFileNameIsNull()  
      Y9FileStore getByFullPathAndFileName​(String fullPath, String fileName)  
      • 从接口继承的方法 org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
      • 从接口继承的方法 org.springframework.data.jpa.repository.JpaRepository

        deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
      • 从接口继承的方法 org.springframework.data.repository.PagingAndSortingRepository

        findAll
      • 从接口继承的方法 org.springframework.data.repository.query.QueryByExampleExecutor

        count, exists, findAll, findBy, findOne