Quantcast
Channel: JPA 2 Tutorials Tutorials and Guide - JavaBeat
Browsing all 11 articles
Browse latest View live

JPA 2.1 New Features

Connect to us ( @twitter | @facebook )JPA 2.1 adds lot of enhancements on top of the JPA 2.0 features. Some of the notable features are custom converters, criteria update, stored procedures, DDL...

View Article


JPA 2 MetaModel Generation using Eclipse

Connect to us ( @twitter | @facebook )JPA 2.0 introduces the strongly typed Criteria API for going away with the Java Persistence Query (JQL) language. It comes with the metamodel for helping the typed...

View Article


JPA 2 MetaModel Generator using Ant

Connect to us ( @twitter | @facebook )In my previous article I have explained how to generate metamodel using your Eclipse IDE. However, in most scenarios you will have to create from your build...

View Article

JPA EntityManagerFactory Vs Hibernate’s SessionFactory

Connect to us ( @twitter | @facebook )If you are using the JPA’s standard specification implementation (Read : Introduction to JPA), then you would use EntityManagerFactory for opening the session....

View Article

How To Create EntityManagerFactory in JPA

Connect to us ( @twitter | @facebook )This tutorial explains how to create EntityManagerFactory in your JPA application when you are writing your first JPA programming. It is the standard way of...

View Article


TypedQuery in JPA 2

Connect to us ( @twitter | @facebook )One of the new feature introduced in JPA 2.0 is using the TypedQuery interface for building the query. This can be used with the CriteriaBuilder in JPA 2. As the...

View Article

JPA 2 Criteria API

Connect to us ( @twitter | @facebook )One of the important feature in JPA 2.0 is using the Criteria API for forming the SQL queries. If you would have worked with the JPA 1.0 version, you must be...

View Article

JPA 2 Tutorials

Connect to us ( @twitter | @facebook )Java Persistance API (JPA) is the object relational mapping (ORM) specification for Java EE applications. JPA 2 is the second major release for the JPA framework...

View Article


JPA Vs Hibernate

Connect to us ( @twitter | @facebook )I have come across this question from many of our readers and who ever working on the hibernate framework : What is the difference between Java Persistence API...

View Article


JPA Annotations – @Temporal

Connect to us ( @twitter | @facebook )@Temporal annotation in JPA implementation can only be used with the fields and property get methods. Also, this annotation can be specified for the persistent...

View Article

JPA 2.0 New Features

Connect to us ( @twitter | @facebook ) Java Persistance API (JPA) is the object relational mapping (ORM) specification for Java EE applications. It is only the specification, every framework owners can...

View Article
Browsing all 11 articles
Browse latest View live