Files
spring-data-commons/spring-data-commons-core
Oliver Gierke 307e003902 DATACMNS-214 - Simple types are not considered PersistentEntities anymore.
Before actually adding a type as PersistentEntity, AbstractMappingContext will call shouldCreatePersistentEntityFor(TypeInformation<?> type) now. The default implementation will just consider the SimpleTypeHolder for that decision. However as adding a Converter to the context will render the converted object to be treated as simple, one might want to override this method to be more precise and only rule out store-specific simple types at this stage.
2012-08-16 12:55:07 +02:00
..
2010-11-17 17:37:14 -05:00