Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

No Hibernate implementation of ConnectionRepository and UsersConnectionRepository #227

Open
mirkoliver opened this issue Mar 2, 2017 · 2 comments

Comments

@mirkoliver
Copy link

mirkoliver commented Mar 2, 2017

Summary

No Hibernate implementation of ConnectionRepository and UsersConnectionRepository

Actual Behavior

The only persisting implementations of ConnectionRepository and UsersConnectionRepository are JdbcConnectionRepository and JdbcUsersConnectionRepository. These use Spring's JDBCTemplate. Hibernate is not supported. Developers, who need a Hibernate implementation have to implement a custom one. This can lead to incompatibilities when upgrading to new Spring Social versions.

Expected Behavior

An implementation of these interfaces for Hibernate.

Version

Spring Social 2.0.0.M2

@Bessonov
Copy link

@jyothri
Copy link

jyothri commented Mar 12, 2017

I wanted to take a shot at this one. Is it okay to add spring-data-commons and hibernate-jpa as dependencies?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants