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.
实体管理器的数据结构是否缓存了每个实体类型的数组集合,整体缓存被视为简化的关系数据库?
是的,确切地说,它实际上是稀疏数组的惰性集合(以允许删除分离的实体),每个已实现的实体类型一个,每个数组与一个主键索引配对。