Package | Description |
---|---|
com.pfc.meu.webservice.hibernate.dao |
Modifier and Type | Method and Description |
---|---|
Test |
TestDAO.getTestById(int idTest)
Función para obtener todos los datos de un test a partir de su identificador único
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Test> |
TestDAO.getAllTests()
Función para obtener todos los tests almacenados en la BBDD
|
java.util.List<Test> |
TestDAO.getTestByIdRobot(int idRobot)
Función para obtener todos los tests associados a un robot a partir del identificador único del robot
|