BALE-2812 : JPA Basic Annotation (#6869)

* BALE-2812 : JPA Basic Annotation

* BAEL-2812 : JPA Basic Annotation moving code

* BAEL-2812 : Removing changes from hibernate5 module
This commit is contained in:
Shubhra Srivastava
2019-05-06 06:58:23 +05:30
committed by maibin
parent fa4a34317b
commit e4abb5af73
3 changed files with 96 additions and 3 deletions
@@ -20,8 +20,8 @@ public class Course {
public void setCourseId(UUID courseId) {
this.courseId = courseId;
}
}