jar

io.github.hexagonframework.data : spring-data-ebean

Maven & Gradle

Nov 07, 2018
6 usages
60 stars

Spring Data Ebean · Spring Data module for Ebean repositories.

Table Of Contents

Latest Version

Download io.github.hexagonframework.data : spring-data-ebean JAR file - Latest Versions:

All Versions

Download io.github.hexagonframework.data : spring-data-ebean JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.4.x
1.3.x
1.2.x
1.1.x
1.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-ebean-2.0.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.data.ebean.repository.config

├─ org.springframework.data.ebean.repository.config.EbeanRepositoriesRegistrar.class - [JAR]

├─ org.springframework.data.ebean.repository.config.EbeanRepositoryConfigExtension.class - [JAR]

├─ org.springframework.data.ebean.repository.config.EbeanRepositoryNameSpaceHandler.class - [JAR]

├─ org.springframework.data.ebean.repository.config.EnableEbeanRepositories.class - [JAR]

org.springframework.data.ebean.repository.support

├─ org.springframework.data.ebean.repository.support.EbeanEntityInformation.class - [JAR]

├─ org.springframework.data.ebean.repository.support.EbeanRepositoryFactory.class - [JAR]

├─ org.springframework.data.ebean.repository.support.EbeanRepositoryFactoryBean.class - [JAR]

├─ org.springframework.data.ebean.repository.support.SimpleEbeanRepository.class - [JAR]

org.springframework.data.ebean.domain

├─ org.springframework.data.ebean.domain.AbstractAggregateRoot.class - [JAR]

├─ org.springframework.data.ebean.domain.AbstractEntity.class - [JAR]

├─ org.springframework.data.ebean.domain.DomainEvent.class - [JAR]

├─ org.springframework.data.ebean.domain.DomainService.class - [JAR]

org.springframework.data.ebean.repository

├─ org.springframework.data.ebean.repository.EbeanRepository.class - [JAR]

org.springframework.data.ebean.util

├─ org.springframework.data.ebean.util.Converters.class - [JAR]

├─ org.springframework.data.ebean.util.ExampleExpressionBuilder.class - [JAR]

org.springframework.data.ebean.repository.query

├─ org.springframework.data.ebean.repository.query.AbstractEbeanQuery.class - [JAR]

├─ org.springframework.data.ebean.repository.query.AbstractEbeanQueryExecution.class - [JAR]

├─ org.springframework.data.ebean.repository.query.AbstractStringBasedEbeanQuery.class - [JAR]

├─ org.springframework.data.ebean.repository.query.EbeanQueryCreator.class - [JAR]

├─ org.springframework.data.ebean.repository.query.EbeanQueryFactory.class - [JAR]

├─ org.springframework.data.ebean.repository.query.EbeanQueryLookupStrategy.class - [JAR]

├─ org.springframework.data.ebean.repository.query.EbeanQueryMethod.class - [JAR]

├─ org.springframework.data.ebean.repository.query.EbeanQueryWrapper.class - [JAR]

├─ org.springframework.data.ebean.repository.query.ExpressionBasedStringQuery.class - [JAR]

├─ org.springframework.data.ebean.repository.query.InvalidEbeanQueryMethodException.class - [JAR]

├─ org.springframework.data.ebean.repository.query.NamedEbeanQuery.class - [JAR]

├─ org.springframework.data.ebean.repository.query.NativeEbeanQuery.class - [JAR]

├─ org.springframework.data.ebean.repository.query.NativeEbeanUpdate.class - [JAR]

├─ org.springframework.data.ebean.repository.query.OrmEbeanQuery.class - [JAR]

├─ org.springframework.data.ebean.repository.query.OrmEbeanUpdate.class - [JAR]

├─ org.springframework.data.ebean.repository.query.ParameterBinder.class - [JAR]

├─ org.springframework.data.ebean.repository.query.ParameterMetadataProvider.class - [JAR]

├─ org.springframework.data.ebean.repository.query.PartTreeEbeanQuery.class - [JAR]

├─ org.springframework.data.ebean.repository.query.SpelExpressionStringQueryParameterBinder.class - [JAR]

├─ org.springframework.data.ebean.repository.query.StringQuery.class - [JAR]

├─ org.springframework.data.ebean.repository.query.StringQueryParameterBinder.class - [JAR]

org.springframework.data.ebean.annotation

├─ org.springframework.data.ebean.annotation.ExprParam.class - [JAR]

├─ org.springframework.data.ebean.annotation.IncludeFields.class - [JAR]

├─ org.springframework.data.ebean.annotation.Modifying.class - [JAR]

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

org.springframework.data.ebean.querychannel

├─ org.springframework.data.ebean.querychannel.EbeanQueryChannelService.class - [JAR]

├─ org.springframework.data.ebean.querychannel.ExprType.class - [JAR]

├─ org.springframework.data.ebean.querychannel.QueryChannelService.class - [JAR]

Advertisement