Hello,
I'm trying to create database tables in Java applications running on the HCP using JPA, but when checking on the HANA Administration Console from Eclipse, the tables don't appear. I'm creating tables like the example on the "Introduction to SAP HANA Cloud Platform (repeat) - week 2" (and as explained here). I create Entity class, ejb class, add the entity class to persistence.xml, and the tables do appear on the JPA diagram. But after republishing, restarting the server and refreshing, the new tables don't appear on the HANA Administration console.
The only way I managed to see the new tables is deleting the server (java application) and the schema from the cockpit, creating them again and importing them back into the HANA Administration console, but that can't be the solution to the problem.
Can anyone tell me how to make the tables appear in the HANA Administration Console?
Perhaps a tunnel connection to the database might help?