lphuberdeau / Neo4j-PHP-OGM

A doctrine2 style library to access neo4j graphs
156 stars 45 forks source link

Documentation for writeOnly, readOnly? #76

Open merzh opened 10 years ago

merzh commented 10 years ago

Can someone explain me what they do? And difference between them?

frne commented 10 years ago

This functionality is probably best documented by the tests:

I will add it to the annotation documentation, if I find some time.

merzh commented 10 years ago

Thanks for quick answer. If I have understood correctly, relations marked with "readOnly" or "writeOnly" don't persist to database. But what difference between them ?