Relationship

public class Relationship

A class representing a relationship type. This class is inherited by different types of relationships. This class only represents the field type and provides some utility methods. It is not used in entities themselves.

Methods

getFieldType

public String getFieldType(FieldDto field, EntityType type)

getGenericSignature

public String getGenericSignature(FieldDto field, EntityType type)

getRelatedClassName

protected String getRelatedClassName(FieldDto field, EntityType type)