| Constructor and Description |
|---|
HubLeftJoin(Hub<A> hubA,
Hub<B> hubB,
String propertyPath)
Combine a left and right hubs on a propertyPath to form Hub.
|
HubLeftJoin(Hub<A> hubA,
Hub<B> hubB,
String propertyPath,
boolean bSetAO) |
| Modifier and Type | Method and Description |
|---|---|
Hub<OALeftJoin<A,B>> |
getCombinedHub() |
public HubLeftJoin(Hub<A> hubA, Hub<B> hubB, String propertyPath)
hubA - left objecthubB - right objectpropertyPath - pp of the property from the right object to get left object.public Hub<OALeftJoin<A,B>> getCombinedHub()
Copyright © 1999–2025 ViaOA. All rights reserved.