public static class N1qlJoinResolver.N1qlJoinResolverParameters extends Object
| Constructor and Description |
|---|
N1qlJoinResolverParameters(N1qlJoin joinDefinition,
String lksId,
TypeInformation<?> entityTypeInfo,
TypeInformation<?> associatedEntityTypeInfo,
String scopeName,
String collectionName) |
| Modifier and Type | Method and Description |
|---|---|
TypeInformation |
getAssociatedEntityTypeInfo() |
String |
getCollectionName() |
TypeInformation |
getEntityTypeInfo() |
N1qlJoin |
getJoinDefinition() |
String |
getLksId() |
String |
getScopeName() |
public N1qlJoinResolverParameters(N1qlJoin joinDefinition, String lksId, TypeInformation<?> entityTypeInfo, TypeInformation<?> associatedEntityTypeInfo, String scopeName, String collectionName)
public N1qlJoin getJoinDefinition()
public String getLksId()
public TypeInformation getEntityTypeInfo()
public TypeInformation getAssociatedEntityTypeInfo()
public String getScopeName()
public String getCollectionName()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.