forked from eclipse-ee4j/eclipselink
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented Persistence.createEntityManagerFactory(PersistenceConfiguration) #8
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tomas-Kraus
force-pushed
the
ecl-jpa-32_2
branch
3 times, most recently
from
August 31, 2023 14:59
573e696
to
bfb0f22
Compare
Tomas-Kraus
force-pushed
the
ecl-jpa-32_2
branch
from
September 13, 2023 11:43
1a2f463
to
38d945c
Compare
…CAST (eclipse-ee4j#1937) This change doesn't create anything new as specified operators/functions were already specified as a part of EclipseLink JPQL extensions from 2.4 version. There is refactoring/movement of affected code related with `org.eclipse.persistence.jpa.jpql.parser.CastExpression`, `org.eclipse.persistence.jpa.jpql.parser.DatabaseType`, `org.eclipse.persistence.jpa.jpql.parser.UnionClause` from `EclipseLink...` classes to default JPQL classes. Due this movement all specified operators/functions are available from Jakarta Persistence/JPQL Grammar 3.2 and still from EclipseLink JPQL extensions 2.4. EclipseLink issue is described at eclipse-ee4j#1885 and Jakarta Persistence specification request at the jakartaee/persistence#395 (cast) and jakartaee/persistence#398 (union, intersect, and except) Signed-off-by: Radek Felcman <[email protected]>
Tomas-Kraus
force-pushed
the
ecl-jpa-32_2
branch
5 times, most recently
from
September 15, 2023 13:47
6d7169b
to
0adf44a
Compare
Signed-off-by: Tomáš Kraus <[email protected]>
…d or() to accept List. Signed-off-by: Tomáš Kraus <[email protected]>
Signed-off-by: Tomáš Kraus <[email protected]>
…CommonAbstractCriteria Signed-off-by: Tomáš Kraus <[email protected]>
Signed-off-by: Tomáš Kraus <[email protected]>
…llInTransaction() JPA eclipse-ee4j#433 - Add EntityManager.runWithConnection()/callWithConnection() Signed-off-by: Tomáš Kraus <[email protected]>
Signed-off-by: Tomáš Kraus <[email protected]>
Signed-off-by: Radek Felcman <[email protected]>
…e4j#1951) * Fixes eclipse-ee4j#1950: Duplicate objects in UnitOfWorkImpl.primaryKeyToNewObjects - no longer add objects to primaryKeyToNewObjects in assignSequenceNumber - use IdentityHashSet instead of ArrayList for primaryKeyToNewObjects to prevent duplicates in the future Signed-off-by: Patrick Schmitt <[email protected]>
It seems, that after transformation from jpa.test to jpa.testapps EntityManagerJUnitTestSuite from jpa.testapps.advanced was excluded from the execution. This change returns this suite back. Signed-off-by: Radek Felcman <[email protected]>
improve codegen to handle Map related mappings Signed-off-by: Lukas Jungmann <[email protected]>
…4j#1958) add initial size to map creation where expected size is known or can be estimated Signed-off-by: Patrick Schmitt <[email protected]>
Signed-off-by: Radek Felcman <[email protected]>
Tomas-Kraus
force-pushed
the
ecl-jpa-32_2
branch
from
October 17, 2023 08:31
fd8ceca
to
0bb5d2d
Compare
jakartaee/persistence#482 - Improvements to PersistenceConfiguration Signed-off-by: Tomáš Kraus <[email protected]>
…erloads of EM.find() * implemented public <T> T find(Class<T> entityClass, Object primaryKey, FindOption... options) * added FindOption processing for JPA API enums, Timeout class was not added yet Signed-off-by: Tomáš Kraus <[email protected]>
…last' in queries Signed-off-by: Tomáš Kraus <[email protected]>
…ons to JPQL/criteria jakartaee/persistence#356 - Add extract() to CriteriaBuilder Signed-off-by: Tomáš Kraus <[email protected]>
Signed-off-by: Tomáš Kraus <[email protected]>
jakartaee/persistence#438 - add Expression.equalTo() and Expression.notEqualTo() Signed-off-by: Tomáš Kraus <[email protected]>
Signed-off-by: Tomáš Kraus <[email protected]>
…clipse-ee4j#1936) * Fix for bug 35468915 Signed-off-by: Vaibhav Vishal <[email protected]>
…erloads of EM.find() jakartaee/persistence#467 - add joins to entity types (range variables) Signed-off-by: Tomáš Kraus <[email protected]>
Tomas-Kraus
force-pushed
the
ecl-jpa-32_2
branch
from
October 19, 2023 13:41
0bb5d2d
to
d24cba0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
jakartaee/persistence#465 - Add PersistenceConfiguration
jakartaee/persistence#482 - Improvements to PersistenceConfiguratio