I have a WebService that was created by a developer that is no longer with us, that uses the following syntax @Table(name = "Tax", catalog = "dbProduction", schema = "")
the database has been renamed and the webservice no longer works, I manually renamed the @Table
annotations to @Table(name = "Tax", catalog = "dbProduction2013", schema = "")
Я хотел бы знать, состоит ли там простой путь в том, чтобы сделать это параметром, который автоматически находит имя базы данных, учитывая связь? Есть ли способ сделать целый процесс автоматическим? Я использую NetBeans 7.2.1