Is it possible to create a schema in postgresql using hibernate? I mean, in a function I pass like a parameter the String name of the schema, and with native sql i try to create the schema automatically in postgresql, i refresh the schemas but I havent succeed.
I was searching and it seems like nobody has tried it.
is it possible?
Thanks.