public interface SimpleReturningBuilder
| Modifier and Type | Method and 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–2018 Blazebit. All rights reserved.