jar

io.github.bitonator : oriental

Maven & Gradle

Feb 16, 2017
4 stars

oriental · Oriental is a Java framework for using OrientDB. I built Oriental because we needed a convenient way to use OrientDB to create a backend REST API for a social network app, and so Oriental tends to provide functionality that better suits building REST APIs with it. I used Oriental with Java Spring, so if you're a Spring developer, Oriental's design will fit more naturally with your code.

Table Of Contents

Latest Version

Download io.github.bitonator : oriental JAR file - Latest Versions:

All Versions

Download io.github.bitonator : oriental JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window oriental-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.bitonator.oriental

├─ io.github.bitonator.oriental.App.class - [JAR]

├─ io.github.bitonator.oriental.EdgeEntity.class - [JAR]

├─ io.github.bitonator.oriental.EdgeEntityIterable.class - [JAR]

├─ io.github.bitonator.oriental.EdgeEntityIterator.class - [JAR]

├─ io.github.bitonator.oriental.EdgeView.class - [JAR]

├─ io.github.bitonator.oriental.EdgeViewIterable.class - [JAR]

├─ io.github.bitonator.oriental.EdgeViewIterator.class - [JAR]

├─ io.github.bitonator.oriental.ElementEntity.class - [JAR]

├─ io.github.bitonator.oriental.EntityCreationException.class - [JAR]

├─ io.github.bitonator.oriental.EntityManager.class - [JAR]

├─ io.github.bitonator.oriental.EntityNotFoundException.class - [JAR]

├─ io.github.bitonator.oriental.ManagerException.class - [JAR]

├─ io.github.bitonator.oriental.PaginatedEdgeEntityIterable.class - [JAR]

├─ io.github.bitonator.oriental.PaginatedEdgeViewIterable.class - [JAR]

├─ io.github.bitonator.oriental.PaginatedVertexEntityIterable.class - [JAR]

├─ io.github.bitonator.oriental.PaginatedVertexViewIterable.class - [JAR]

├─ io.github.bitonator.oriental.ThreadSafeGraph.class - [JAR]

├─ io.github.bitonator.oriental.VertexEntity.class - [JAR]

├─ io.github.bitonator.oriental.VertexEntityIterable.class - [JAR]

├─ io.github.bitonator.oriental.VertexEntityIterator.class - [JAR]

├─ io.github.bitonator.oriental.VertexView.class - [JAR]

├─ io.github.bitonator.oriental.VertexViewIterable.class - [JAR]

├─ io.github.bitonator.oriental.VertexViewIterator.class - [JAR]

io.github.bitonator.oriental.examples.socialnetwork

├─ io.github.bitonator.oriental.examples.socialnetwork.App.class - [JAR]

├─ io.github.bitonator.oriental.examples.socialnetwork.Friend.class - [JAR]

├─ io.github.bitonator.oriental.examples.socialnetwork.FriendManager.class - [JAR]

├─ io.github.bitonator.oriental.examples.socialnetwork.User.class - [JAR]

├─ io.github.bitonator.oriental.examples.socialnetwork.UserManager.class - [JAR]

Advertisement