Class TopiaEntityRef
java.lang.Object
org.nuiton.topia.persistence.util.TopiaEntityRef
- All Implemented Interfaces:
Comparable<TopiaEntityRef>
Definition of a reference of an entity from a root entity.
the method
getAccessorExpression() return the jxpath to access the
ref from the root object.
TODO Javadoc...- Since:
- 2.2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringthe jxpath used to acces ref from rootprotected TopiaEntity[]protected TopiaEntitythe entity refprotected TopiaEntitythe root entitystatic final String -
Constructor Summary
ConstructorsConstructorDescriptionTopiaEntityRef(TopiaEntity root, TopiaEntity ref, String accessorExpression, TopiaEntity[] path) -
Method Summary
-
Field Details
-
SEPARATOR
- See Also:
-
root
the root entity -
ref
the entity ref -
accessorExpression
the jxpath used to acces ref from root -
path
-
-
Constructor Details
-
TopiaEntityRef
public TopiaEntityRef(TopiaEntity root, TopiaEntity ref, String accessorExpression, TopiaEntity[] path)
-
-
Method Details
-
getRoot
-
getRef
-
getAccessorExpression
-
getPath
-
getInvoker
-
getInvokerProperty
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<TopiaEntityRef>
-
equals
-
hashCode
public int hashCode()
-