1
我正在使用Hibernate POJO類和映射訪問Postgresql數據庫。現在我加入了一個名爲「觸網」的新模式,並不能產生類和mapping.Here是我的hibernate.cfg.xmlHibernate Postgresql Schema
<property name='hibernate.connection.driver_class'>org.postgresql.Driver</property>
<property name='hibernate.connection.url'>jdbc:postgresql://test/test_mytest</property>
<property name='hibernate.connection.username'>username</property>
<property name='hibernate.connection.password'>password</property>
<property name='hibernate.connection.pool_size'>10</property>
<property name='show_sql'>true</property>
<property name='dialect'>org.hibernate.dialect.PostgreSQLDialect</property>
您可以改變Postgres用戶使'ocs'作爲默認模式。 – 2013-05-03 18:06:05