-
Hello.
I have the following model:
```php
abstract class Accessory {
protected $name; //+getter and setters
protected $photol; //+getter and setters
}
class Light extends Accessory {
…
-
- Neo4j version: 3.4.3
- Operating system: Ubuntu 16.04
- API/Driver:
```
compile "org.neo4j.driver:neo4j-java-driver:1.5.1"
compile "org.springframework.data:spring-data-neo4j:5.0.5.RELEASE"
…
-
Hello,
The first of all thank you for your tool. It saved few hours of my time. I have a problem at syncing 00000181 block:
```
| - ===================================
| - Starting to process bl…
-
A long time ago I use this library in some of my projects with Neo4j. The little time of using it, this error began to appear in some of the functions that I have implemented. The error appears when I…
-
Hello
It would be so powerfull and incredible if your library was able to take the existing graphql schema (Type-Defs) used by neo4j-graphql-js library to automatically set your OGM for graphql mut…
-
**[Michael Igler](https://jira.spring.io/secure/ViewProfile.jspa?name=michael.igler)** opened **[DATAREST-1208](https://jira.spring.io/browse/DATAREST-1208?redirect=false)** and commented
Neo4j OGM 3…
-
Hello again,
In the previous version of spring-data-neo4j we had a possibility to add the ogm-annotations jar as a dependency and therefore create a shared Neo4j entities artifact.
In our scenar…
-
### Description
Currently the provided `neo4j-java-driver` does not participate in JTA transactions.
It would be helpful if one could span transactions across business logic methods which itself …
-
**[Florian](https://jira.spring.io/secure/ViewProfile.jspa?name=vpusher)** opened **[DATAREST-928](https://jira.spring.io/browse/DATAREST-928?redirect=false)** and commented
I'am building a simple Sp…
-
Hello,
A have received deprecation message `The "neo4j.entity_manager" service is private, checking for its existence is deprecated since Symfony 3.2 and will fail in 4.0.`. As I understood when sets…