Enterprise Java Development@TOPIC@
To provide hands on experience
Defining JPA entity classes and mapping them to a relational database schema
Using JPA annotations and XML descriptors
Defining primary key mechanisms for entities
Defining alternate entity/table mappings that do not require JPA relationships
At the completion of this exercise, the student will be able to
Create a legal POJO to be used as a JPA entity
Map POJO classes and properties to database tables and columns
Define entity mappings with Java annotations and XML descriptors
Define different primary key strategies
Define multi-table/single-class joins
Define embedded object mappings
Generate a database schema based on their entity definitions