SyntaxFix
Write A Post
Hire A Developer
Questions
Don't know of JPA property for this either. But you could just add the Hibernate property (assuming you use Hibernate as provider) as
... <property name="hibernate.default_schema" value="myschema"/> ...
Hibernate should pick that up