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, String name)
  • Method Details