Skip to content

Instantly share code, notes, and snippets.

View SergioLarios's full-sized avatar

Sergio Larios Cerdà SergioLarios

View GitHub Profile
package com.stackoverflow.jaizen;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
@Entity
public class A {