Interface GamePlayerRepository

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

    @Repository
    public interface GamePlayerRepository
    extends org.springframework.data.repository.CrudRepository<GamePlayer,​java.lang.Long>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GamePlayer getByPlayer​(Player player)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

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