When I try to create a new entity, the "Select Tables.." window is empty.
I suspect this is because i'm using an Oracle9i database and the schema of the user is empty. The user should have access to other schemas, I just don't see anything in the UI other than a big white box and [select] and [cancel] buttons.
Although searching using Criteria with several properties you can use
criteria.add(Restrictions.sqlRestriction("{alias}.nameofcolumn in the table like "+entity.get*())); treating the FKs.
Thanks.
I'd to know why the FK relations are generated by the templates as transient since to do search of several fields using Criteria or Example does not recognize these properties.
Thanks.