Interface CompanyRepository
- All Superinterfaces:
CrudRepository<Company,,Long> GenericRepository<Company,,Long> PageableRepository<Company,Long>
-
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from interface io.micronaut.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update, updateAllMethods inherited from interface io.micronaut.data.repository.PageableRepository
findAll, findAll