Link to home
Start Free TrialLog in
Avatar of Manikandan Thiagarajan
Manikandan ThiagarajanFlag for India

asked on

Could you please Explain Interfaces in Hibernate

Could you please Explain Interfaces in Hibernate.

Could you please Explain Polymorphism in Hibernate
ASKER CERTIFIED SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I think this links gives some discussion about polymorphism attribute in hibernate:

http://v4forums.wordpress.com/2008/12/27/implicit-explicit-polymorphism-in-hibernate/
Avatar of Manikandan Thiagarajan

ASKER

I am not clear that polymorphism from that articles.

could you please explain with your own words
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
what is meant by entity.

one table is connected to another table is called entity
Entity in Hibernate is the class (usually representing some real object - like say Person, Vehicle, Song, etc)
which is mapped to database (as opposed to some other classes in your code which may be more related to processes or gui -
frames, windoes, etc, which are normally not mapped to databse - these are not entitites)