Interface ActionRepository<T extends RepositoryAction>

Type Parameters:
T - the transition entity type
All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,Long>, org.springframework.data.repository.Repository<T,Long>
All Known Subinterfaces:
JpaActionRepository, MongoDbActionRepository, RedisActionRepository

@NoRepositoryBean public interface ActionRepository<T extends RepositoryAction> extends org.springframework.data.repository.CrudRepository<T,Long>
Generic Repository interface 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