protected List<StatMbByRole> partialLoadWithParentStatMbByRole(StatMbByRole statMbByRoleWhat, StatMbByRole positiveStatMbByRole, StatMbByRole negativeStatMbByRole, Integer nbOfResult, Boolean useCache) {
return partialLoadWithParentStatMbByRole(statMbByRoleWhat, positiveStatMbByRole, negativeStatMbByRole, new QuerySelectInit(), nbOfResult, useCache);
}
protected List partialLoadWithParentStatMbByRoleQueryResult (StatMbByRole statMbByRoleWhat, StatMbByRole positiveStatMbByRole, StatMbByRole negativeStatMbByRole, Integer nbOfResult, Boolean useCache) {
return partialLoadWithParentStatMbByRoleQueryResult (statMbByRoleWhat, positiveStatMbByRole, negativeStatMbByRole, new QuerySelectInit(), nbOfResult, useCache);
}