Interface StrategyMessageDao

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Optional<PersistentStrategyMessage> findByStrategyMessageId​(long inStrategyMessageId)
      Find the strategy message by the given strategy message id, if possible.
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
      • Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

        deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll
      • Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

        count, exists, findAll, findBy, findOne
      • Methods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor

        count, exists, findAll, findAll, findAll, findAll, findAll, findBy, findOne
    • Method Detail

      • findByStrategyMessageId

        Optional<PersistentStrategyMessage> findByStrategyMessageId​(long inStrategyMessageId)
        Find the strategy message by the given strategy message id, if possible.
        Parameters:
        inStrategyMessageId - a long value
        Returns:
        an Optional<PersistentStrategyMessage> value