Class InMemoryJpaRepositoryTest

java.lang.Object
com.reallifedeveloper.tools.test.database.inmemory.AbstractInMemoryCrudRepositoryTest
com.reallifedeveloper.tools.test.database.inmemory.InMemoryJpaRepositoryTest

public class InMemoryJpaRepositoryTest extends AbstractInMemoryCrudRepositoryTest
  • Constructor Details

    • InMemoryJpaRepositoryTest

      public InMemoryJpaRepositoryTest()
  • Method Details

    • repository

      Specified by:
      repository in class AbstractInMemoryCrudRepositoryTest
    • createTestEntity

      Specified by:
      createTestEntity in class AbstractInMemoryCrudRepositoryTest
    • deleteNullEntitiesInBatch

      @Test public void deleteNullEntitiesInBatch()
    • deleteEntitiesInBatch

      @Test public void deleteEntitiesInBatch()
    • deleteAllInBatchEmpty

      @Test public void deleteAllInBatchEmpty()
    • deleteAllInBatch

      @Test public void deleteAllInBatch()
    • deleteAllByIdInBatch

      @Test public void deleteAllByIdInBatch()
    • getByIdEmpty

      @Test public void getByIdEmpty()
    • getById

      @Test public void getById()
    • getOne

      @Test public void getOne()
    • saveNullPrimaryKeyWithGenerator

      @Test public void saveNullPrimaryKeyWithGenerator()
    • saveNullPrimaryKeyWithGeneratorAndMethodAnnotations

      @Test public void saveNullPrimaryKeyWithGeneratorAndMethodAnnotations()
    • saveAndFlushNullEntity

      @Test public void saveAndFlushNullEntity()
    • saveAndFlush

      @Test public void saveAndFlush()
    • saveAllAndFlush

      @Test public void saveAllAndFlush()
    • saveTestEntityWithMethodAnnotations

      @Test public void saveTestEntityWithMethodAnnotations()
    • mappedSuperclassWithFieldAnnotations

      @Test public void mappedSuperclassWithFieldAnnotations()
    • mappedSuperclassWithMethodAnnotations

      @Test public void mappedSuperclassWithMethodAnnotations()
    • idClassSaveWithPrimaryKeys

      @Test public void idClassSaveWithPrimaryKeys()
    • idClassSaveWithoutPrimaryKeys

      @Test public void idClassSaveWithoutPrimaryKeys()
    • testToString

      @Test public void testToString()