I am looking for a way to create an hibernate entity, which will be built by data from several schemas. Most of the properties are on a single table on the first schema. One property represents an ID of a row, which is on a table on the second schema.
Is it possible to do such thing?