Interface UserModuleErrorRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<UserModuleError,Integer>, org.springframework.data.repository.Repository<UserModuleError,Integer>

@Repository public interface UserModuleErrorRepository extends org.springframework.data.repository.CrudRepository<UserModuleError,Integer>
User module error repository.
  • Method Summary

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

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