The Java Persistence API Training Course is a step-by-step
introduction to build applications using the new Java persistence framework.This course is especially for those beginners who want to
develop POJO?s based-applications interacting with the relational database. It
uses the release version of EJB 3.0, defined in Java EE 5.0 specification.
JPA Stands for Java Persistence API, also known as EJB3 Persistence or
JEE 5 Persistence. It is the new Sun standard object/relation-mapping and lightweight
framework for creating Java database applications. It lets you develop
persistent classes and POJO objects to the relational database using following
common Java idiom such as - association, inheritance, polymorphism,
composition and the Java collections framework.
Here is the video tutorial of "JPA Training Course":
JPA Training Objectives
In this course you will learn how to persist your class POJO's with relational database using JPA Object-Relational mapping technology. After completing this course, you will be confident for implementing and maintaining Object-Relational persistence in your JPA application, including all necessary client-side and server-side programming.
JPA Training Course Prerequisites
Before learning this course, we are assuming that the
candidate has good background in the following technologies:
JPA Course Contents
Day 1
· JDBC vs. ORM
· JPA Architecture
Day 2
Creating First JPA Application
o Creating POJO classes
o Using annotations for persistence mapping (as @Entity & @Id)
o Understanding Configuring the persistence context
o Understanding and Configuring the EntityManager
o Working with the EntityManager to persist objects
o Transactions and flushing
o Reading, updating and writing persistent objects
o Working with DataSource, connection pools, and JTA
o Deploying the application on JBoss AS using Ant
o Running the application
Day 3
· Simple JPA-QL Queries
·
Building EJB Queries
o The Select Clause
o The Where Clause
o Update Query
o Delete Query
o Aggregate Functions (Associations and Joins)
o Group By Clause Example
o Order By Example
Day 4
· Understanding More Mapping Options
o @Table
o @Column
o @JoinColumn
o @JoinTable
· Simple JPA Relationships
o @OneToMany
o @OneToOne
o @ManyToMany
· Mapping more than one Entity
Contact us at [email protected] for your training requirements.
|
Posted on: March 27, 2008 If you enjoyed this post then why not add us on Google+? Add us to your Circles
Advertisements
Share this Tutorial Follow us on Twitter, or add us on Facebook or Google Plus to keep you updated with the recent trends of Java and other open source platforms. Connect Me on Google+
Ads
Ads
Discuss: JPA Training View All Comments
Post your Comment