Open
Description
John Blum opened DATAGEODE-254 and commented
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
Reference URL: https://jira.spring.io/browse/SGF-344