DATACMNS-274 - Fixed package cycle in mapping subsystem.

Updated Sonargraph architecture description along the way.
This commit is contained in:
Oliver Gierke
2013-01-29 10:44:42 +01:00
parent 06497a6814
commit f18055a4c9
3 changed files with 144 additions and 58 deletions

View File

@@ -13,11 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.mapping.model;
package org.springframework.data.mapping.context;
import org.springframework.data.mapping.PersistentEntity;
import org.springframework.data.mapping.PersistentProperty;
import org.springframework.data.mapping.context.MappingContext;
import org.springframework.data.mapping.model.BeanWrapper;
import org.springframework.data.mapping.model.MappingException;
import org.springframework.data.support.IsNewStrategy;
import org.springframework.data.support.IsNewStrategyFactory;
import org.springframework.data.support.IsNewStrategyFactorySupport;