daggerok / functional-spring-boot-transaction

No magic! Run commands in translation explicitly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional Spring Boot Transaction

No magic! Run commands in translation explicitly

transactionTemplate.execute(status -> {
  Message message = Message.of(msg);
  em.persist(message);
  return message;
});

links:

About

No magic! Run commands in translation explicitly


Languages

Language:Java 100.0%