Scalar Path
A type-safe field path node representing a scalar (leaf) field. Generated by the annotation processor and used with PagedList.addFacet.
Example:
list.addFacet(Employee_.name) // scalar
list.addFacet(Employee_.department.name) // FK chainContent copied to clipboard