@Entity
public class CampaignPathEdge
extends Object
Maps an edge of a test case node path. This entity shoud be used to query CLN_RELATIONSHIP_CLOSURE using hql instead
of native SQL so that hibernate handles postgresql / mysql funky differences.
Ripped from TestCasePathEdge.