I'm using hibernate
to auto-create some postgres database tables.
Now I'd like to move one of the tables to a different location (harddrive).
This is done using tablespaces
.
Question: how can I define the tablespace for an @Entity
? Is that possible at all?