Class InMemoryPublishedMessageTrackerRepository

java.lang.Object
com.reallifedeveloper.tools.test.database.inmemory.AbstractInMemoryCrudRepository<PublishedMessageTracker,Long>
com.reallifedeveloper.tools.test.database.inmemory.InMemoryJpaRepository<PublishedMessageTracker,Long>
com.reallifedeveloper.common.application.notification.InMemoryPublishedMessageTrackerRepository
All Implemented Interfaces:
PublishedMessageTrackerRepository, org.springframework.data.jpa.repository.JpaRepository<PublishedMessageTracker,Long>, org.springframework.data.repository.CrudRepository<PublishedMessageTracker,Long>, org.springframework.data.repository.ListCrudRepository<PublishedMessageTracker,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<PublishedMessageTracker,Long>, org.springframework.data.repository.PagingAndSortingRepository<PublishedMessageTracker,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<PublishedMessageTracker>, org.springframework.data.repository.Repository<PublishedMessageTracker,Long>

public class InMemoryPublishedMessageTrackerRepository extends com.reallifedeveloper.tools.test.database.inmemory.InMemoryJpaRepository<PublishedMessageTracker,Long> implements PublishedMessageTrackerRepository
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    findByPublicationChannel(String publicationChannel)
     

    Methods inherited from class com.reallifedeveloper.tools.test.database.inmemory.InMemoryJpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, findBy, flush, getById, getIdClass, getOne, getReferenceById, isIdField, isIdMethod, saveAllAndFlush, saveAndFlush

    Methods inherited from class com.reallifedeveloper.tools.test.database.inmemory.AbstractInMemoryCrudRepository

    count, count, delete, deleteAll, deleteAll, deleteAllById, deleteById, exists, existsById, finalize, findAll, findAll, findAll, findAll, findAll, findAll, findAllById, findByField, findById, findByUniqueField, findOne, getId, save, saveAll, setId, toString

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    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

    deleteInBatch, findAll, findAll

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

    findAll, findAllById, saveAll

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

    findAll

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

    findAll

    Methods inherited from interface com.reallifedeveloper.common.application.notification.PublishedMessageTrackerRepository

    save

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

    count, exists, findAll, findOne