组织ID: |
org.springframework.data |
项目ID: |
spring-data-jpa |
版本: |
1.11.23.RELEASE |
最后修改时间: |
2019-08-06 16:26:33 |
包类型: |
jar |
标题: |
Spring Data JPA |
描述: |
Spring Data module for JPA repositories. |
大小: |
306.48KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.11.23.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.data:spring-data-jpa:1.11.23.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.11.23.RELEASE</version>
<name>Spring Data JPA</name>
<description>Spring Data module for JPA repositories.</description>
<url>https://projects.spring.io/spring-data-jpa</url>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.9.23.RELEASE</version>
</parent>
<properties>
<dist.key>DATAJPA</dist.key>
<eclipselink>2.6.5</eclipselink>
<hibernate>3.6.10.Final</hibernate>
<hibernate.artifact>hibernate-entitymanager</hibernate.artifact>
<hsqldb1>1.8.0.10</hsqldb1>
<jpa>2.0.0</jpa>
<openjpa>2.4.1</openjpa>
<springdata.commons>1.13.23.RELEASE</springdata.commons>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<skip-openjpa>false</skip-openjpa>
</properties>
<profiles>
<profile>
<id>spring5</id>
<properties>
<skip-openjpa>true</skip-openjpa>
</properties>
</profile>
<profile>
<id>spring5-next</id>
<properties>
<skip-openjpa>true</skip-openjpa>
</properties>
</profile>
<profile>
<id>spring51-next</id>
<properties>
<skip-openjpa>true</skip-openjpa>
</properties>
</profile>
<profile>
<id>hibernate-41</id>
<properties>
<hibernate>4.1.12.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-42</id>
<properties>
<hibernate>4.2.21.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-42-next</id>
<properties>
<hibernate>4.2.24-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>
<id>jboss</id>
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
</repository>
</repositories>
</profile>
<profile>
<id>hibernate-43</id>
<properties>
<hibernate>4.3.11.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-43-next</id>
<properties>
<hibernate>4.3.12-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>
<id>jboss</id>
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
</repository>
</repositories>
</profile>
<profile>
<id>hibernate-5</id>
<properties>
<hibernate>5.0.10.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-5-next</id>
<properties>
<hibernate>5.0.11-SNAPSHOTS</hibernate>
</properties>
<repositories>
<repository>
<id>jboss</id>
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
</repository>
</repositories>
</profile>
<profile>
<id>hibernate-51</id>
<properties>
<hibernate>5.1.1.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-51-next</id>
<properties>
<hibernate>5.1.2-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>
<id>jboss</id>
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
</repository>
</repositories>
</profile>
<profile>
<id>hibernate-52</id>
<properties>
<hibernate>5.2.17.Final</hibernate>
<hibernate.artifact>hibernate-core</hibernate.artifact>
</properties>
</profile>
<profile>
<id>hibernate-52-next</id>
<properties>
<hibernate>5.2.18-SNAPSHOT</hibernate>
<hibernate.artifact>hibernate-core</hibernate.artifact>
</properties>
<repositories>
<repository>
<id>jboss</id>
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
</repository>
</repositories>
</profile>
<profile>
<id>hibernate-53</id>
<properties>
<hibernate>5.3.5.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-53-next</id>
<properties>
<hibernate>5.3.8-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>
<id>jboss</id>
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
</repository>
</repositories>
</profile>
<profile>
<id>hibernate-54</id>
<properties>
<hibernate>5.4.1.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-54-next</id>
<properties>
<hibernate>5.4.2-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>
<id>jboss</id>
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
</repository>
</repositories>
</profile>
<profile>
<id>eclipselink-next</id>
<properties>
<eclipselink>2.6.6-SNAPSHOT</eclipselink>
</properties>
<repositories>
<repository>
<id>oss-sonatype</id>
<url>https://oss.sonatype.org/content/groups/staging</url>
</repository>
</repositories>
</profile>
<profile>
<id>eclipselink-27</id>
<properties>
<eclipselink>2.7.3</eclipselink>
</properties>
</profile>
<profile>
<id>eclipselink-27-next</id>
<properties>
<eclipselink>2.7.4-SNAPSHOT</eclipselink>
</properties>
<repositories>
<repository>
<id>oss-sonatype</id>
<url>https://oss.sonatype.org/content/groups/staging</url>
</repository>
</repositories>
</profile>
<profile>
<id>docs</id>
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<id>copy-schemas</id>
<phase>prepare-package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<copy todir="${project.build.directory}/site/schemas">
<fileset dir="${project.build.directory}/schemas"/>
</copy>
</target>
</configuration>
</execution>
<execution>
<id>package-and-attach-docs-zip</id>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<zip destfile="${project.build.directory}/${project.artifactId}-${project.version}.zip">
<fileset dir="${project.build.directory}/site"/>
</zip>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.10</version>
<executions>
<execution>
<id>attach-zip</id>
<goals>
<goal>attach-artifact</goal>
</goals>
<phase>package</phase>
<configuration>
<artifacts>
<artifact>
<file>${project.build.directory}/${project.artifactId}-${project.version}.zip</file>
<type>zip</type>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-data-commons</artifactId>
<version>${springdata.commons}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>${aspectj}</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>${aspectj}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.4.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>${jodatime}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>${threetenbp}</version>
<optional>true</optional>
</dependency>
<!-- Persistence providers -->
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.jpa</artifactId>
<version>${eclipselink}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>${hibernate.artifact}</artifactId>
<version>${hibernate}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
<version>1.3.0.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-persistence-jdbc</artifactId>
<version>${openjpa}</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<!-- Transitive dependency pulls in JUnit 3.8.1 -->
<!-- https://sourceforge.net/tracker/?func=detail&aid=2572567&group_id=31479&atid=402282 -->
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- QueryDsl -->
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-apt</artifactId>
<version>${querydsl}</version>
<classifier>jpa</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-jpa</artifactId>
<version>${querydsl}</version>
<optional>true</optional>
</dependency>
<!-- CDI -->
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>${cdi}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<version>${cdi}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.openwebbeans.test</groupId>
<artifactId>cditest-owb</artifactId>
<version>${webbeans}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<!--
Jacoco plugin redeclared to make sure it's downloaded and
the agents can be explicitly added to the test executions.
-->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco}</version>
<configuration>
<destFile>${jacoco.destfile}</destFile>
</configuration>
<executions>
<execution>
<id>jacoco-initialize</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId>
<version>${spring}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>${openjpa}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb1}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<executions>
<execution>
<id>default-test</id>
<configuration>
<excludes>
<exclude>**/*</exclude>
</excludes>
</configuration>
</execution>
<execution>
<id>unit-tests</id>
<goals>
<goal>test</goal>
</goals>
<phase>test</phase>
<configuration>
<includes>
<include>**/*UnitTests.java</include>
</includes>
</configuration>
</execution>
<execution>
<id>integration-tests</id>
<goals>
<goal>test</goal>
</goals>
<phase>test</phase>
<configuration>
<includes>
<include>**/*IntegrationTests.java</include>
<include>**/*Tests.java</include>
</includes>
<excludes>
<exclude>**/*UnitTests.java</exclude>
<exclude>**/OpenJpa*</exclude>
<exclude>**/EclipseLink*</exclude>
</excludes>
<argLine>-javaagent:${settings.localRepository}/org/springframework/spring-instrument/${spring}/spring-instrument-${spring}.jar -javaagent:${settings.localRepository}/org/jacoco/org.jacoco.agent/${jacoco}/org.jacoco.agent-${jacoco}-runtime.jar=destfile=${jacoco.destfile}</argLine>
</configuration>
</execution>
<execution>
<id>eclipselink-tests</id>
<goals>
<goal>test</goal>
</goals>
<phase>test</phase>
<configuration>
<includes>
<include>**/EclipseLink*Tests.java</include>
</includes>
<argLine>-javaagent:${settings.localRepository}/org/jacoco/org.jacoco.agent/${jacoco}/org.jacoco.agent-${jacoco}-runtime.jar=destfile=${jacoco.destfile} -javaagent:${settings.localRepository}/org/eclipse/persistence/org.eclipse.persistence.jpa/${eclipselink}/org.eclipse.persistence.jpa-${eclipselink}.jar -javaagent:${settings.localRepository}/org/springframework/spring-instrument/${spring}/spring-instrument-${spring}.jar</argLine>
</configuration>
</execution>
<execution>
<id>openjpa-tests</id>
<goals>
<goal>test</goal>
</goals>
<phase>test</phase>
<configuration>
<skip>${skip-openjpa}</skip>
<includes>
<include>**/OpenJpa*Tests.java</include>
</includes>
<argLine>-javaagent:${settings.localRepository}/org/jacoco/org.jacoco.agent/${jacoco}/org.jacoco.agent-${jacoco}-runtime.jar=destfile=${jacoco.destfile} -javaagent:${settings.localRepository}/org/apache/openjpa/openjpa/${openjpa}/openjpa-${openjpa}.jar</argLine>
<classpathDependencyExcludes>
<classpathDepencyExclude>org.hsqldb:hsqldb</classpathDepencyExclude>
</classpathDependencyExcludes>
<additionalClasspathElements>
<additionalClasspathElement>${settings.localRepository}/org/hsqldb/hsqldb/${hsqldb1}/hsqldb-${hsqldb1}.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.8</version>
<dependencies>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>${aspectj}</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjtools</artifactId>
<version>${aspectj}</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
<configuration>
<verbose>true</verbose>
<!--
To workaround:
- https://issues.apache.org/jira/browse/MCOMPILER-205
- https://issues.apache.org/jira/browse/MCOMPILER-209
- https://github.com/mojohaus/aspectj-maven-plugin/issues/15
-->
<forceAjcCompile>true</forceAjcCompile>
<aspectLibraries>
<aspectLibrary>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
</aspectLibrary>
</aspectLibraries>
<includes>
<include>**/domain/support/AuditingEntityListener.java</include>
</includes>
<complianceLevel>${source.level}</complianceLevel>
<source>${source.level}</source>
<target>${source.level}</target>
<xmlConfigured>aop.xml</xmlConfigured>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-plugins-snapshot</id>
<url>https://repo.spring.io/plugins-snapshot</url>
</pluginRepository>
</pluginRepositories>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.data.jpa.mapping.JpaPersistentPropertyImpl.class
org.springframework.data.jpa.repository.config.EnableJpaAuditing.class
org.springframework.data.jpa.repository.support.JpaRepositoryFactory.class
org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$ExposeRepositoryInvocationInterceptor$1.class
org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy.class
org.springframework.data.jpa.repository.query.JpaQueryExecution$SlicedExecution.class
org.springframework.data.jpa.repository.query.StoredProcedureAttributes.class
org.springframework.data.jpa.repository.query.JpaParameters.class
org.springframework.data.jpa.repository.EntityGraph$EntityGraphType.class
org.springframework.data.jpa.provider.HibernateUtils.class
org.springframework.data.jpa.domain.Specifications$CompositionType$1.class
org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters$LocalDateConverter.class
org.springframework.data.jpa.mapping.JpaPersistentEntity.class
org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension.class
org.springframework.data.jpa.repository.support.JpaEntityInformation.class
org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$ThreadBoundTargetSource.class
org.springframework.data.jpa.repository.query.Procedure.class
org.springframework.data.jpa.repository.query.JpaQueryExecution$PagedExecution$1.class
org.springframework.data.jpa.provider.PersistenceProvider$3.class
org.springframework.data.jpa.provider.PersistenceProvider$4.class
org.springframework.data.jpa.domain.Specifications$1.class
META-INF/spring.schemas
META-INF/spring.tooling
org.springframework.data.jpa.mapping.JpaMetamodelMappingContext.class
org.springframework.data.jpa.repository.config.AuditingBeanDefinitionParser.class
org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension.class
org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor.class
org.springframework.data.jpa.repository.query.StringQuery$InParameterBinding.class
org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateQueryLookupStrategy.class
org.springframework.data.jpa.repository.query.ParameterMetadataProvider$ParameterMetadata.class
org.springframework.data.jpa.repository.query.ParameterMetadataProvider.class
org.springframework.data.jpa.util.BeanDefinitionUtils$EntityManagerFactoryBeanDefinition.class
org.springframework.data.jpa.provider.PersistenceProvider.class
org.springframework.data.jpa.domain.JpaSort$Path.class
org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters$LocalDateTimeConverter.class
builddef.lst
org.springframework.data.jpa.mapping.JpaPersistentProperty.class
org.springframework.data.jpa.repository.config.JpaRepositoryNameSpaceHandler.class
org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$DefaultCrudMethodMetadata.class
org.springframework.data.jpa.repository.support.CrudMethodMetadata.class
org.springframework.data.jpa.repository.query.JpaQueryExecution$CollectionExecution.class
org.springframework.data.jpa.repository.query.StringQuery$1.class
org.springframework.data.jpa.repository.query.PartTreeJpaQuery$QueryPreparer.class
org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateIfNotFoundQueryLookupStrategy.class
org.springframework.data.jpa.util.BeanDefinitionUtils.class
org.springframework.data.jpa.domain.Specifications.class
org.springframework.data.jpa.domain.Specifications$CompositionType$2.class
org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters$LocalDateConverter.class
META-INF/maven/org.springframework.data/spring-data-jpa/pom.xml
org.springframework.data.jpa.mapping.JpaPersistentEntityImpl.class
org.springframework.data.jpa.repository.config.AuditingBeanDefinitionParser$SpringConfiguredBeanDefinitionParser.class
org.springframework.data.jpa.repository.support.SimpleJpaRepository$ByIdsSpecification.class
org.springframework.data.jpa.repository.support.JpaPersistableEntityInformation.class
org.springframework.data.jpa.repository.query.StringQuery$ParameterBindingParser$ParameterBindingType.class
org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter.class
org.springframework.data.jpa.repository.query.ParameterMetadataProvider$1.class
org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$1.class
org.springframework.data.jpa.util.HibernateProxyDetector.class
org.springframework.data.jpa.support.MergingPersistenceUnitManager.class
org.springframework.data.jpa.domain.JpaSort.class
org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters.class
META-INF/maven/org.springframework.data/spring-data-jpa/pom.properties
org.springframework.data.jpa.mapping.JpaPersistentEntityImpl$JpaProxyAwareIdentifierAccessor.class
org.springframework.data.jpa.repository.config.JpaAuditingRegistrar.class
org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation$IdentifierDerivingDirectFieldAccessFallbackBeanWrapper.class
org.springframework.data.jpa.repository.support.QueryDslJpaRepository.class
org.springframework.data.jpa.repository.query.StringQuery$LikeParameterBinding.class
org.springframework.data.jpa.repository.query.NativeJpaQuery.class
org.springframework.data.jpa.repository.query.StringQuery$ParameterBindingParser.class
org.springframework.data.jpa.repository.query.StringQueryParameterBinder.class
org.springframework.data.jpa.provider.ProxyIdAccessor.class
org.springframework.data.jpa.domain.Specifications$CompositionType.class
org.springframework.data.jpa.convert.threetenbp.ThreeTenBackPortJpaConverters$InstantConverter.class
org.springframework.data.jpa.repository.JpaRepository.class
org.springframework.data.jpa.repository.config.JpaRepositoriesRegistrar.class
org.springframework.data.jpa.repository.support.SimpleJpaRepository$ExampleSpecification.class
org.springframework.data.jpa.repository.support.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener.class
org.springframework.data.jpa.repository.query.ExpressionBasedStringQuery.class
org.springframework.data.jpa.repository.query.AbstractStringBasedJpaQuery.class
org.springframework.data.jpa.repository.query.JpaResultConverters.class
org.springframework.data.jpa.repository.query.JpaParameters$JpaParameter.class
org.springframework.data.jpa.provider.PersistenceProvider$OpenJpaResultStreamingIterator.class
org.springframework.data.jpa.domain.JpaSort$JpaOrder.class
org.springframework.data.jpa.domain.AbstractAuditable_.class
org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder$1.class
org.springframework.data.jpa.repository.Query.class
org/springframework/data/jpa/repository/config/spring-jpa-1.11.xsd
org.springframework.data.jpa.repository.support.SimpleJpaRepository$1.class
org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation.class
org.springframework.data.jpa.repository.query.EscapeCharacter.class
org.springframework.data.jpa.repository.query.StoredProcedureAttributeSource$1.class
org.springframework.data.jpa.repository.query.PartTreeJpaQuery$CountQueryPreparer.class
org.springframework.data.jpa.repository.query.JpaQueryExecution$ModifyingExecution.class
org.springframework.data.jpa.provider.PersistenceProvider$HibernateScrollableResultsIterator.class
org.springframework.data.jpa.domain.JpaSort$1.class
org.springframework.data.jpa.domain.QAbstractPersistable.class
org.springframework.data.jpa.domain.AbstractPersistable_.class
org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder.class
org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters$ZoneIdConverter.class
META-INF/spring.factories
org.springframework.data.jpa.repository.JpaContext.class
org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean.class
org.springframework.data.jpa.repository.support.QueryDslRepositorySupport.class
org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation$IdMetadata.class
org.springframework.data.jpa.repository.query.JpaQueryExecution.class
org.springframework.data.jpa.repository.query.StoredProcedureAttributeSource.class
org.springframework.data.jpa.repository.query.SpelExpressionStringQueryParameterBinder.class
org.springframework.data.jpa.repository.query.StringQuery.class
org.springframework.data.jpa.provider.PersistenceProvider$Constants.class
org.springframework.data.jpa.domain.AbstractAuditable.class
org.springframework.data.jpa.domain.QAbstractAuditable.class
org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters$LocalTimeConverter.class
org.springframework.data.jpa.repository.config.AuditingBeanDefinitionParser$1.class
org/springframework/data/jpa/repository/config/spring-jpa-1.8.xsd
org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$1.class
org.springframework.data.jpa.repository.support.Querydsl$1.class
org.springframework.data.jpa.repository.support.Querydsl.class
org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$DeclaredQueryLookupStrategy.class
org.springframework.data.jpa.repository.query.JpaQueryCreator$PredicateBuilder.class
org.springframework.data.jpa.repository.query.JpaCountQueryCreator.class
org.springframework.data.jpa.repository.query.JpaQueryExecution$DeleteExecution.class
org.springframework.data.jpa.repository.query.JpaQueryExecution$PagedExecution.class
org.springframework.data.jpa.projection.CollectionAwareProjectionFactory$CollectionAwareProjectionInformation.class
org.springframework.data.jpa.repository.config.BeanDefinitionNames.class
org.springframework.data.jpa.repository.Temporal.class
org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$ExposeRepositoryInvocationInterceptor.class
org.springframework.data.jpa.repository.query.StoredProcedureJpaQuery.class
org.springframework.data.jpa.repository.query.JpaQueryMethod.class
org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap.class
org.springframework.data.jpa.repository.query.JpaQueryCreator.class
org.springframework.data.jpa.provider.PersistenceProvider$EclipseLinkScrollableResultsIterator.class
org.springframework.data.jpa.provider.PersistenceProvider$2.class
org.springframework.data.jpa.domain.support.AuditingEntityListener.class
org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters.class
META-INF/spring.handlers
org/springframework/data/jpa/repository/config/spring-jpa-1.2.xsd
org.springframework.data.jpa.repository.Lock.class
org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension$JpaRootObject.class
org.springframework.data.jpa.repository.support.JpaEntityInformationSupport.class
org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$AbstractQueryLookupStrategy.class
org.springframework.data.jpa.repository.query.JpaQueryCreator$1.class
org.springframework.data.jpa.repository.query.CriteriaQueryParameterBinder.class
org.springframework.data.jpa.repository.query.PartTreeJpaQuery.class
org.springframework.data.jpa.provider.PersistenceProvider$1.class
org.springframework.data.jpa.domain.Specifications$NegatedSpecification.class
org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder$PathNode.class
org.springframework.data.jpa.projection.CollectionAwareProjectionFactory.class
org/springframework/data/jpa/repository/config/spring-jpa-1.3.xsd
org.springframework.data.jpa.repository.QueryHints.class
org.springframework.data.jpa.repository.support.QueryDslJpaRepository$1.class
org.springframework.data.jpa.repository.support.EntityManagerBeanDefinitionRegistrarPostProcessor.class
org.springframework.data.jpa.repository.query.JpaResultConverters$BlobToByteArrayConverter.class
org.springframework.data.jpa.repository.query.JpaEntityGraph.class
org.springframework.data.jpa.repository.query.StringQuery$ParameterBinding.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-data-commons-${springdata.commons}.jar
/${project.groupId}/spring-data-commons/${springdata.commons}
查看spring-data-commons所有版本文件
aspectjrt-${aspectj}.jar
/org.aspectj/aspectjrt/${aspectj}
查看aspectjrt所有版本文件
aspectjweaver-${aspectj}.jar
/org.aspectj/aspectjweaver/${aspectj}
查看aspectjweaver所有版本文件
hsqldb-2.4.1.jar
/org.hsqldb/hsqldb/2.4.1
查看hsqldb所有版本文件
joda-time-${jodatime}.jar
/joda-time/joda-time/${jodatime}
查看joda-time所有版本文件
threetenbp-${threetenbp}.jar
/org.threeten/threetenbp/${threetenbp}
查看threetenbp所有版本文件
org.eclipse.persistence.jpa-${eclipselink}.jar
/org.eclipse.persistence/org.eclipse.persistence.jpa/${eclipselink}
查看org.eclipse.persistence.jpa所有版本文件
${hibernate.artifact}-${hibernate}.jar
/org.hibernate/${hibernate.artifact}/${hibernate}
查看${hibernate.artifact}所有版本文件
hibernate-jpamodelgen-1.3.0.Final.jar
/org.hibernate/hibernate-jpamodelgen/1.3.0.Final
查看hibernate-jpamodelgen所有版本文件
openjpa-persistence-jdbc-${openjpa}.jar
/org.apache.openjpa/openjpa-persistence-jdbc/${openjpa}
查看openjpa-persistence-jdbc所有版本文件
querydsl-apt-${querydsl}.jar
/com.querydsl/querydsl-apt/${querydsl}
查看querydsl-apt所有版本文件
querydsl-jpa-${querydsl}.jar
/com.querydsl/querydsl-jpa/${querydsl}
查看querydsl-jpa所有版本文件
cdi-api-${cdi}.jar
/javax.enterprise/cdi-api/${cdi}
查看cdi-api所有版本文件
el-api-${cdi}.jar
/javax.el/el-api/${cdi}
查看el-api所有版本文件
cditest-owb-${webbeans}.jar
/org.apache.openwebbeans.test/cditest-owb/${webbeans}
查看cditest-owb所有版本文件
javax.servlet-api-3.0.1.jar
/javax.servlet/javax.servlet-api/3.0.1
查看javax.servlet-api所有版本文件
|