Interface MongoDbActionRepository

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

public interface MongoDbActionRepository extends ActionRepository<MongoDbRepositoryAction>
A ActionRepository interface for MongoDb 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