This project demonstrates following new additions to JPA 2.1
- Custom converter for
CreditCardobject which belongs to Employee - JPA 2.1 unified schema generation / db seeding options (see
persistence.xml)
In addition to Arquillian testing platform following tools has been used:
- AssertJ fluent assertions to verify the result of retrieving all objects from the datastore.
- ShrinkWrap Maven Resolver to bundle aforementioned AssertJ together with the test deployment.