public class HubLeftJoin<A extends OAObject,B extends OAObject> extends Object
Constructor and Description |
---|
HubLeftJoin(Hub<A> hubA,
Hub<B> hubB,
String propertyPath)
Combine a left and right hubs on a propertyPath to form Hub.
|
Modifier and Type | Method and Description |
---|---|
Hub<OALeftJoin<A,B>> |
getCombinedHub() |
public Hub<OALeftJoin<A,B>> getCombinedHub()
Copyright © 1999–2019 ViaOA. All rights reserved.