You see, I'm doing a Java program with Hibernate in Netbeans.
For this, I have a class called Professor, which has this code:
package hibernar;
import java.io.Serializable;
import javax.persistence.*;
@Entity
@Table(name="Profesor")
public c...
asked by
24.02.2018 / 12:16