public interface SimpleReturningBuilder
| Modifier and Type | Method | Description |
|---|---|---|
SimpleReturningBuilder |
returning(String modificationQueryAttribute) |
Adds the given entity attribute(
modificationQueryAttribute) to the RETURNING clause. |
SimpleReturningBuilder returning(String modificationQueryAttribute)
modificationQueryAttribute) to the RETURNING clause.modificationQueryAttribute - The attribute of the modification query entity which to returnCopyright © 2014–2020 Blazebit. All rights reserved.