|
Includes a change to the behavior of javax.persistence.criteria.Path#get(String) when called on a path of "basic type". Previously Hibernate would throw IllegalArgumentException in that case, but the spec does say this should result in a IllegalStateException. IllegalArgumentException is still thrown when the passed attribute name is not known.
|