You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MappingContext allows to define a set of initial entities used to compute metadata early instead of first encounter. Those types are identified in multiple ways, depending if set by the user, boot or data itself. The latter two make use of the identifying annotations provided by the store module implementation.
Being buried within the mapping context, potential AOT processing is hardly possible.
Desired State:
Each store registers a bean holding references to the type names it needs to know about if not provided externally
Mapping context obtains the bean and uses the given types to initialize the mapping context.
Public infrastructure that does the entity scanning so we do not have different implementations in data and boot.
The text was updated successfully, but these errors were encountered:
…ion`.
This is a breaking change as many modules implement a protected method. We're going to change this later with #2644.
Original pull request: #2635.
See #2634.
The
MappingContext
allows to define a set of initial entities used to compute metadata early instead of first encounter. Those types are identified in multiple ways, depending if set by the user, boot or data itself. The latter two make use of the identifying annotations provided by the store module implementation.Being buried within the mapping context, potential AOT processing is hardly possible.
Desired State:
The text was updated successfully, but these errors were encountered: