public class GridanswerJpaController extends Object implements Serializable
| Constructor and Description |
|---|
GridanswerJpaController(javax.persistence.EntityManagerFactory emf)
Instantiates a new gridanswer jpa controller.
|
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.EntityManager |
getEntityManager()
Gets the entity manager.
|
void |
insertGridAnswer(Survey survey,
SurveyAnswerModel surveyAnswerModel)
Insert grid answer.
|
public GridanswerJpaController(javax.persistence.EntityManagerFactory emf)
emf - the emfpublic javax.persistence.EntityManager getEntityManager()
public void insertGridAnswer(Survey survey, SurveyAnswerModel surveyAnswerModel)
survey - the surveysurveyAnswerModel - the survey answer modelCopyright © 2018. All Rights Reserved.