jar

com.github.rwitzel : couchrepository-core

Maven & Gradle

Jan 09, 2015
17 stars

Spring Data repositories for CouchDB

Table Of Contents

Latest Version

Download com.github.rwitzel : couchrepository-core JAR file - Latest Versions:

All Versions

Download com.github.rwitzel : couchrepository-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.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 couchrepository-core-0.9.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.rwitzel.couchrepository.api

├─ com.github.rwitzel.couchrepository.api.CouchDbCrudRepository.class - [JAR]

├─ com.github.rwitzel.couchrepository.api.CouchDbCrudRepositoryFactory.class - [JAR]

├─ com.github.rwitzel.couchrepository.api.EntityInformation.class - [JAR]

├─ com.github.rwitzel.couchrepository.api.ViewParams.class - [JAR]

├─ com.github.rwitzel.couchrepository.api.ViewResult.class - [JAR]

├─ com.github.rwitzel.couchrepository.api.ViewResultRow.class - [JAR]

com.github.rwitzel.couchrepository.lightcouch

├─ com.github.rwitzel.couchrepository.lightcouch.LightCouchCrudRepository.class - [JAR]

├─ com.github.rwitzel.couchrepository.lightcouch.LightCouchViewConfigurer.class - [JAR]

com.github.rwitzel.couchrepository.ektorp

├─ com.github.rwitzel.couchrepository.ektorp.EktorpCouchViewConfigurer.class - [JAR]

├─ com.github.rwitzel.couchrepository.ektorp.EktorpCrudRepository.class - [JAR]

├─ com.github.rwitzel.couchrepository.ektorp.EktorpEntityInformation.class - [JAR]

com.github.rwitzel.couchrepository.support

├─ com.github.rwitzel.couchrepository.support.DocumentLoader.class - [JAR]

├─ com.github.rwitzel.couchrepository.support.GenericEntityInformation.class - [JAR]

├─ com.github.rwitzel.couchrepository.support.SimpleEntityInformation.class - [JAR]

com.github.rwitzel.couchrepository.api.exceptions

├─ com.github.rwitzel.couchrepository.api.exceptions.BulkOperationError.class - [JAR]

├─ com.github.rwitzel.couchrepository.api.exceptions.BulkOperationException.class - [JAR]

├─ com.github.rwitzel.couchrepository.api.exceptions.UnsupportedViewParameterException.class - [JAR]

com.github.rwitzel.couchrepository.internal

├─ com.github.rwitzel.couchrepository.internal.AdapterUtils.class - [JAR]

├─ com.github.rwitzel.couchrepository.internal.QueryMethodHandler.class - [JAR]

├─ com.github.rwitzel.couchrepository.internal.ViewParamsMerger.class - [JAR]