-
Feb 21st, 2013, 09:01 AM
#1
Implementing custom JdbcConnectionRepository (Q about default access level modifier)
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules