jpql « Schema « JPA Q&A





1. how to always prepend schema name in jpql - jpa    stackoverflow.com

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 ...