childColumns property

List<String> childColumns
final

The list of column names in the current Entity. Number of columns must match the number of columns specified in parentColumns.

Implementation

final List<String> childColumns;