Files
spring-data-commons/spring-data-commons-core
Oliver Gierke 06463a0b58 Tweaks to BasicMappingContext.
Re-added a initialEntitySet property to BasicMappingContext and let trigger adding those to the context in afterPropertiesSet(). Moved createPersistentEntity and createPersistentProperty methods from MappingConfigurationBuilder into BasicMappingContext (could probably be done for all of those methods still in MCB).

Opened up getPersistentEntites() in MappingContext interface to return Collection<? extends PersistentEntity> to allow easy overriding in subclasses with more specific types.
2011-03-22 21:17:27 +01:00
..
2010-11-17 17:37:14 -05:00
2011-03-22 21:17:27 +01:00
2010-11-17 17:37:14 -05:00
2010-11-17 17:37:14 -05:00
2011-03-15 22:34:46 -04:00