Interface SettlementTypeRepository
- All Superinterfaces:
CrudRepository<SettlementType,,Long> GenericRepository<SettlementType,Long>
-
Method Summary
Methods inherited from interface io.micronaut.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update, updateAll