Good morning, everyone!
I have a problem with the objects in Hibernate.
This is the method I use to extract the object:
public Moto loadMotoId(SessionFactory SessionBuilder, int idMoto) {
Session conexion = SessionBuilder.openSession();...
asked on
01.02.2018 / 16:16