Interface CategoryRepository
- All Superinterfaces:
CrudRepository<Category,,Long> GenericRepository<Category,Long>
-
Method Summary
Methods inherited from interface io.micronaut.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save, saveAll, update, updateAll
-
Method Details
-
findAll
Description copied from interface:CrudRepositoryReturns all instances of the type.- Specified by:
findAllin interfaceCrudRepository<Category,Long> - Returns:
- all entities
-
findAllOrderById
-
findAllOrderByName
-
findAllOrderByPositionAndName
-
findAll
-