Resat SABIQ
Resat SABIQ
Related Issue: https://github.com/arangodb/arangodb-java-driver/issues/172
Some features of JEE (compatible app servers) require a supported datastore. This usually involves a JDBC datastore (tied to a JNDI name). Using ArangoDB for such features seems to be...
The following might influence some people's choice of which NoSQL approach they choose: https://wiki.eclipse.org/EclipseLink/Examples/JPA/NoSQL Some kind of ORM implementation or contribution to an ORM framework for ArangoDB would make it...
Includes a couple of basic use-cases Fixes: #643
Fixes: #643
Zero-width space is currently not mentioned in (e.g.) https://spec.commonmark.org/0.29 at all. However, it's suggested to be used for certain cases. E.g.: https://github.com/commonmark/commonmark.js/issues/108#issuecomment-425666890 https://github.com/commonmark/commonmark.js/issues/148#issuecomment-475676404 There are also cases where it works...
The core equivalent from JPA 1 is the following annotation: https://javaee.github.io/javaee-spec/javadocs/javax/persistence/MapKey.html P.S. But a few other "bells-and-whistles" have been added in JPA 2. E.g.: https://javaee.github.io/javaee-spec/javadocs/javax/persistence/MapKeyEnumerated.html P.P.S. It's also worth considering...
For instance, for the https://github.com/arangodb/spring-data#reference example, when address.id is null, it's not currently auto-persisted; thus it currently has to be persisted separately (prior to persisting the parent entity). In JPA...
JsonParser should be capable of parsing keys without ", assuming that they are of type String (as is done in JS), rather than rejecting them and requiring them to be...
(for better user-friendliness)