Hibernate 创建的表找不到
我用hibernate映射的表,但是为什么找不到啊?
创建的语句都有,而且我还会试着插入了数据,但是在控制台就是找不到表。。
看吧:
Hibernate: select hibernate_sequence.nextval from dualHibernate: insert into t_node (name, level, pid, isLeaf, id) values (?, ?, ?, ?, ?)
SQL> select hibernate_sequence.nextval from dual; NEXTVAL---------- 2
<property name="hibernate.connection.username">scott</property><property name="hibernate.connection.password">tiger</property>
select table_name from user_tables;