Steve Ebersole
edited a comment
on
HHH-8911
Re: ClassCastException between CompositeCustomType and ComponentType
The problem is this line (hopefully just this one):
{code}
final ComponentType identifierType = (ComponentType) entityPersister.getIdentifierType();
{code}
{{ComponentType}} is a specific type. This should use {{CompositeType}} instead.
Add Comment
This message was sent by Atlassian JIRA
(v6.2-OD-07-028#6211-
sha1:32bd224
)