Hibernate version:
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
select linemaster.rainno, mt_hinmoku.hinmokunm from jp.co.terumo.tetra.sz.pilot1.commons.common.entity.LineMasterEntity as linemaster, jp.co.terumo.tetra.sz.pilot1.commons.common.entity.HinmokuMasterEntity as mt_hinmoku, (select wk_kijun.hinmokucd, wk_kijun.verid from jp.co.terumo.tetra.sz.pilot1.commons.common.entity.KijunSeisanKeikakuTranEntity as wk_kijun, jp.co.terumo.tetra.sz.pilot1.commons.common.entity.CalendarMasterEntity as mt_cal where wk_kijun.kigyoucd='001' and wk_kijun.nengappi=mt_cal.nengappi and mt_cal.nengappi>='20040901') as table2 where linemaster.kigyoucd='001' and linemaster.koujoucd='90001' and linemaster.rainguruupu='90001'
Debug level Hibernate log excerpt:
Here is my HQL.Error is org.springframework.orm.hibernate.HibernateQueryException: in expected:
Why?Any help will be appreciated.
|