@IdClass
> class, while the PojoComponentTuplizer for the ID is expecting an entity
> instance.
>
> Gail
>
> - Original Message -
> > From: "Steve Ebersole"
> > To: "hibernate-dev"
> > Sent: Monday, April 7, 2014 4:45:18 PM
> > S
What I am thinking at the moment is to change up
org.hibernate.metamodel.spi.binding.EntityIdentifier to look like:
public class EntityIdentifier {
private final EntityBinding entityBinding;
private EntityIdentifierNature nature;
private IdentifierAttributeBindings attributeBindings;
priv