Class Path.LastEntityResult
java.lang.Object
ch.tocco.nice2.persist.core.api.entity.Path.LastEntityResult
- Enclosing class:
Path
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Tells if thepathElement
is a relation on theentityModel
.
-
Field Details
-
entityModel
-
pathElement
-
-
Constructor Details
-
LastEntityResult
-
-
Method Details
-
isRelation
public boolean isRelation()Tells if thepathElement
is a relation on theentityModel
.
-