Class Hierarchy
- java.lang.Object
- com.reallifedeveloper.tools.test.database.inmemory.AbstractInMemoryCrudRepository<T,ID> (implements org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- com.reallifedeveloper.tools.test.database.inmemory.InMemoryJpaRepository<T,ID> (implements org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- com.reallifedeveloper.tools.test.database.inmemory.IntegerPrimaryKeyGenerator (implements com.reallifedeveloper.tools.test.database.inmemory.PrimaryKeyGenerator<ID>)
- com.reallifedeveloper.tools.test.database.inmemory.LongPrimaryKeyGenerator (implements com.reallifedeveloper.tools.test.database.inmemory.PrimaryKeyGenerator<ID>)
- com.reallifedeveloper.tools.test.database.inmemory.SortUtil
- com.reallifedeveloper.tools.test.database.inmemory.UUIDPrimaryKeyGenerator (implements com.reallifedeveloper.tools.test.database.inmemory.PrimaryKeyGenerator<ID>)