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

Deprecated: see join.

Source

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