Added comment
This commit is contained in:
parent
be64562088
commit
9819a1bd7f
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue