java.lang.Object
com.reallifedeveloper.tools.test.database.dbunit.AbstractEntity<Long>
com.reallifedeveloper.tools.test.database.dbunit.TestEntity

@Entity public class TestEntity extends AbstractEntity<Long>
  • Constructor Details

    • TestEntity

      public TestEntity(Long id, @Nullable String name)
  • Method Details

    • name

      @Nullable public String name()