Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为所有 Document 对象创建 Generic MongoRepository。我不想为每个单独的文档对象使用 MongoRepository,而是希望所有文档对象都使用 MongoRepository。这里所有的文档对象都在扩展实体。需要基于持久化对象为数据库中的所有文档创建单独的集合。