@Enumerated Annotation of JPA@Enumerated Annotation of JPA
Hi all in this blog we ‘ll learn about @Enumerated annotation of jpa. We use this annotation when we have to map our entity column value with Enum. Enum stands
JPA(Java Persistence API) is used in spring boot for mapping java objects into database tables.
Hi all in this blog we ‘ll learn about @Enumerated annotation of jpa. We use this annotation when we have to map our entity column value with Enum. Enum stands
In this blog we ‘ll learn about JPA @MappedSuperClass annotation for Inheritance. This @MappedSuperClass is one of the useful annotation of JPA that use most frequently in project. As the
Spring boot H2 database is one of the most important feature. As we know spring boot provides many build in feature and one of them is spring boot H2 database.
In JPA( Java persistence API) mapping automatically map the java objects to the database tables. Here we are providing JPA Mapping Short Notes. In JPA there are mainly 4 types