Closed geosmart closed 8 years ago
That's unfortunately true for the moment. (It supports List, Map and arrays) I am currently working on a fixes release, and I will put Set support into this release. The release is expected to be out within the next two weeks.
Best regards, Wolfgang
I have to use Neo4j Native API instead now .Hope JCyper support all Collection subTypes in the next version. waiting......
Hello, release 3.3.1, containing support for now hopefully all collection subclasses will be out on monday, Aprli 4th.
Best regards, Wolfgang
Hello,
JCypher 3.3.1 has been released, now with the domain model supporting all collection sub classes.
Best regards, Wolfgang
@Wolfgang-Schuetzelhofer Thanks,I will try the latest JCypher. By the way ,How often does JCypher update a new version ?
release cycles are usually between one and two months.
Hello,Wolfgang! I have a POJO with Set Property
POJO
JCypher Can store it,but when I retrieve it with method 'identify'
RuntimeException throws
Jcypher Domain Model doesn't support Set Type? Just ArrayList?