eclipselink « Schema « JPA Q&A





1. JPA - EclipseLink - How to change default schema    stackoverflow.com

I'm programming a web application using weblogic and oracle. the datasource is configured through JNDI, with a restricted database user who can DML into tables, but can't DDL. As you may guess, ...

2. GlassFish 3.1 MySQL EclipseLink Auto Schema generation JPA    forums.netbeans.org

Hi guys! I have a big problem. I try to develop a EAR project. Not difficult, a simple thing to start. I want to auto generate a database schema from my entity classes. I use GlassFish 3.1 as apllication server and MySQL 5.5 as RDBMS. I create connection pool and JDBC resource in glassfish and ping succeeds. I write a single ...