HHH-17460 - Ongoing JPA 32 work
This commit is contained in:
parent
808544579c
commit
34331fcb29
|
@ -394,6 +394,12 @@ public class PropertyContainer {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( memberDetails.getType().determineRawClass().isImplementor( Class.class ) ) {
|
||||||
|
// specialized case for @Basic attributes of type Class (or Class<?>, etc.).
|
||||||
|
// we only really care about the Class part
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue