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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestEntityWithMethodAnnotations
public TestEntityWithMethodAnnotations()
-