Book Image

Java EE Development with NetBeans 7 [Video]

By : David Heffelfinger
Book Image

Java EE Development with NetBeans 7 [Video]

By: David Heffelfinger

Overview of this book

Unlock the full potential of Java EE Development with NetBeans 7 through our in-depth video course. Dive into essential topics like Code Completion and Generation, Code Navigation, Refactoring, and understanding NetBeans' Visual Cues. Learn to leverage the power of JSF for simplifying web application development and explore advanced concepts like JPA, Entity Relationships, and Session Beans. Understand the seamless integration of CDI and harness the efficiency of EJBs for scalable enterprise applications. With practical examples and hands-on exercises, grasp the intricacies of Java EE Development and accelerate your career in the world of software engineering.
Table of Contents (6 chapters)
Chapter 5
Java Persistence Query Language (JPQL) and the Criteria API
Content Locked
Section 4
JPQL Named Queries
JPQL Named Queries provide a standard way to declare JPQL queries, facilitating code reuse - Understand the use of Named Queries - Declare Named Queries with the @NamedQuery annotation - Use Named Queries via the EntityManager.createNamedQuery() method