includes property

Map<String, Include?> includes

Map containing the relation field name as key and the Include object for the foreign table as value.

Implementation

Map<String, Include?> get includes;