dkpro / dkpro-uby

Framework for creating and accessing UBY resources – sense-linked lexical resources in standard UBY-LMF format
https://dkpro.github.io/dkpro-uby
Other
22 stars 3 forks source link

Remove not-found attributes from mapping files #113

Closed judithek closed 9 years ago

judithek commented 9 years ago
Currently, almost all relations are marked by not-found="ignore". This means
that Hibernate checks if the target object really exists in a "prefetch"
step. Since our UBY databases are supposed to be complete by definition, the prefetch
does not help much, but costs runtime performance and prevents using streaming. We
should get rid of it. Or in other words, to quote from http://www.niceideas.ch/roller2/badtrash/entry/hibernate_s_not_found_ignore:
"hibernate's not-found="ignore" is buggy as hell"

Original issue reported on code.google.com by chmeyer.de on 2014-10-10 13:01:56