X - The concrete builder typepublic interface ReturningBuilder<X extends ReturningBuilder<X>>
| Modifier and Type | Method and Description |
|---|---|
X |
returning(String cteAttribute,
String modificationQueryAttribute)
Binds a entity attribute(
modificationQueryAttribute) to a CTE attribute(cteAttribute) and returns this builder for chaining. |
X returning(String cteAttribute, String modificationQueryAttribute)
modificationQueryAttribute) to a CTE attribute(cteAttribute) and returns this builder for chaining.cteAttribute - The CTE attribute on which to bindmodificationQueryAttribute - The attribute of the modification query entity which to return into the CTE attributeCopyright © 2014–2018 Blazebit. All rights reserved.