java - Eclipse Hibernate configurations pane does not display new Table -


i writing eclipse java application using hibernate plugin.

i've started out creating schema in mysql workbench, , using hibernate plugin auto-generate .hbm files , pojo code.

recently, added new table, , columns in 1 of existing tables.

i got hibernate configurations pane refresh, , display columns in existing table, missing new table created!

(incidentally, verified schema built under mysql workbench).

does know quick method getting eclipse hibernate include new table in configurations pane?

thanks.

ok guys, figured out... not problem hibernate @ all.

the privileges set new table not set correctly in mysql schema - hence hibernate pane not see new table.

thanks.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -