[hibernate-dev] Does @ContainedIn trigger reindexing

Marc Schipperheyn m.schipperheyn at gmail.com
Wed May 21 13:07:25 EDT 2014


I couldn't find a test on this and I'm wondering if with a structure with
on the one hand @IndexedEmbedded(includePaths={"id","someField"}) and on
the other hand @ContainedIn, there would be a reindexing triggered of the
embedded element if "someOtherField" was changed at the root element (but
not any of the indexedembedded paths). In other words, is @ContainedIn
"smart"?

Marc


More information about the hibernate-dev mailing list