I use hibernate to automatically create some postgres database tables. Now I would like to move one of the tables to another location (harddrive).
This is done using tablespaces .
Question: how to define tablespace for @Entity ? Is this even possible?
java database postgresql hibernate jpa
membersound
source share