Interface FileConfigurationRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<ProjectFile,UUID>, org.springframework.data.repository.Repository<ProjectFile,UUID>

@Repository public interface FileConfigurationRepository extends org.springframework.data.repository.CrudRepository<ProjectFile,UUID>
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll