Found a solution: Adding @OrderColumn seems to work.
@ElementCollection @OrderColumn List<FooBar> fooBars;