Interface LauncherRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Launcher,String>, org.springframework.data.keyvalue.repository.KeyValueRepository<Launcher,String>, org.springframework.data.repository.ListCrudRepository<Launcher,String>, org.springframework.data.repository.ListPagingAndSortingRepository<Launcher,String>, org.springframework.data.repository.PagingAndSortingRepository<Launcher,String>, org.springframework.data.repository.Repository<Launcher,String>

@Transactional public interface LauncherRepository extends org.springframework.data.keyvalue.repository.KeyValueRepository<Launcher,String>
Repository for Launchers
Author:
Mark Pollack
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

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

    findAll, findAllById, saveAll

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

    findAll

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

    findAll