Package net.risesoft.y9public.repository
Interface Y9FileStoreRepository
-
- All Superinterfaces:
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>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Y9FileStore>findByRealFileNameIsNull()Y9FileStoregetByFullPathAndFileName(String fullPath, String fileName)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
-
-
-
Method Detail
-
findByRealFileNameIsNull
List<Y9FileStore> findByRealFileNameIsNull()
-
getByFullPathAndFileName
Y9FileStore getByFullPathAndFileName(String fullPath, String fileName)
-
-