eclipselink @table annotation

B

Biagio

Hi,

I'm using eclipselink in the same application for two databases: mysql
and postgres.

Postgres require:

@Table(name = "clienti", catalog = "provadb", schema = "public")

mysql

@Table(name = "clienti", catalog = "provadb", schema = "")

How to change the XML (or source code) to custom the schema value in
the application?

Thanks

Biagio
 
B

Biagio

Hi,

I'm using eclipselink in the same application for two databases: mysql
and postgres.

Postgres require:

@Table(name = "clienti", catalog = "provadb", schema = "public")

mysql

@Table(name = "clienti", catalog = "provadb", schema = "")

How to change the XML (or source code) to custom the schema value in
the application?

Thanks

Biagio

Solved !!!!

The code works fine with:

@Table(name = "clienti")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,981
Messages
2,570,188
Members
46,731
Latest member
MarcyGipso

Latest Threads

Top