-
Stateless Session Bean
Stateless Session Bean to persist Entity
This is an example of how to create a Stateless Session Bean to persist an Entity. A stateless session bean…
Read More » -
jpa
Map Java Enum type in JPA
In this example we shall show you how to map a Java Enum type in JPA. The Java Persistence API…
Read More » -
jpa
Embedded compound primary key in JPA
With this example we are going to demonstrate how to create an embedded compound primary key in JPA. The Java…
Read More » -
jpa
Named query with entity in JPA
This is an example of how to create a named query with an entity in JPA. The Java Persistence API…
Read More » -
jpa
Single table inheritance in JPA
In this example we shall show you how to create a single table inheritance in JPA. The Java Persistence API…
Read More » -
jpa
One To Many bidirectional mapping in JPA
With this example we are going to demonstrate how to use One to Many bidirectional mapping in JPA. The Java…
Read More » -
jpa
One To Many unidirectional mapping in JPA
This is an example of how to use One to Many unidirectional mapping in JPA. The Java Persistence API provides…
Read More » -
jpa
Many To One Mapping in JPA
In this example we shall show you how to create a many to one mapping in JPA. The Java Persistence…
Read More » -
jpa
Delete with condition in JPA
With this example we are going to demonstrate how to delete with a condition in JPA. The Java Persistence API…
Read More » -
jpa
Remove Entity with JPA
This is an example of how to remove an entity using the JPA. The Java Persistence API provides Java developers…
Read More »