#####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:######