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
When defining repository factory beans, we make use of inner beans to e.g. load named queries. Ideally, we register a single bean that gets reused across multiple factory beans.
The text was updated successfully, but these errors were encountered:
RepositoryBeanDefinitionBuilder heavily uses inner beans for named queries (PropertiesFactoryBean, PropertiesBasedNamedQueries). It would make sense to revisit and simplify this arrangement.
When defining repository factory beans, we make use of inner beans to e.g. load named queries. Ideally, we register a single bean that gets reused across multiple factory beans.
The text was updated successfully, but these errors were encountered: