Skip to content

Explore Spring Data Commons BytecodeGeneratingEntityInstantiator's applicability to SDG's MappingPdxSerializer [DATAGEODE-254] #302

Open
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions