Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

jpetstore-6-simplejpa

#####This project is an exercise to port the original JPetStore-6 from RDBMS/MyBatis to NoSQL/SimpleDB using JPA/SimpleJPA.#####

######BEWARE that SimpleJPA does not support:######

  • Creation of DELETE and UPDATE queries from EntityManager, e.g.,
Query query = em.createQuery("delete from Category");
  • Creation of named queries from EntityManager, e.g.,
Query query = em.createNamedQuery("Category.getCategoryList");

######Technologies and software used:######