Skip to content

Commit 8bb89c9

Browse files
committed
Clean up some additional references to javax.persistence
1 parent 565ea2b commit 8bb89c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/src/main/asciidoc/reference/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ this stage are these three:
141141
| Configuration property name | Purpose
142142

143143
| `jakarta.persistence.jdbc.url` | JDBC URL of your database
144-
| `jakarta.persistence.jdbc.user` and `javax.persistence.jdbc.password` | Your database credentials
144+
| `jakarta.persistence.jdbc.user` and `jakarta.persistence.jdbc.password` | Your database credentials
145145
|===
146146

147147
These configuration properties have `jdbc` in their names, but of course

hibernate-reactive-core/src/main/java/org/hibernate/reactive/stage/Stage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ default CompletionStage<Void> lock(Object entity, LockModeType lockModeType) {
16681668
*
16691669
* @return The {@link Query} instance for manipulation and execution
16701670
*
1671-
* @see javax.persistence.EntityManager#createNativeQuery(String, Class)
1671+
* @see jakarta.persistence.EntityManager#createNativeQuery(String, Class)
16721672
*/
16731673
<R> Query<R> createNativeQuery(String queryString, Class<R> resultType, AffectedEntities affectedEntities);
16741674

0 commit comments

Comments
 (0)