mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-13 22:54:51 +00:00
Update javax.transaction to jakarta.transaction
This commit is contained in:
parent
8d73b5892e
commit
b16729b8a7
@ -322,7 +322,7 @@ public boolean isInjectable() {
|
||||
public String scope() {
|
||||
if (jakartaDataRepository) {
|
||||
return context.addTransactionScopedAnnotation()
|
||||
? "javax.transaction.TransactionScoped"
|
||||
? "jakarta.transaction.TransactionScoped"
|
||||
: "jakarta.enterprise.context.RequestScoped";
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user