jar

org.apache.isis.runtimes.dflt.objectstores : nosql

Maven & Gradle

Feb 10, 2012
2 usages

Default Runtime NOSQL ObjectStore · Provides file based persistence for a standalone application using a NOSQL database.

Table Of Contents

Latest Version

Download org.apache.isis.runtimes.dflt.objectstores : nosql JAR file - Latest Versions:

All Versions

Download org.apache.isis.runtimes.dflt.objectstores : nosql JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.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 nosql-0.2.0-incubating.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.isis.runtimes.dflt.objectstores.nosql.encryption

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.encryption.AesEncryption.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.encryption.BlowfishEncryptionAbstract.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.encryption.BlowfishEncryptionUsingConfiguration.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.encryption.BlowfishEncryptionUsingKeyFile.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.encryption.Rot13Encryption.class - [JAR]

org.apache.isis.runtimes.dflt.objectstores.nosql.file

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.ClientConnection.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.FileClientCommandContext.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.FileServerDb.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.FileServerPersistorMechanismInstaller.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.JsonStateReader.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.JsonStateWriter.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.RemotingException.class - [JAR]

org.apache.isis.runtimes.dflt.objectstores.nosql.file.server

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.server.DataFileReader.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.server.DataFileWriter.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.server.FileContent.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.server.FileServer.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.server.FileServerException.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.server.FileServerProcessor.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.server.Lock.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.server.LockManager.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.server.LogRange.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.server.LogWriter.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.server.ServerConnection.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.file.server.Util.class - [JAR]

org.apache.isis.runtimes.dflt.objectstores.nosql

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.DataEncryption.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.KeyCreator.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.NoEncryption.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.NoSqlCommandContext.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.NoSqlCreateObjectCommand.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.NoSqlDataDatabase.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.NoSqlDestroyObjectCommand.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.NoSqlObjectStore.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.NoSqlOidGenerator.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.NoSqlPersistorMechanismInstaller.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.NoSqlSaveObjectCommand.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.NoSqlStoreException.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.ObjectReader.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.SerialKeyCreator.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.SerialNumberVersionCreator.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.StateReader.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.StateWriter.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.VersionCreator.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.WriteObjectCommand.class - [JAR]

org.apache.isis.runtimes.dflt.objectstores.nosql.mongo

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.mongo.MongoDb.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.mongo.MongoPersistorMechanismInstaller.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.mongo.MongoStateReader.class - [JAR]

├─ org.apache.isis.runtimes.dflt.objectstores.nosql.mongo.MongoStateWriter.class - [JAR]