组织ID: |
org.hibernate |
项目ID: |
hibernate-commons-annotations |
版本: |
3.3.0.ga |
最后修改时间: |
2018-07-26 09:25:08 |
包类型: |
jar |
标题: |
Hibernate Commons - Annotations |
描述: |
EJB3-style annotations for Hibernate - common code |
相关URL: |
http://annotations.hibernate.org |
大小: |
64.87KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>3.3.0.ga</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-commons-annotations:3.3.0.ga
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?>
<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 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>4.0.0</modelVersion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<packaging>jar</packaging>
<version>3.3.0.ga</version>
<name>Hibernate Commons - Annotations</name>
<description>EJB3-style annotations for Hibernate - common code</description>
<url>http://annotations.hibernate.org</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.2.1.ga</version>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hibernate.annotations.common.AssertionFailure.class
org.hibernate.annotations.common.annotationfactory.AnnotationDescriptor.class
org.hibernate.annotations.common.annotationfactory.AnnotationFactory.class
org.hibernate.annotations.common.annotationfactory.AnnotationProxy$1.class
org.hibernate.annotations.common.annotationfactory.AnnotationProxy.class
org.hibernate.annotations.common.reflection.AnnotationReader.class
org.hibernate.annotations.common.reflection.Filter.class
org.hibernate.annotations.common.reflection.ReflectionManager.class
org.hibernate.annotations.common.reflection.ReflectionUtil.class
org.hibernate.annotations.common.reflection.XAnnotatedElement.class
org.hibernate.annotations.common.reflection.XClass$1.class
org.hibernate.annotations.common.reflection.XClass.class
org.hibernate.annotations.common.reflection.XMember.class
org.hibernate.annotations.common.reflection.XMethod.class
org.hibernate.annotations.common.reflection.XPackage.class
org.hibernate.annotations.common.reflection.XProperty.class
org.hibernate.annotations.common.reflection.java.JavaAnnotationReader.class
org.hibernate.annotations.common.reflection.java.JavaReflectionManager$1.class
org.hibernate.annotations.common.reflection.java.JavaReflectionManager$2.class
org.hibernate.annotations.common.reflection.java.JavaReflectionManager$MemberKey.class
org.hibernate.annotations.common.reflection.java.JavaReflectionManager$TypeKey.class
org.hibernate.annotations.common.reflection.java.JavaReflectionManager.class
org.hibernate.annotations.common.reflection.java.JavaXAnnotatedElement.class
org.hibernate.annotations.common.reflection.java.JavaXArrayType$1.class
org.hibernate.annotations.common.reflection.java.JavaXArrayType.class
org.hibernate.annotations.common.reflection.java.JavaXClass.class
org.hibernate.annotations.common.reflection.java.JavaXCollectionType$1.class
org.hibernate.annotations.common.reflection.java.JavaXCollectionType$2.class
org.hibernate.annotations.common.reflection.java.JavaXCollectionType.class
org.hibernate.annotations.common.reflection.java.JavaXMember.class
org.hibernate.annotations.common.reflection.java.JavaXMethod.class
org.hibernate.annotations.common.reflection.java.JavaXPackage.class
org.hibernate.annotations.common.reflection.java.JavaXProperty.class
org.hibernate.annotations.common.reflection.java.JavaXSimpleType.class
org.hibernate.annotations.common.reflection.java.JavaXType.class
org.hibernate.annotations.common.reflection.java.Pair.class
org.hibernate.annotations.common.reflection.java.generics.ApproximatingTypeEnvironment$1.class
org.hibernate.annotations.common.reflection.java.generics.ApproximatingTypeEnvironment$2.class
org.hibernate.annotations.common.reflection.java.generics.ApproximatingTypeEnvironment.class
org.hibernate.annotations.common.reflection.java.generics.CompoundTypeEnvironment.class
org.hibernate.annotations.common.reflection.java.generics.IdentityTypeEnvironment.class
org.hibernate.annotations.common.reflection.java.generics.SimpleTypeEnvironment$1.class
org.hibernate.annotations.common.reflection.java.generics.SimpleTypeEnvironment.class
org.hibernate.annotations.common.reflection.java.generics.TypeEnvironment.class
org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory$1.class
org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
hibernate-3.2.1.ga.jar
/org.hibernate/hibernate/3.2.1.ga
查看hibernate所有版本文件
persistence-api-1.0.jar
/javax.persistence/persistence-api/1.0
查看persistence-api所有版本文件
|