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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -