Chris Cranford opened SPR-16305 and commented
Hibernate 5.3 introduces a new service contract called ManagedBeanRegistry.
https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/resource/beans/spi/ManagedBeanRegistry.java
This service contract would enable users of Spring to define Spring managed beans for various persistence objects such as Attribute Converters, Event Listeners, and Revision Listeners allowing Hibernate to lookup and use those beans as needed.
Issue Links:
Referenced from: commits 620e83c, c0d4cb5
2 votes, 4 watchers
Chris Cranford opened SPR-16305 and commented
Hibernate 5.3 introduces a new service contract called
ManagedBeanRegistry.https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/resource/beans/spi/ManagedBeanRegistry.java
This service contract would enable users of Spring to define Spring managed beans for various persistence objects such as Attribute Converters, Event Listeners, and Revision Listeners allowing Hibernate to lookup and use those beans as needed.
Issue Links:
Referenced from: commits 620e83c, c0d4cb5
2 votes, 4 watchers