Skip to content

Commit 9b82576

Browse files
committed
HHH-19425 test the fix
1 parent 822f301 commit 9b82576

File tree

1 file changed

+1
-1
lines changed
  • tooling/metamodel-generator/src/jakartaData/java/org/hibernate/processor/test/data/eg

1 file changed

+1
-1
lines changed

tooling/metamodel-generator/src/jakartaData/java/org/hibernate/processor/test/data/eg/Library.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import java.time.LocalDate;
2828
import java.util.List;
2929

30-
@Transactional
30+
@Transactional(rollbackOn = RuntimeException.class)
3131
@Repository
3232
public interface Library {
3333

0 commit comments

Comments
 (0)