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
Post a Comment