Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.5 GA (Evans), 1.6 M1 (Fowler)
-
None
-
Spring Data for Pivotal GemFire
Description
thomas.darimont introduced a new SDC EntityInstantiator, the BytecodeGeneratingEntityInstantiator class, which is based on ASM bytecode generation to generate a factory class used to create a PersistentEntity (as opposed to using Java's Reflection mechanism to do the same) when mapping store data to a PersistentEntity in the SDC Repository abstraction data persistence (e.g. CRUD) operations.
This may possibly be applicable in SDG's MappingPdxSerializer (and specifically line 131) when the SDC Repository abstraction, and by extension, the SDG GemfireRepository, is used in conjunction with data stored in a GemFire Region using PDX.