Register Hibernate @EmbeddableInstantiators
registered on JPA embeddables for reflection
#31534
Labels
Milestone
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.The text was updated successfully, but these errors were encountered: