1. @Deprecated("3.0, use join(object:set:) instead")
Query<T> joinMany<T extends ManagedObject>(ManagedSet<T> propertyIdentifier(InstanceType x))

Deprecated: see join.

Source

@Deprecated("3.0, use join(object:set:) instead")
Query<T> joinMany<T extends ManagedObject>(
    ManagedSet<T> propertyIdentifier(InstanceType x));