You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/databaseaccess/DatasourcePlatform.java
-26Lines changed: 0 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,6 @@
13
13
14
14
// Contributors:
15
15
// Oracle - initial API and implementation from Oracle TopLink
16
-
// 09/29/2016-2.7 Tomas Kraus
17
-
// - 426852: @GeneratedValue(strategy=GenerationType.IDENTITY) support in Oracle 12c
18
16
// 09/14/2017-2.6 Will Dazey
19
17
// - 522312: Add the eclipselink.sequencing.start-sequence-at-nextval property
Copy file name to clipboardExpand all lines: foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/databaseaccess/Platform.java
Copy file name to clipboardExpand all lines: foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/localization/i18n/TraceLocalizationResource.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -511,8 +511,6 @@ The thread is working in the context of (CacheKey) = ({2}) .\s
Copy file name to clipboardExpand all lines: foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/tools/schemaframework/TableCreator.java
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 1998, 2025 Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 1998, 2026 Oracle and/or its affiliates. All rights reserved.
3
3
* Copyright (c) 2020 IBM Corporation. All rights reserved.
4
4
*
5
5
* This program and the accompanying materials are made available under the
@@ -53,10 +53,6 @@
53
53
* @author Peter Krogh
54
54
*/
55
55
publicclassTableCreator {
56
-
/** Default identity generator sequence name.
57
-
* Copy of value from JPA: {@code MetadataProject.DEFAULT_IDENTITY_GENERATOR}. */
Copy file name to clipboardExpand all lines: foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle12Platform.java
+2-96Lines changed: 2 additions & 96 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2014, 2024 Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2014, 2026 Oracle and/or its affiliates. All rights reserved.
3
3
*
4
4
* This program and the accompanying materials are made available under the
5
5
* terms of the Eclipse Public License v. 2.0 which is available at
@@ -12,8 +12,6 @@
12
12
13
13
// Contributors:
14
14
// Oracle - initial API and implementation from Oracle TopLink
15
-
// 09/29/2016-2.7 Tomas Kraus
16
-
// - 426852: @GeneratedValue(strategy=GenerationType.IDENTITY) support in Oracle 12c
Copy file name to clipboardExpand all lines: jpa/eclipselink.jpa.testapps/jpa.test.identity/src/main/java/org/eclipse/persistence/testing/models/jpa22/identity/Person.java
0 commit comments