I have many EntityManager, one per schema that I have (I use entity-mappings file to map EMs with schemas). It works.
EntityManager
entity-mappings
When I use @Nam
@Nam
Prefix your table name with "{h-schema}", e.g.SELECT foo FROM {h-schema}table
SELECT foo FROM {h-schema}table
(courtesy of getting hibernate default schema name programmatically from session factory?)