Files
spring-data-commons/spring-data-commons-core
Oliver Gierke 109e7f903e DATACMNS-132 - Guard against untyped Maps and Collections in AbstractPersistentProperty.isEntity().
Just mentioned method threw a NullPointerException when the property was backed by an untyped Map or Collection as TypeInformation.getActualType() returns null in this case. Changed that to correctly return false.
2012-04-11 18:18:57 +02:00
..
2010-11-17 17:37:14 -05:00
2012-02-07 11:23:22 -08:00