English 中文(简体)
采用山顶角外的“新数据”
原标题:Using Spring Data Neo4j outside of Spring container

Can Spring Data 新4j被“单独”使用(即春季集装箱外)像春天数据会使用吗?

问题回答

目前,你无法在春天集装箱之外使用春天数据4j,因为它没有与支持

如果希望获得支持的话,可自由开放JIRA





相关问题
How to use Auditing in JPA/Spring-Data JPA?

I am using JPA & Spring-Data JPA in a project. I have one table wherei Insert and then update the data. However i need the auditing information to save the state of all the objects i.e. I need ...

Easy way to convert Iterable to Collection

In my application I use 3rd party library (Spring Data for MongoDB to be exact). Methods of this library return Iterable<T>, while the rest of my code expects Collection<T>. Is there any ...

how to setup spring data jpa with multiple datasources

I am using Spring Data Jpa version 1.0.0.M2 here is the url: http://static.springsource.org/spring-data/data-jpa/docs/1.0.0.M2/reference/pdf/spring-data-jpa-reference.pdf All is promised to be very ...

Unexpected MongoDB "OR" query behaviour

I m testing out spring-data and it s mongodb support. I have a question about the query creation when using or-queries. Consider the following: Query query = new Query().or(new Query(where("...

热门标签