public DocumentCollectionMapping(PersistentEntity entity, MappingContext context) {
   super(entity, context);
   this.mappedForm =
       (Collection)
           context.getMappingFactory().createMappedForm(DocumentEmbeddedPersistentEntity.this);
 }