标签: sql sql-server postgresql querydsl
我正在使用queryDSL,我想在插入后选择各种列,现在可以通过以下方式仅获得递增的身份
sqlQueryFactory.insert(getTablePath())。executeWithKeys(identityPath())
如何获取各种列值?
sqlQueryFactory.insert(getTablePath())。executeWithKeys(identityPath(),myPath())