Files
hibernate-demo/docs/output/hql-select-and-joins.txt
T

5 lines
397 B
Plaintext

whereWithNamedParameter: 4 active employees
columnNameInsteadOfFieldName: IllegalArgumentException: org.hibernate.query.sqm.UnknownPathException: Could not resolve attribute 'first_name' of 'com.ankurm.hibernatedemo.query.Employee' [SELECT e FROM Employee e WHERE e.first_name = 'Ada']
joinWithoutFetch: 1 statements for the query, 2 after touching department
joinFetch: 1 statement total, 5 rows