Using Spring Data Rest, when I POST an entity with a nested entity, I always get the message that the property is null.
@Entity public class Training { ..