java - Why file mapping in Hibernate in my eclipse always set defaut 2.0 -


i have problem when have created file mapping in hibernate java. file mapping default set 2.0, , change 3.0. have many errors:

<!doctype hibernate-mapping public "-//hibernate/hibernate mapping dtd//en" "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd" > 

how set default 3.0 in file mapping in hibernate? use eclipse juno. thank answers.

in preferences -> xml -> xml catalog stored xml file templates. add 3.0 version , remove 2.0. create mapping.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -