Uses of Annotation Interface
org.springframework.data.couchbase.core.query.N1qlJoin
Packages that use N1qlJoin
-
Uses of N1qlJoin in org.springframework.data.couchbase.core.convert.join
Methods in org.springframework.data.couchbase.core.convert.join that return N1qlJoinModifier and TypeMethodDescriptionN1qlJoinResolver.N1qlJoinResolverParameters.getJoinDefinition()
Methods in org.springframework.data.couchbase.core.convert.join with parameters of type N1qlJoinModifier and TypeMethodDescriptionstatic boolean
N1qlJoinResolver.isLazyJoin
(N1qlJoin joinDefinition) Constructors in org.springframework.data.couchbase.core.convert.join with parameters of type N1qlJoinModifierConstructorDescriptionN1qlJoinResolverParameters
(N1qlJoin joinDefinition, String lksId, TypeInformation<?> entityTypeInfo, TypeInformation<?> associatedEntityTypeInfo, String scopeName, String collectionName)