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