I have tables across 3 different database schemas. JPA confuses itself because it tries to find the table at the wrong schema. I know I can specify the schema at the @Table ...