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 |
|---|---|
int |
deleteQuestions(int idSurveyQuestion) |
List<String> |
findGridAnswersByIdSurveyAndNumberQuestion(int idSurvey,
int idUserAnswer,
int numberQuestion) |
javax.persistence.EntityManager |
getEntityManager()
Gets the entity manager.
|
public GridanswerJpaController(javax.persistence.EntityManagerFactory emf)
emf - the emfCopyright © 2018. All Rights Reserved.