Class InMemoryJpaRepositoryTest.TestEntityWithMethodAnnotations

java.lang.Object
com.reallifedeveloper.tools.test.database.inmemory.InMemoryJpaRepositoryTest.TestEntityWithMethodAnnotations
Enclosing class:
InMemoryJpaRepositoryTest

@Entity public static class InMemoryJpaRepositoryTest.TestEntityWithMethodAnnotations extends Object
A JPA entity that uses property access, i.e., puts JPA annotations on get methods.
  • Method Details

    • setId

      public void setId(Long id)