jar

org.w3cloud.api : cassandra-jom

Maven & Gradle

Mar 17, 2016
3 stars

Simple Cassandra Java Object Mapper. Internally, it uses DataStax java cql driver

Table Of Contents

Latest Version

Download org.w3cloud.api : cassandra-jom JAR file - Latest Versions:

All Versions

Download org.w3cloud.api : cassandra-jom JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.0.x
1.0

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

org.w3cloud.jom.annotations

├─ org.w3cloud.jom.annotations.CqlAutoGen.class - [JAR]

├─ org.w3cloud.jom.annotations.CqlColumn.class - [JAR]

├─ org.w3cloud.jom.annotations.CqlEmbed.class - [JAR]

├─ org.w3cloud.jom.annotations.CqlEntity.class - [JAR]

├─ org.w3cloud.jom.annotations.CqlId.class - [JAR]

├─ org.w3cloud.jom.annotations.CqlIndex.class - [JAR]

├─ org.w3cloud.jom.annotations.CqlStoreAsJson.class - [JAR]

├─ org.w3cloud.jom.annotations.CqlTransient.class - [JAR]

org.w3cloud.jom

├─ org.w3cloud.jom.CqlBuilder.class - [JAR]

├─ org.w3cloud.jom.CqlEntityManager.class - [JAR]

├─ org.w3cloud.jom.CqlEntityManagerFactory.class - [JAR]

├─ org.w3cloud.jom.CqlFilter.class - [JAR]

├─ org.w3cloud.jom.CqlScriptGen.class - [JAR]

├─ org.w3cloud.jom.CqlScriptGenFactory.class - [JAR]

├─ org.w3cloud.jom.CqlStatement.class - [JAR]

org.w3cloud.jom.datastax

├─ org.w3cloud.jom.datastax.CqlEntityManagerDataStax.class - [JAR]

├─ org.w3cloud.jom.datastax.CqlScriptGenDataStax.class - [JAR]

org.w3cloud.jom.util

├─ org.w3cloud.jom.util.UUIDUtil.class - [JAR]

Advertisement