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
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
-
Method Details
-
findByName
-