Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-28-2019 02:26 AM
Consider a class like this
class A {
...
@Relationship(type="RELATED_TO")
List<B> bs;
...
}
Assume that we call session.save on an object "aInstance" of class A in OGM. Are PRE_SAVE events of all the saving objects (including aInstance, objects in list bs, etc.) issued before actually starting to save any of them? Or we only know that PRE_SAVE of each object is issued before saving that object? If all PRE_SAVEs are issued before all savings, we may be able to use events for handling this.
All the sessions of the conference are now available online