reset password
Author Message
jpatel30
Posts: 18
Posted 02:46 Jan 27, 2015 |

Hello Professor,

I have Many to Many relation table in database and i have not create a model class for it so how to access that table in hql .?

 

Thank you 

cysun
Posts: 2935
Posted 08:17 Jan 27, 2015 |

HQL deals with classes and properties, not tables and columns. Read the code examples and Hibernate documentation for how to use HQL.