| I think that a possible workaround would be to put an @OrderColumn annotation on embedded list. Moreover, I think that we have the same issue with @OneTwoMany. Anyway, I think that the this issue makes sense because Hibernate OGM should create an order column for every List mapping (not for Set or Map) by default. Or shouldn't it? |