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
you might want to look into exposing all metamodels directly in Reactive though. From what I can see only the JPA one is exposed right now, but not org.hibernate.metamodel.MappingMetamodel, which needs to be retrieved through hoops (see above)
The text was updated successfully, but these errors were encountered:
Not sure what this issue is about, but if it's about exposing org.hibernate.metamodel.MappingMetamodel on an API, we should definitely not do that. MappingMetamodel exposes SPI-level types. Notice that SessionFactory in ORM does not expose this type.
From this conversation on Zulip:
The text was updated successfully, but these errors were encountered: