Introduction
In this example we will see how to enhance the JPA entities before usage in OSGi container.
Let's assume we got an entity called Person.
install -s wrap:mvn:com.oracle/ojdbc6/11.2.0mvn install:install-file -Dfile=ojdbc6.jar -DgroupId=com.oracle \
-DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=jar