Enterprise Java Development@TOPIC@
At the completion of this topic, the student shall
have an understanding of:
The role played by a DAO and business tier as it relates to accessing data
Core concepts to relational tables
How to define database tables and relationships using RDBMS schema
How to access data within the database using SQL
be able to:
Design the interface for a DAO
Create a schema in the database
Implement a basic DAO using EntityManager and native SQL commands