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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -