须要在hibernate的配置文件中增长spa
<property name="hibernate.default_schema">[username]</property>
<property name="hibernate.default_catalog">[username]</property>hibernate
其中[username]是用户名称,在生成的 SQL 中,将给定的 schema/
tablespace 附加于非全限定名的表名上。table