<session-factory>
<property name="dialect">
org.hibernate.dialect.MySQLDialect
</property>
<property name="connection.url">
jdbc:mysql://localhost:3306/
</property>
<property name="connection.username">root</property>
<property name="connection.password">aptech</property>
<property name="connection.driver_class">
com.mysql.jdbc.Driver
</property>
<property name="myeclipse.connection.profile">mysql</property>
<mapping resource="com/accp/entity/TOrder.hbm.xml" />
<mapping resource="com/accp/entity/TOrderList.hbm.xml" />
<mapping resource="com/accp/entity/TCustomer.hbm.xml" />
<mapping resource="com/accp/entity/TProduct.hbm.xml" />
<mapping resource="com/accp/entity/Titles.hbm.xml" /> </session-factory>这有错吗