- Type Parameters:
T
- the transition entity type
- All Superinterfaces:
- org.springframework.data.repository.CrudRepository<T,java.lang.Long>, org.springframework.data.repository.Repository<T,java.lang.Long>
- All Known Subinterfaces:
- JpaActionRepository, MongoDbActionRepository, RedisActionRepository
@NoRepositoryBean
public interface ActionRepository<T extends RepositoryAction>
extends org.springframework.data.repository.CrudRepository<T,java.lang.Long>
Generic Repository
interface for actions.
- Author:
- Janne Valkealahti