java - how to write Hibernate Criteria to take nested list objects by Projection List? -


my question similar question how write hibernate criteria take nested objects projection list?

but tiny differnce. in fact classes similar to

  class person {     private long id;     private string name;     private list<car> cars; // differnce      // getters , setters   } 

how transformer list of objects?


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -