jar

com.github.mrfrag : spring-data-mapdb

Maven & Gradle

Apr 17, 2017
11 stars

Spring Data MapDB · Spring Data module for MapDB repositories.

Table Of Contents

Latest Version

Download com.github.mrfrag : spring-data-mapdb JAR file - Latest Versions:

All Versions

Download com.github.mrfrag : spring-data-mapdb JAR file - All Versions:

Version Vulnerabilities Size Updated
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 spring-data-mapdb-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.data.mapdb.query

├─ org.springframework.data.mapdb.query.MapDbCriteriaAccessor.class - [JAR]

├─ org.springframework.data.mapdb.query.MapDbSortAccessor.class - [JAR]

├─ org.springframework.data.mapdb.query.PropertyComparator.class - [JAR]

├─ org.springframework.data.mapdb.query.QueryCreator.class - [JAR]

org.springframework.data.mapdb.query.predicates

├─ org.springframework.data.mapdb.query.predicates.EqualsPredicate.class - [JAR]

├─ org.springframework.data.mapdb.query.predicates.GreaterLessPredicate.class - [JAR]

├─ org.springframework.data.mapdb.query.predicates.ILikePredicate.class - [JAR]

├─ org.springframework.data.mapdb.query.predicates.LikePredicate.class - [JAR]

├─ org.springframework.data.mapdb.query.predicates.NullCheckPredicate.class - [JAR]

├─ org.springframework.data.mapdb.query.predicates.PropertyPredicate.class - [JAR]

org.springframework.data.mapdb.config

├─ org.springframework.data.mapdb.config.EnableMapDbRepositories.class - [JAR]

├─ org.springframework.data.mapdb.config.MapDbRepositoriesRegistrar.class - [JAR]

org.springframework.data.mapdb

├─ org.springframework.data.mapdb.MapDbKeyValueAdapter.class - [JAR]

├─ org.springframework.data.mapdb.MapDbQueryEngine.class - [JAR]

org.springframework.data.mapdb.repository

├─ org.springframework.data.mapdb.repository.MapDbRepository.class - [JAR]

├─ org.springframework.data.mapdb.repository.SimpleMapDbRepository.class - [JAR]

Advertisement