Package be.gaudry.dao.jpa.test
Class JpaPersonTest
- Since:
- 1.0 Oct 22, 2010, 1.0
- Version:
- %I%, %G%
- Author:
- Steph GAUDRY
-
Field Summary
Fields inherited from class be.gaudry.dao.jpa.test.JpaGenericLightObjectTest
em, MSGLINE, tableName, tx
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Person
createObject(String display)
protected String
protected int
protected org.dbunit.dataset.IDataSet
protected String
Methods inherited from class be.gaudry.dao.jpa.test.JpaGenericLightObjectTest
addAndRemoveLightObjects, cleanDB, closeAll, closeEntityManager, createLightObject, crossModification, initTransaction, loadLightObjectByDisplay, loadLightObjectById, modifyLightObject, resetEntityManager
-
Constructor Details
-
JpaPersonTest
public JpaPersonTest()
-
-
Method Details
-
getDataSet
- Specified by:
getDataSet
in classJpaGenericLightObjectTest<Person>
- Throws:
Exception
-
getEntityManagerName
- Specified by:
getEntityManagerName
in classJpaGenericLightObjectTest<Person>
-
getCheckedItemId
protected int getCheckedItemId()- Specified by:
getCheckedItemId
in classJpaGenericLightObjectTest<Person>
-
getCheckedItemDisplay
- Specified by:
getCheckedItemDisplay
in classJpaGenericLightObjectTest<Person>
-
createObject
- Specified by:
createObject
in classJpaGenericLightObjectTest<Person>
-