jar

com.github.briandilley.joraph : joraph

Maven & Gradle

Dec 13, 2020
11 stars

joraph · Java library for joining objects into a graph, JOin gRAPH

Table Of Contents

Latest Version

Download com.github.briandilley.joraph : joraph JAR file - Latest Versions:

All Versions

Download com.github.briandilley.joraph : joraph JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0
0.3.x
0.3
0.2.x
0.2
0.1

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 joraph-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.joraph.loader

├─ com.joraph.loader.EntityLoaderContext.class - [JAR]

├─ com.joraph.loader.EntityLoaderDescriptor.class - [JAR]

├─ com.joraph.loader.EntityLoaderDescriptorBuilder.class - [JAR]

├─ com.joraph.loader.EntityLoaderDescriptorBuilderKt.class - [JAR]

├─ com.joraph.loader.LoaderFunction.class - [JAR]

├─ com.joraph.loader.MissingLoaderArgumentException.class - [JAR]

├─ com.joraph.loader.UnconfiguredLoaderException.class - [JAR]

com.joraph.schema

├─ com.joraph.schema.BaseProperty.class - [JAR]

├─ com.joraph.schema.CompositeValue.class - [JAR]

├─ com.joraph.schema.ConditionalForeignKey.class - [JAR]

├─ com.joraph.schema.EntityDescriptor.class - [JAR]

├─ com.joraph.schema.ForeignKey.class - [JAR]

├─ com.joraph.schema.Key.class - [JAR]

├─ com.joraph.schema.MissingPrimaryKeyException.class - [JAR]

├─ com.joraph.schema.PrimaryKeyNullPointerException.class - [JAR]

├─ com.joraph.schema.Property.class - [JAR]

├─ com.joraph.schema.Schema.class - [JAR]

├─ com.joraph.schema.SchemaUtil.class - [JAR]

├─ com.joraph.schema.UnknownEntityDescriptorException.class - [JAR]

├─ com.joraph.schema.UnknownFKException.class - [JAR]

com.joraph.debug

├─ com.joraph.debug.DebugInfo.class - [JAR]

├─ com.joraph.debug.JoraphDebug.class - [JAR]

├─ com.joraph.debug.LoaderDebug.class - [JAR]

com.joraph

├─ com.joraph.ChainableFunc.class - [JAR]

├─ com.joraph.ChainableFuncKt.class - [JAR]

├─ com.joraph.CollectionUtil.class - [JAR]

├─ com.joraph.EntityNotFoundException.class - [JAR]

├─ com.joraph.ExecutionContext.class - [JAR]

├─ com.joraph.ExtensionsKt.class - [JAR]

├─ com.joraph.JoraphContext.class - [JAR]

├─ com.joraph.JoraphException.class - [JAR]

├─ com.joraph.KeysToLoad.class - [JAR]

├─ com.joraph.ObjectGraph.class - [JAR]

├─ com.joraph.Query.class - [JAR]