Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Git main push: Bug#390352 - Remote JPA

Git main push: Bug#390352 - Remote JPA

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=390352

 

Some minor changes to make JPA artifacts compatible with RemoteSession.

 

Changes:

-          Corrected some PersistenceUnitProperties comments

-          Added remoteInitialize to CMPPolicy

-          Fixed FetchGroupManager to be serializable, marked entityFetchGroups as transient

-          Made Call query references transient

-          Made BindCallCustomParameter serializable

-          Fixed cache descriptor reference to be transient

-          Fixed JoinedAttributeManager mapping references to be transient

-          Moved JPAQueryBuilder up to AbstractSession

-          Fixed UnitOfWork merge manager references to be transient

-          Made fieldaccess test model classes serializable

-          Added performance tests for concurrent load groups and thread cursors

-          Fixed CMP3Policy to have transient method references

-          Changed EntityManager to reference AbstractSession

-          Added some null checks in class loader usage

-          Add ASM support to use reflection for JDK classes when ASM fails

 


Back to the top