Class InMemoryPublishedMessageTrackerRepository
java.lang.Object
com.reallifedeveloper.tools.test.database.inmemory.AbstractInMemoryCrudRepository<T,ID>
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 -
Method Summary
Methods inherited from class com.reallifedeveloper.tools.test.database.inmemory.InMemoryJpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, findBy, flush, getById, getCompositeIdClass, getOne, getReferenceById, isIdField, isIdMethod, saveAllAndFlush, saveAndFlushMethods 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, toStringMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteInBatch, findAll, findAllMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface com.reallifedeveloper.common.application.notification.PublishedMessageTrackerRepository
saveMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne
-
Constructor Details
-
InMemoryPublishedMessageTrackerRepository
public InMemoryPublishedMessageTrackerRepository()
-
-
Method Details
-
findByPublicationChannel
- Specified by:
findByPublicationChannelin interfacePublishedMessageTrackerRepository
-