Interface JpaActionRepository

All Superinterfaces:
ActionRepository<JpaRepositoryAction>, org.springframework.data.repository.CrudRepository<JpaRepositoryAction,Long>, org.springframework.data.repository.Repository<JpaRepositoryAction,Long>

public interface JpaActionRepository extends ActionRepository<JpaRepositoryAction>
A ActionRepository interface for JPA used for actions.
Author:
Janne Valkealahti
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll