I am using JPA/Hibernate/Spring and have a simple JPA Entity model as shown here :
@Entity @Table(name = "record") public class Record extends BaseE