Package | Description |
---|---|
com.pfc.meu.webservice.hibernate.dao |
Modifier and Type | Method and Description |
---|---|
Robot |
RobotDAO.getRobotByID(int idRobot)
Función para obtener un robot a partir de su ID
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Robot> |
RobotDAO.getAllRobots()
Función para obtener un listado de todos los robots
|
java.util.List<Robot> |
RobotDAO.getRobotByName(java.lang.String robotName)
Función para obtener un objeto robot a partir de su nombre
|