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
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