Relative Content

Tag Archive for javapostgresqljpacriteriaquery

Concatenating foreign tables in JPA Java

I have two Entity where one entity is referencing a foreign key from the other. I want to concat the name field from one entity and the name field of the other entity into a new dummy field.