Uses of Interface
com.reallifedeveloper.tools.test.database.inmemory.AbstractInMemoryCrudRepositoryTest.TestEntity
Packages that use AbstractInMemoryCrudRepositoryTest.TestEntity
-
Uses of AbstractInMemoryCrudRepositoryTest.TestEntity in com.reallifedeveloper.tools.test.database.inmemory
Methods in com.reallifedeveloper.tools.test.database.inmemory with type parameters of type AbstractInMemoryCrudRepositoryTest.TestEntityModifier and TypeMethodDescriptionprotected abstract <T extends AbstractInMemoryCrudRepositoryTest.TestEntity>
TAbstractInMemoryCrudRepositoryTest.createTestEntity
(Integer id, String name) protected abstract <T extends AbstractInMemoryCrudRepository<AbstractInMemoryCrudRepositoryTest.TestEntity,
Integer>>
TAbstractInMemoryCrudRepositoryTest.repository()