You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: