Skip to content

Commit

Permalink
Adapt to new ProxyFactoryFactory SPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Feb 21, 2023
1 parent ec66094 commit 750860e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ public ProxyFactory buildProxyFactory(SessionFactoryImplementor sessionFactory)
return new QuarkusProxyFactory(proxyClassDefinitions);
}

@Deprecated
@Override
public BasicProxyFactory buildBasicProxyFactory(Class superClass, Class[] interfaces) {
return null;
}

@Override
public BasicProxyFactory buildBasicProxyFactory(Class aClass) {
return null;
Expand Down

0 comments on commit 750860e

Please sign in to comment.