public static final class StringN1qlBasedQuery.N1qlSpelValues extends Object
#.
Use the attributes in your SpEL expressions: selectEntity, fields, bucket and filter.| Modifier and Type | Field and Description |
|---|---|
String |
bucket
#{"n1ql". |
String |
fields
#{"n1ql". |
String |
filter
#{"n1ql". |
String |
selectEntity
#{"n1ql". |
| Constructor and Description |
|---|
N1qlSpelValues(String selectClause,
String entityFields,
String bucket,
String filter) |
public final String selectEntity
#{"n1ql".
selectEntity will be replaced by the SELECT-FROM clause corresponding to the entity. Use once at the beginning.public final String fields
#{"n1ql".
fields will be replaced by the list of N1QL fields allowing to reconstruct the entity.public final String bucket
#{"n1ql".
bucket will be replaced by (escaped) bucket name in which the entity is stored.Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.