Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
[b]Hibernate version:3.0[/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]
We are using hibernate and pointbase on the server side. We set up a web service: getDeviceById(Long id). The web service engine is Axis.
The interesting thing is that after we get the Device object from database. The identifier on the server side is the primary key, but on the client side is null.
My question is how to keep the object's identifier on client side? (we define id in the pojos).
Thanks.
Wade