Interface UserOutboundRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<UserOutbound,​Long>, org.springframework.data.repository.Repository<UserOutbound,​Long>

    @Repository
    public interface UserOutboundRepository
    extends org.springframework.data.repository.CrudRepository<UserOutbound,​Long>
    Author:
    FMARSLAN
    • Method Summary

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

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