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(Field field, EntityType type)

getGenericSignature

public String getGenericSignature(Field field, EntityType type)

getRelatedClassName

protected String getRelatedClassName(Field field, EntityType type)