jar

org.springframework.data : spring-data-commons-core

Maven & Gradle

Feb 07, 2013
44 usages

Spring Data Commons Core

Table Of Contents

Latest Version

Download org.springframework.data : spring-data-commons-core JAR file - Latest Versions:

All Versions

Download org.springframework.data : spring-data-commons-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x CVE-2018-1274
CVE-2018-1274
1.3.x CVE-2018-1274
CVE-2018-1274
CVE-2018-1274
1.2.x CVE-2018-1274
CVE-2018-1274
1.1.x CVE-2018-1274
1.0.x CVE-2018-1274

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-commons-core-1.4.1.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.data.repository

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

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

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

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

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

org.springframework.data.mapping

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

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

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

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

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

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

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

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

org.springframework.data.repository.init

├─ org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean.class - [JAR]

├─ org.springframework.data.repository.init.JacksonRepositoryPopulatorFactoryBean.class - [JAR]

├─ org.springframework.data.repository.init.JacksonResourceReader.class - [JAR]

├─ org.springframework.data.repository.init.RepositoriesPopulatedEvent.class - [JAR]

├─ org.springframework.data.repository.init.RepositoryPopulator.class - [JAR]

├─ org.springframework.data.repository.init.ResourceReader.class - [JAR]

├─ org.springframework.data.repository.init.ResourceReaderRepositoryPopulator.class - [JAR]

├─ org.springframework.data.repository.init.UnmarshallerRepositoryPopulatorFactoryBean.class - [JAR]

├─ org.springframework.data.repository.init.UnmarshallingResourceReader.class - [JAR]

org.springframework.data.repository.query

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

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

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

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

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

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

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

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

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

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

org.springframework.data.repository.core.support

├─ org.springframework.data.repository.core.support.AbstractEntityInformation.class - [JAR]

├─ org.springframework.data.repository.core.support.AbstractRepositoryMetadata.class - [JAR]

├─ org.springframework.data.repository.core.support.AnnotationRepositoryMetadata.class - [JAR]

├─ org.springframework.data.repository.core.support.DefaultRepositoryInformation.class - [JAR]

├─ org.springframework.data.repository.core.support.DefaultRepositoryMetadata.class - [JAR]

├─ org.springframework.data.repository.core.support.DelegatingEntityInformation.class - [JAR]

├─ org.springframework.data.repository.core.support.PersistableEntityInformation.class - [JAR]

├─ org.springframework.data.repository.core.support.PropertiesBasedNamedQueries.class - [JAR]

├─ org.springframework.data.repository.core.support.QueryCreationListener.class - [JAR]

├─ org.springframework.data.repository.core.support.ReflectionEntityInformation.class - [JAR]

├─ org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.class - [JAR]

├─ org.springframework.data.repository.core.support.RepositoryFactoryInformation.class - [JAR]

├─ org.springframework.data.repository.core.support.RepositoryFactorySupport.class - [JAR]

├─ org.springframework.data.repository.core.support.RepositoryInterfaceAwareBeanPostProcessor.class - [JAR]

├─ org.springframework.data.repository.core.support.RepositoryProxyPostProcessor.class - [JAR]

├─ org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport.class - [JAR]

├─ org.springframework.data.repository.core.support.TransactionalRepositoryProxyPostProcessor.class - [JAR]

org.springframework.data.querydsl

├─ org.springframework.data.querydsl.EntityPathResolver.class - [JAR]

├─ org.springframework.data.querydsl.QueryDslPredicateExecutor.class - [JAR]

├─ org.springframework.data.querydsl.QueryDslUtils.class - [JAR]

├─ org.springframework.data.querydsl.SimpleEntityPathResolver.class - [JAR]

org.springframework.data.convert

├─ org.springframework.data.convert.ConfigurableTypeInformationMapper.class - [JAR]

├─ org.springframework.data.convert.DefaultTypeMapper.class - [JAR]

├─ org.springframework.data.convert.EntityConverter.class - [JAR]

├─ org.springframework.data.convert.EntityInstantiator.class - [JAR]

├─ org.springframework.data.convert.EntityInstantiators.class - [JAR]

├─ org.springframework.data.convert.EntityReader.class - [JAR]

├─ org.springframework.data.convert.EntityWriter.class - [JAR]

├─ org.springframework.data.convert.MappingContextTypeInformationMapper.class - [JAR]

├─ org.springframework.data.convert.ReadingConverter.class - [JAR]

├─ org.springframework.data.convert.ReflectionEntityInstantiator.class - [JAR]

├─ org.springframework.data.convert.SimpleTypeInformationMapper.class - [JAR]

├─ org.springframework.data.convert.TypeAliasAccessor.class - [JAR]

├─ org.springframework.data.convert.TypeInformationMapper.class - [JAR]

├─ org.springframework.data.convert.TypeMapper.class - [JAR]

├─ org.springframework.data.convert.WritingConverter.class - [JAR]

org.springframework.data.mapping.context

├─ org.springframework.data.mapping.context.AbstractMappingContext.class - [JAR]

├─ org.springframework.data.mapping.context.DefaultPersistentPropertyPath.class - [JAR]

├─ org.springframework.data.mapping.context.MappingContext.class - [JAR]

├─ org.springframework.data.mapping.context.MappingContextEvent.class - [JAR]

├─ org.springframework.data.mapping.context.PersistentPropertyPath.class - [JAR]

org.springframework.data.domain

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

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

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

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

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

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

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

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

org.springframework.data.mapping.model

├─ org.springframework.data.mapping.model.AbstractPersistentProperty.class - [JAR]

├─ org.springframework.data.mapping.model.AnnotationBasedPersistentProperty.class - [JAR]

├─ org.springframework.data.mapping.model.BasicPersistentEntity.class - [JAR]

├─ org.springframework.data.mapping.model.BeanWrapper.class - [JAR]

├─ org.springframework.data.mapping.model.DefaultSpELExpressionEvaluator.class - [JAR]

├─ org.springframework.data.mapping.model.IllegalMappingException.class - [JAR]

├─ org.springframework.data.mapping.model.MappingException.class - [JAR]

├─ org.springframework.data.mapping.model.MappingInstantiationException.class - [JAR]

├─ org.springframework.data.mapping.model.MutablePersistentEntity.class - [JAR]

├─ org.springframework.data.mapping.model.ParameterValueProvider.class - [JAR]

├─ org.springframework.data.mapping.model.PersistentEntityParameterValueProvider.class - [JAR]

├─ org.springframework.data.mapping.model.PreferredConstructorDiscoverer.class - [JAR]

├─ org.springframework.data.mapping.model.PropertyValueProvider.class - [JAR]

├─ org.springframework.data.mapping.model.SimpleTypeHolder.class - [JAR]

├─ org.springframework.data.mapping.model.SpELContext.class - [JAR]

├─ org.springframework.data.mapping.model.SpELExpressionEvaluator.class - [JAR]

org.springframework.data.annotation

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

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

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

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

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

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

org.springframework.data.config

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

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

org.springframework.data.repository.cdi

├─ org.springframework.data.repository.cdi.CdiRepositoryBean.class - [JAR]

├─ org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport.class - [JAR]

org.springframework.data.repository.history

├─ org.springframework.data.repository.history.RevisionRepository.class - [JAR]

org.springframework.data.repository.query.parser

├─ org.springframework.data.repository.query.parser.AbstractQueryCreator.class - [JAR]

├─ org.springframework.data.repository.query.parser.OrderBySource.class - [JAR]

├─ org.springframework.data.repository.query.parser.Part.class - [JAR]

├─ org.springframework.data.repository.query.parser.PartTree.class - [JAR]

org.springframework.data.repository.util

├─ org.springframework.data.repository.util.ClassUtils.class - [JAR]

├─ org.springframework.data.repository.util.TxUtils.class - [JAR]

org.springframework.data.repository.support

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

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

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

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

org.springframework.data.crossstore

├─ org.springframework.data.crossstore.ChangeSet.class - [JAR]

├─ org.springframework.data.crossstore.ChangeSetBacked.class - [JAR]

├─ org.springframework.data.crossstore.ChangeSetBackedTransactionSynchronization.class - [JAR]

├─ org.springframework.data.crossstore.ChangeSetPersister.class - [JAR]

├─ org.springframework.data.crossstore.HashMapChangeSet.class - [JAR]

org.springframework.data.repository.history.support

├─ org.springframework.data.repository.history.support.RevisionEntityInformation.class - [JAR]

org.springframework.data.repository.core

├─ org.springframework.data.repository.core.EntityInformation.class - [JAR]

├─ org.springframework.data.repository.core.EntityMetadata.class - [JAR]

├─ org.springframework.data.repository.core.NamedQueries.class - [JAR]

├─ org.springframework.data.repository.core.RepositoryInformation.class - [JAR]

├─ org.springframework.data.repository.core.RepositoryMetadata.class - [JAR]

org.springframework.data.domain.jaxb

├─ org.springframework.data.domain.jaxb.OrderAdapter.class - [JAR]

├─ org.springframework.data.domain.jaxb.PageAdapter.class - [JAR]

├─ org.springframework.data.domain.jaxb.PageableAdapter.class - [JAR]

├─ org.springframework.data.domain.jaxb.SortAdapter.class - [JAR]

├─ org.springframework.data.domain.jaxb.SpringDataJaxb.class - [JAR]

├─ org.springframework.data.domain.jaxb.package-info.class - [JAR]

org.springframework.data.authentication

├─ org.springframework.data.authentication.UserCredentials.class - [JAR]

org.springframework.data.repository.config

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

org.springframework.data.history

├─ org.springframework.data.history.AnnotationRevisionMetadata.class - [JAR]

├─ org.springframework.data.history.Revision.class - [JAR]

├─ org.springframework.data.history.RevisionMetadata.class - [JAR]

├─ org.springframework.data.history.Revisions.class - [JAR]

org.springframework.data.web

├─ org.springframework.data.web.PageableArgumentResolver.class - [JAR]

├─ org.springframework.data.web.PageableDefaults.class - [JAR]

org.springframework.data.util

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

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

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

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

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

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

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

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

Advertisement