Interface JpaActionRepository
- All Superinterfaces:
ActionRepository<JpaRepositoryAction>
,org.springframework.data.repository.CrudRepository<JpaRepositoryAction,
,Long> org.springframework.data.repository.Repository<JpaRepositoryAction,
Long>
A
ActionRepository
interface for JPA used for actions.-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll