Hello,

I'd like to implement my own version of org.springframework.social.connect.jdbc.JdbcConnec tionRepository , basically just overriding a couple of methods.

I noticed the package level access is set to default (protected), so, I can't subclass it in my code.

Is this by design?

Is the preferred approach to implement the ConnectionRepository interface and all the methods ourselves?

Thanks in advance.