19 package org.turro.matching;
21 import javax.persistence.Id;
22 import javax.persistence.IdClass;
23 import javax.persistence.MappedSuperclass;
30 @IdClass(SiblingsTuplePK.class)
33 @Id
private String entityPath;
34 @Id
private String siblingPath;
43 this.entityPath = entityPath;
53 this.siblingPath = siblingPath;
void setSiblingPath(String siblingPath)
void setEntityPath(String entityPath)