Uses of Class
com.reallifedeveloper.tools.test.database.inmemory.AbstractInMemoryCrudRepository
Packages that use AbstractInMemoryCrudRepository
Package
Description
Support classes for creating in-memory repositories.
-
Uses of AbstractInMemoryCrudRepository in com.reallifedeveloper.tools.test.database.inmemory
Modifier and TypeClassDescriptionclass
InMemoryJpaRepository<T,
ID extends Comparable<ID>> An implementation of the Spring Data JPAJpaRepository
interface that holds entities in a map.