Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN (main) Commit: Bug#269981 - Weave attribute accessors

SVN (main) Commit: Bug#269981 - Weave attribute accessors

 

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

 

Design doc:

http://wiki.eclipse.org/EclipseLink/DesignDocs/221546(2.0)

 

Changes:

- Auto-init descriptor to use weaved reflection and constructor is using field access and was weaved.

- Add get/set/new API to PersistenceObject

- Add PersistenceObjectAttributeAccessor and InstantiationPolicy

- Add generics to ClassDetails

- Weave get/set/new methods if weaving internal (default)

- Switch performance model to use field access

- Add JPA concurrency tests to test build

- Add error count to JPA concurrency tests

- Fix merge performance test setup

- Update JPA concurrency tests to use 32 connections

 

Code Review: Tom (pending)


Back to the top