Skip to content

Register Hibernate @EmbeddableInstantiators registered on JPA embeddables for reflection #31534

@odrotbohm

Description

@odrotbohm

Hibernate allows customizing the instantiation of JPA embeddables via an implementation that can be registered via the @EmbeddableInstantiator annotation on a type or field. It will try to instantiate those via their default constructor. It would be nice if Spring Framework's entity processing would automatically generate the necessary reflection metadata for those declarations.

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions