Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
[b]Hibernate version:[/b]
[b]Mapping documents:[/b]
[b]Code between sessionFactory.openSession() and session.close():[/b]
[b]Full stack trace of any exception that occurs:[/b]
[b]Name and version of the database you are using:[/b]
[b]The generated SQL (show_sql=true):[/b]
[b]Debug level Hibernate log excerpt:[/b]
I'm running hibernate 3.2.0.cr2 and annotations 3.2.0.cr1. I'm trying
to understand annotations using the "Annotations User's Guide".
Unfortunately, there are a number of things in the guide that don't
seem to exist anymore. For example, the javadoc doesn't show any
@Id annotatione and the @Table annotation doesn't have a "name" field.
I assume the documentation is behind the code (I've never been
guilty of doing this myself :-) ) but I wonder if there is any "change log"
or anything where I might get the latest info. Thanks.
Steve Buroff