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