草庐IT

ReportsBundle

全部标签

mongodb - Symfony2.1 通过 EmbedMany 将 ArrayCollection() 集合持久化到 MongoDB

我正在尝试使用Docrtrine(symfony2.1)将一些数据保存到MongoDB。这是我的实体://src/Acme/ReportsBundle/Entity/ReportCore.phpnamespaceAcme\ReportsBundle\Entity;useDoctrine\ODM\MongoDB\Mapping\AnnotationsasMongoDB;useDoctrine\Common\Collections\ArrayCollection;/***@MongoDB\Document(collection="registeredReports")*/classRepo