-
Notifications
You must be signed in to change notification settings - Fork 89
Spring Template for OrientDB #13
Comments
I download spring-data-orientdb project and able to use Object Repository,template etc use case. Can anyone share the implementation for OrientGraphTemplate pls |
How to write code for Graph template like we have for OrientObjectTemplate ?? below class getting issue while creating the constructor, what need to be passed in case of Graph template public class OrientObjectTemplate extends AbstractOrientOperations implements OrientObjectOperations {
|
Hi guys. I had a hard year :( Are you still interested in Spring Data for OrientDB? |
Hey sorry to hear you had hard year.. Anyway we are done with this year. |
I am able to perform execute all function of repository except save. i have one pojo when i save it return some RID but dont show up in graph and it change sequence of cluster also. let say if i create customer from ui , it show #33:1,#33:2 etc but when i save it show #3:8 .. i knew something is wrong but couldnt find out. can you pls help |
I had plans to contribute to the graph module starting with the template aswell, but had a lot on my plate last weeks, so i couldn't get started. I'm a bit more available now, so if i can be of any help @socialsandy80, just say so. Since your last comment was a week ago, I don't know if you are still having the same issue with the RID. |
Thanks Saljuama, |
Hi, I think the graph implementation in spring-data-orientdb is still not completed. We are very much interested in using this. @saljuama @socialsandy80, i see you have already implemented that. Is that something that you can share? |
Since @socialsandy80 mentioned that he had the features implemented, I didn´t get my hands dirty on this matter, so sadly, I don´t have an implementation for it. |
Hi to all, if someone want to contribute back some code, fell free to open a PR |
@trainings implementation provides support for OrientObjectTemplate. OrientDocumentTemplate should not be too hard. Please chime in if you have more requirements/thoughts concerning template support.
See also notes from @corneil #4 (comment)
The text was updated successfully, but these errors were encountered: