标签:ora java scribe with plain Once problem get 原则
The principle of Persistence Ignorance (PI) holds that classes modeling the business domain in a software application should not be impacted by how they might be persisted.
Thus, their design should reflect as closely as possible the ideal design needed to solve the business problem at hand, and should not be tainted by concerns related to how the objects’ state is saved and later retrieved.
Some common violations of Persistence Ignorance include
There are degrees of persistence ignorance, with the highest degree being described as Plain Old CLR Objects (POCOs) in .NET, and Plain Old Java Objects (POJOs) in the Java world.
标签:ora java scribe with plain Once problem get 原则
原文地址:https://www.cnblogs.com/panpanwelcome/p/10195216.html