symfony - Doctrine - how to empty list of used repositories -
defaultrepositoryfactory in doctrine has private $repositorylist property. how clear it, once has entries? clearing of metadata/query caches doesn't one.
i have system/scenario in dynamically mapping entities database tables. @ point, need remap them set of tables , after remap, doctrine still remembers set/read data (the results, metadata , queries). can remove data cached i'm not sure how remove list of repositories loaded in repositorylist property.
since above mentioned property holds list of repositories, in list matching metadata each repo, (at point) wrong/old table names.
(i'm trying brief possible, if doesn't having answer, i'll go wider)
Comments
Post a Comment