mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
move Quarkus Repositories to normal scope
This commit is contained in:
parent
0ef576a19b
commit
2d9f633188
@ -316,7 +316,7 @@ public boolean isInjectable() {
|
||||
|
||||
@Override
|
||||
public String scope() {
|
||||
if (jakartaDataRepository && !quarkusInjection) {
|
||||
if (jakartaDataRepository) {
|
||||
return context.addTransactionScopedAnnotation()
|
||||
? "javax.transaction.TransactionScoped"
|
||||
: "jakarta.enterprise.context.RequestScoped";
|
||||
|
Loading…
x
Reference in New Issue
Block a user