Skip to content

Instantly share code, notes, and snippets.

View ajfmo's full-sized avatar
🎯
Focusing

Adrian Flores ajfmo

🎯
Focusing
View GitHub Profile
@ajfmo
ajfmo / Student.java
Created December 31, 2017 12:53
Student entity
package ajfmo.studycontrol.entities;
// Generated 30/12/2017 03:49:40 PM by Hibernate Tools 5.2.6.Final
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;