1
是否可以使用公式加載實體?休眠:使用公式加載實體
例如:
@formula("(select * from myEntity ent where ent.isLatest = TRUE)")
publicmyEntity getmyEntity()
{
return this.associatedPatientJournalEntries;
}
如果是這樣,如何映射一定要看。
另外,有什麼替代使用公式來加載某些實體?