Re: Insertion order issue

2021-11-04 Thread Michael Gentry
Hi Anthonin, Perhaps put a @SortWeight(2) annotation [1] on your child entity? Also, you need to configure a different entity sorter: // Need WeightedAshwoodEntitySorter for @SortWeight to work. ModuleentitySorterModule = (binder) ->

Insertion order issue

2021-11-04 Thread Lize Anthonin (OceanOPS)
Hi, I am using Cayenne in a web app (through AgRest, but this is purely cayenne related, well I think so) that contains one service through a POST method. Basically, I submit a JSON body with multiple object in it, pass it through the service method defined below, process each object and for