I tried the code and in my case the code below solve the issue. I had not settled the schema properly
@Entity
@Table(name="table"
,catalog="databasename"
)
Please try to add ,catalog="databasename"
the same as I did.
,catalog="databasename"