Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
3.1.2
Hello,
When i query any object by an id that does not exist I do get back a proxy object. On that object I cannot call methods because the object does not exist in the database. I dont know how to handle this since object==null returns false but when i want do something with the object my application crashes saying that the object cannot be found. Why dont I get back a null object?
regards,
Dennis