Skip to content

For teaching the topic: Object Relational Mapping using the JPA framework

Notifications You must be signed in to change notification settings

emil-malmgaard-rasmussen/ORM-JPA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ORM (Object Relational Mapping) with JPA (Java Persistence API)

Individual plans, exercises and reading guides for COS and DAT classes can be found here:

DAT - COS

Learning objectives

ORM / JPA / JPQL

  • Create database connection
  • Create persistence unit
  • Use annotations
  • Create entities
  • Handle relations
  • Handle inheritance
  • Handle entities ( Persist / Merge / Remove / Find )
  • Use entity managers
  • Create named / dynamic queries
  • Create facade to handle entities

Business competences

  • be able to work with databases through an ORM framework.

About

For teaching the topic: Object Relational Mapping using the JPA framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.7%
  • HTML 1.3%