File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
grace-plugin/src/main/groovy/grails/plugin/hibernate Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4040import grails .config .Config ;
4141import grails .core .GrailsApplication ;
4242import grails .core .GrailsClass ;
43+ import grails .core .support .proxy .ProxyHandler ;
4344import org .grails .core .artefact .DomainClassArtefactHandler ;
4445import org .grails .datastore .gorm .events .ConfigurableApplicationContextEventPublisher ;
4546import org .grails .datastore .gorm .proxy .ProxyHandlerAdapter ;
@@ -149,7 +150,7 @@ public HibernateProxyHandler hibernateProxyHandler() {
149150 @ Bean
150151 @ Order (10 )
151152 @ ConditionalOnMissingBean
152- public ProxyHandlerAdapter proxyHandler (HibernateProxyHandler hibernateProxyHandler ) {
153+ public ProxyHandler proxyHandler (HibernateProxyHandler hibernateProxyHandler ) {
153154 return new ProxyHandlerAdapter (hibernateProxyHandler );
154155 }
155156
You can’t perform that action at this time.
0 commit comments