Interface TreeplanningRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<TreePlanning,​Long>, org.springframework.data.jpa.repository.JpaRepository<TreePlanning,​Long>, org.springframework.data.repository.PagingAndSortingRepository<TreePlanning,​Long>, org.springframework.data.repository.query.QueryByExampleExecutor<TreePlanning>, org.springframework.data.repository.Repository<TreePlanning,​Long>

    public interface TreeplanningRepository
    extends org.springframework.data.jpa.repository.JpaRepository<TreePlanning,​Long>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void deleteByDataGuid​(String data_guid)  
      Optional<TreePlanning> findByDataGuid​(String data_guid)  
      Optional<TreePlanning> findById​(Long id)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, save
      • Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

        deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll
      • Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

        count, exists, findAll, findOne