|
|
|
@ -1,5 +1,5 @@ |
|
|
|
/* |
|
|
|
/* |
|
|
|
* Copyright 2002-2023 the original author or authors. |
|
|
|
* Copyright 2002-2024 the original author or authors. |
|
|
|
* |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -85,6 +85,7 @@ public abstract class SharedEntityManagerCreator { |
|
|
|
"execute", // jakarta.persistence.StoredProcedureQuery.execute()
|
|
|
|
"execute", // jakarta.persistence.StoredProcedureQuery.execute()
|
|
|
|
"executeUpdate", // jakarta.persistence.Query.executeUpdate()
|
|
|
|
"executeUpdate", // jakarta.persistence.Query.executeUpdate()
|
|
|
|
"getSingleResult", // jakarta.persistence.Query.getSingleResult()
|
|
|
|
"getSingleResult", // jakarta.persistence.Query.getSingleResult()
|
|
|
|
|
|
|
|
"getSingleResultOrNull", // jakarta.persistence.Query.getSingleResultOrNull()
|
|
|
|
"getResultStream", // jakarta.persistence.Query.getResultStream()
|
|
|
|
"getResultStream", // jakarta.persistence.Query.getResultStream()
|
|
|
|
"getResultList", // jakarta.persistence.Query.getResultList()
|
|
|
|
"getResultList", // jakarta.persistence.Query.getResultList()
|
|
|
|
"list", // org.hibernate.query.Query.list()
|
|
|
|
"list", // org.hibernate.query.Query.list()
|
|
|
|
|