|
|
|
JPA
|
JPA Examples
This section will describe you the various examples that will help you create JPA applications. In this page you will find various examples like methods of JPA query methods example, example for executing queries, JPQL aggregate functions, JPQL functions, using Eclipse IDE to develop and compile the examples.
View Rating |
|
|
JPA
|
JPA Tutorial
This section will describe you all the aspects of JPA such as what is JPA, architecture of JPA, features of JPA, JPA entities, entity inheritance JPA, how to manage entities in JPA, JPA querying entities.
View Rating |
|
|
JPA
|
JPA update data
In this section, you know how to update the database data through the jpa. You follow the following steps for updating the data.
View Rating |
|
|
JPA
|
Database Record findByName
In this section, you learn to develop a jpa application to find records according to its name (String value). Here we simply write a JPQL (Java Persistence Query Language) query in createQuery() method.
View Rating |
|
|