jar

at.molindo : spring-data-custom

Maven & Gradle

Sep 11, 2017

spring-data-custom · spring-data extension for arbitrary backends

Table Of Contents

Latest Version

Download at.molindo : spring-data-custom JAR file - Latest Versions:

All Versions

Download at.molindo : spring-data-custom JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.1.x
0.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 spring-data-custom-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.data.custom.mapping

├─ org.springframework.data.custom.mapping.CustomMappingContext.class - [JAR]

├─ org.springframework.data.custom.mapping.CustomPersistentEntity.class - [JAR]

├─ org.springframework.data.custom.mapping.CustomPersistentEntityImpl.class - [JAR]

├─ org.springframework.data.custom.mapping.CustomPersistentProperty.class - [JAR]

org.springframework.data.custom.repository.support

├─ org.springframework.data.custom.repository.support.CustomQueryLookupStrategy.class - [JAR]

├─ org.springframework.data.custom.repository.support.CustomRepositoryConfigurationExtension.class - [JAR]

├─ org.springframework.data.custom.repository.support.CustomRepositoryFactoryBean.class - [JAR]

├─ org.springframework.data.custom.repository.support.CustomRepositoryFactorySupport.class - [JAR]

├─ org.springframework.data.custom.repository.support.CustomRepositoryQuery.class - [JAR]

├─ org.springframework.data.custom.repository.support.SimpleCustomRepository.class - [JAR]

org.springframework.data.custom.autoconfigure

├─ org.springframework.data.custom.autoconfigure.CustomRepositoriesAutoConfiguration.class - [JAR]

├─ org.springframework.data.custom.autoconfigure.CustomRepositoriesAutoConfigureRegistrar.class - [JAR]

org.springframework.data.custom.repository

├─ org.springframework.data.custom.repository.CustomRepository.class - [JAR]

org.springframework.data.custom.repository.config

├─ org.springframework.data.custom.repository.config.CustomMappingContextFactoryBean.class - [JAR]

├─ org.springframework.data.custom.repository.config.CustomRepositoriesRegistrar.class - [JAR]

├─ org.springframework.data.custom.repository.config.EnableCustomRepositories.class - [JAR]

org.springframework.data.custom.annotation

├─ org.springframework.data.custom.annotation.Custom.class - [JAR]

├─ org.springframework.data.custom.annotation.Query.class - [JAR]

Advertisement