View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org.beamfoundry.bundles.spring-data-jpa-1.6.4.RELEASE_2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.data.jpa.mapping
├─ org.springframework.data.jpa.mapping.JpaMetamodelMappingContext.class - [JAR]
├─ org.springframework.data.jpa.mapping.JpaPersistentEntity.class - [JAR]
├─ org.springframework.data.jpa.mapping.JpaPersistentEntityImpl.class - [JAR]
├─ org.springframework.data.jpa.mapping.JpaPersistentProperty.class - [JAR]
├─ org.springframework.data.jpa.mapping.JpaPersistentPropertyImpl.class - [JAR]
org.springframework.data.jpa.repository.config
├─ org.springframework.data.jpa.repository.config.AuditingBeanDefinitionParser.class - [JAR]
├─ org.springframework.data.jpa.repository.config.BeanDefinitionNames.class - [JAR]
├─ org.springframework.data.jpa.repository.config.EnableJpaAuditing.class - [JAR]
├─ org.springframework.data.jpa.repository.config.EnableJpaRepositories.class - [JAR]
├─ org.springframework.data.jpa.repository.config.JpaAuditingRegistrar.class - [JAR]
├─ org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean.class - [JAR]
├─ org.springframework.data.jpa.repository.config.JpaRepositoriesRegistrar.class - [JAR]
├─ org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension.class - [JAR]
├─ org.springframework.data.jpa.repository.config.JpaRepositoryNameSpaceHandler.class - [JAR]
org.springframework.data.jpa.util
├─ org.springframework.data.jpa.util.BeanDefinitionUtils.class - [JAR]
org.springframework.data.jpa.domain.support
├─ org.springframework.data.jpa.domain.support.AuditingBeanFactoryPostProcessor.class - [JAR]
├─ org.springframework.data.jpa.domain.support.AuditingEntityListener.class - [JAR]
org.springframework.data.jpa.repository
├─ org.springframework.data.jpa.repository.EntityGraph.class - [JAR]
├─ org.springframework.data.jpa.repository.JpaRepository.class - [JAR]
├─ org.springframework.data.jpa.repository.JpaSpecificationExecutor.class - [JAR]
├─ org.springframework.data.jpa.repository.Lock.class - [JAR]
├─ org.springframework.data.jpa.repository.Modifying.class - [JAR]
├─ org.springframework.data.jpa.repository.Query.class - [JAR]
├─ org.springframework.data.jpa.repository.QueryHints.class - [JAR]
├─ org.springframework.data.jpa.repository.Temporal.class - [JAR]
org.springframework.data.jpa.support
├─ org.springframework.data.jpa.support.ClasspathScanningPersistenceUnitPostProcessor.class - [JAR]
├─ org.springframework.data.jpa.support.MergingPersistenceUnitManager.class - [JAR]
org.springframework.data.jpa.repository.query
├─ org.springframework.data.jpa.repository.query.AbstractJpaQuery.class - [JAR]
├─ org.springframework.data.jpa.repository.query.AbstractStringBasedJpaQuery.class - [JAR]
├─ org.springframework.data.jpa.repository.query.CriteriaQueryParameterBinder.class - [JAR]
├─ org.springframework.data.jpa.repository.query.ExpressionBasedStringQuery.class - [JAR]
├─ org.springframework.data.jpa.repository.query.InvalidJpaQueryMethodException.class - [JAR]
├─ org.springframework.data.jpa.repository.query.Jpa21QueryCustomizer.class - [JAR]
├─ org.springframework.data.jpa.repository.query.JpaCountQueryCreator.class - [JAR]
├─ org.springframework.data.jpa.repository.query.JpaEntityGraph.class - [JAR]
├─ org.springframework.data.jpa.repository.query.JpaParameters.class - [JAR]
├─ org.springframework.data.jpa.repository.query.JpaQueryCreator.class - [JAR]
├─ org.springframework.data.jpa.repository.query.JpaQueryExecution.class - [JAR]
├─ org.springframework.data.jpa.repository.query.JpaQueryFactory.class - [JAR]
├─ org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy.class - [JAR]
├─ org.springframework.data.jpa.repository.query.JpaQueryMethod.class - [JAR]
├─ org.springframework.data.jpa.repository.query.NamedQuery.class - [JAR]
├─ org.springframework.data.jpa.repository.query.NativeJpaQuery.class - [JAR]
├─ org.springframework.data.jpa.repository.query.ParameterBinder.class - [JAR]
├─ org.springframework.data.jpa.repository.query.ParameterMetadataProvider.class - [JAR]
├─ org.springframework.data.jpa.repository.query.PartTreeJpaQuery.class - [JAR]
├─ org.springframework.data.jpa.repository.query.Procedure.class - [JAR]
├─ org.springframework.data.jpa.repository.query.QueryExtractor.class - [JAR]
├─ org.springframework.data.jpa.repository.query.QueryUtils.class - [JAR]
├─ org.springframework.data.jpa.repository.query.SimpleJpaQuery.class - [JAR]
├─ org.springframework.data.jpa.repository.query.StoredProcedureAttributeSource.class - [JAR]
├─ org.springframework.data.jpa.repository.query.StoredProcedureAttributes.class - [JAR]
├─ org.springframework.data.jpa.repository.query.StoredProcedureJpaQuery.class - [JAR]
├─ org.springframework.data.jpa.repository.query.StringQuery.class - [JAR]
├─ org.springframework.data.jpa.repository.query.StringQueryParameterBinder.class - [JAR]
org.springframework.data.jpa.repository.support
├─ org.springframework.data.jpa.repository.support.CrudMethodMetadata.class - [JAR]
├─ org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor.class - [JAR]
├─ org.springframework.data.jpa.repository.support.DefaultJpaEntityMetadata.class - [JAR]
├─ org.springframework.data.jpa.repository.support.EntityManagerBeanDefinitionRegistrarPostProcessor.class - [JAR]
├─ org.springframework.data.jpa.repository.support.JpaEntityInformation.class - [JAR]
├─ org.springframework.data.jpa.repository.support.JpaEntityInformationSupport.class - [JAR]
├─ org.springframework.data.jpa.repository.support.JpaEntityMetadata.class - [JAR]
├─ org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation.class - [JAR]
├─ org.springframework.data.jpa.repository.support.JpaPersistableEntityInformation.class - [JAR]
├─ org.springframework.data.jpa.repository.support.JpaRepositoryFactory.class - [JAR]
├─ org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.class - [JAR]
├─ org.springframework.data.jpa.repository.support.PersistenceProvider.class - [JAR]
├─ org.springframework.data.jpa.repository.support.QueryDslJpaRepository.class - [JAR]
├─ org.springframework.data.jpa.repository.support.QueryDslRepositorySupport.class - [JAR]
├─ org.springframework.data.jpa.repository.support.Querydsl.class - [JAR]
├─ org.springframework.data.jpa.repository.support.SimpleJpaRepository.class - [JAR]
org.springframework.data.jpa.repository.utils
├─ org.springframework.data.jpa.repository.utils.JpaClassUtils.class - [JAR]
org.springframework.data.jpa.domain
├─ org.springframework.data.jpa.domain.AbstractAuditable.class - [JAR]
├─ org.springframework.data.jpa.domain.AbstractAuditable_.class - [JAR]
├─ org.springframework.data.jpa.domain.AbstractPersistable.class - [JAR]
├─ org.springframework.data.jpa.domain.AbstractPersistable_.class - [JAR]
├─ org.springframework.data.jpa.domain.JpaSort.class - [JAR]
├─ org.springframework.data.jpa.domain.QAbstractAuditable.class - [JAR]
├─ org.springframework.data.jpa.domain.QAbstractPersistable.class - [JAR]
├─ org.springframework.data.jpa.domain.Specification.class - [JAR]
├─ org.springframework.data.jpa.domain.Specifications.class - [JAR]
org.springframework.data.jpa.repository.cdi
├─ org.springframework.data.jpa.repository.cdi.JpaRepositoryBean.class - [JAR]
├─ org.springframework.data.jpa.repository.cdi.JpaRepositoryExtension.class - [JAR]