Details
Description
The JPA specification's javadoc is ambiguous on whether or not IdentifiableType#getId(Class) (section 5.1.4, p.188) is allowed to return null. If an implementation returns null, SD JPA will throw a NullPointerException.
The JPA specification's javadoc is ambiguous on whether or not IdentifiableType#getId(Class) (section 5.1.4, p.188) is allowed to return null. If an implementation returns null, SD JPA will throw a NullPointerException.