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
2012-02-28 19:10:44 +01:00
Description
No description provided
22 MiB
Languages
Java 100%