public static final class StringBasedN1qlQueryParser.N1qlSpelValues extends Object
#. Use the attributes
in your SpEL expressions: selectEntity, fields, bucket and filter.| Modifier and Type | Field and Description |
|---|---|
String |
bucket
#{. |
String |
delete
#{}. |
String |
fields
#{. |
String |
filter
#{}. |
String |
returning
#{}. |
String |
selectEntity
#{. |
public final String selectEntity
#{.
selectEntity will be replaced by the SELECT-FROM clause corresponding to the entity. Use once at the
beginning.public final String fields
#{.
fields will be replaced by the list of N1QL fields allowing to reconstruct the entity.public final String bucket
#{.
bucket will be replaced by (escaped) bucket name in which the entity is stored.public final String filter
#{}.
filter will be replaced by an expression allowing to select only entries matching the entity in a WHERE
clause.public final String delete
#{}.
delete will be replaced by a delete expression.public final String returning
#{}.
returning will be replaced by a returning expression allowing to return the entity and meta information on
deletes.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.