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