ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

In how many ways objects can be identified in Hibernate?

Object identification can be done in hibernate in following three ways:

a. Using Object Identity: Using == operator.

b. Using Object Equality: Using equals() method.

c. Using database identity: Relational database objects can be identified if they represent same row.

Related Posts Plugin for WordPress, Blogger...
Flag Counter