Skip to content

Instantly share code, notes, and snippets.

@alphamikle
Created February 11, 2021 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alphamikle/cbd4c4ecc003b5c27303b7784b9aed76 to your computer and use it in GitHub Desktop.
Save alphamikle/cbd4c4ecc003b5c27303b7784b9aed76 to your computer and use it in GitHub Desktop.
@Transaction()
save(user: User, @TransactionManager() transactionManager: EntityManager) {
return transactionManager.save(User, user);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment