Added comment

This commit is contained in:
Luca Frosini 2022-07-14 15:50:29 +02:00
parent be64562088
commit 9819a1bd7f
1 changed files with 12 additions and 0 deletions

View File

@ -36,8 +36,20 @@ public class AccessPath {
public static final String RELATION_TYPE_PATH_PART = "RELATION_TYPE_NAME";
public static final String REFERENCE_TYPE_PATH_PART = "REFERENCE_TYPE_NAME";
/**
* Used only in getRelated() function
* The _ is prepended to avoid clash with field name
*/
public static final String _REFERENCE_PARAM = "_reference";
/**
* Used only in getRelated() function
* The _ is prepended to avoid clash with field name
*/
public static final String _POLYMORPHIC_PARAM = "_polymorphic";
/**
* Used only in getRelated() function
* The _ is prepended to avoid clash with field name
*/
public static final String _DIRECTION_PARAM = "_direction";
// public static final String _INCLUDE_RELATION_PARAM = "_includeRelation";