jar

org.beykery : rojo

Maven & Gradle

May 18, 2017

rojo · rojo is a orm lib for redis . this release is a enhancement fork from https://github.com/giulio/rojo .

Table Of Contents

Latest Version

Download org.beykery : rojo JAR file - Latest Versions:

All Versions

Download org.beykery : rojo JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.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 rojo-1.1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.rojo.repository

├─ org.rojo.repository.DefaultGenerator.class - [JAR]

├─ org.rojo.repository.EntityRepresentation.class - [JAR]

├─ org.rojo.repository.IdGenerator.class - [JAR]

├─ org.rojo.repository.RedisFacade.class - [JAR]

├─ org.rojo.repository.Rojo.class - [JAR]

org.rojo.exceptions

├─ org.rojo.exceptions.InvalidTypeException.class - [JAR]

├─ org.rojo.exceptions.RepositoryError.class - [JAR]

├─ org.rojo.exceptions.RojoException.class - [JAR]

org.rojo.annotations

├─ org.rojo.annotations.Entity.class - [JAR]

├─ org.rojo.annotations.Id.class - [JAR]

├─ org.rojo.annotations.Index.class - [JAR]

├─ org.rojo.annotations.Value.class - [JAR]

org.rojo.test

├─ org.rojo.test.BaseEntity.class - [JAR]

├─ org.rojo.test.Test.class - [JAR]

├─ org.rojo.test.TestEntity.class - [JAR]

├─ org.rojo.test.TestGenerator.class - [JAR]

├─ org.rojo.test.TestSoft.class - [JAR]

├─ org.rojo.test.Work.class - [JAR]

org.rojo.util

├─ org.rojo.util.Cache.class - [JAR]

├─ org.rojo.util.CacheoutListerner.class - [JAR]

├─ org.rojo.util.LruCache.class - [JAR]

├─ org.rojo.util.PriorityQueue.class - [JAR]

├─ org.rojo.util.SoftCache.class - [JAR]

├─ org.rojo.util.Stats.class - [JAR]

Advertisement