java - Hibernate, how to build query joining multiple tables at runtime -


i have 1 parent table , many children tables (say 5). based on input parameter, choose number of children tables parent fetch result. joining number of children tables parent table decide on run time parameter. number of table joined in query may 1 5. implement using hibernate orm, please suggest me better approaches achieve it.

thank in advance.


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -