I'm not quite sure I understand the problem but you can define the
schema using the @Table annotation
Alternatively, if you want to dynamically et schema, table name etc
then create your own NamingConvention - you can derive from e.g.
UnderscoreNamingConvention