Interface ChartOfAccountRepository

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Optional<ChartOfAccount> findOptionalByName​(String name)
      Find a chart of account with this name.
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll, findAll
    • Method Detail

      • findOptionalByName

        Optional<ChartOfAccount> findOptionalByName​(String name)
        Find a chart of account with this name.
        Parameters:
        name - of chart of account
        Returns:
        chart of account wrapped with Optional