JPA: how to map some entities to a different schema of another database instance?

前端 未结 0 969
执念已碎
执念已碎 2020-11-28 01:40

JPA: is there a way to map some entities to a schema of another database instance? e.g.,

@Entity
public class Foo {

}

@Entity
@Table(schema="schema1&qu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题