组织ID: |
org.hibernate |
项目ID: |
hibernate-annotations |
版本: |
3.5.0-Final |
最后修改时间: |
2018-07-30 09:04:38 |
包类型: |
jar |
标题: |
Hibernate Annotations |
描述: |
Annotations metadata for Hibernate |
大小: |
356.49KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.5.0-Final</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-annotations:3.5.0-Final
|
下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>3.5.0-Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<packaging>jar</packaging>
<name>Hibernate Annotations</name>
<description>Annotations metadata for Hibernate</description>
<dependencies>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
</dependency>
<dependency>
<groupId>${groupId}</groupId>
<artifactId>hibernate-testing</artifactId>
<version>${version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<testResources>
<testResource>
<filtering>false</filtering>
<directory>src/test/java</directory>
<includes>
<include>**/*.xml</include>
</includes>
</testResource>
<testResource>
<filtering>true</filtering>
<directory>src/test/resources</directory>
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-test-ext-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-injection-plugin</artifactId>
<configuration>
<bytecodeInjections>
<bytecodeInjection>
<expression>${pom.version}</expression>
<targetMembers>
<methodBodyReturn>
<className>org.hibernate.cfg.annotations.Version</className>
<methodName>getVersionString</methodName>
</methodBodyReturn>
</targetMembers>
</bytecodeInjection>
</bytecodeInjections>
</configuration>
</plugin>
<plugin>
<groupId>org.twdata.maven</groupId>
<artifactId>maven-cli-plugin</artifactId>
<version>0.6.4</version>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>jaxb</id>
<activation>
<jdk>1.5</jdk>
</activation>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
<profile>
<id>doc</id>
<build>
<plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
<configuration>
<sourceDocumentName>master.xml</sourceDocumentName>
<sourceDirectory>${basedir}/src/main/docbook</sourceDirectory>
<masterTranslation>en</masterTranslation>
<imageResource>
<directory>${basedir}/src/main/docbook/en/images</directory>
</imageResource>
</configuration>
<executions>
<execution>
<id>make-doc</id>
<phase>package</phase>
<goals>
<goal>resources</goal>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hibernate.type.SerializableToBlobType.class
org.hibernate.type.PrimitiveByteArrayBlobType.class
org.hibernate.type.WrappedMaterializedBlobType.class
org.hibernate.type.StringClobType.class
org.hibernate.type.AbstractLobType.class
org.hibernate.type.EnumType.class
org.hibernate.type.CharacterArrayClobType.class
org.hibernate.type.ByteArrayBlobType.class
org.hibernate.type.PrimitiveCharacterArrayClobType.class
org.hibernate.annotations.NamedNativeQuery.class
org.hibernate.annotations.SortType.class
org.hibernate.annotations.FetchProfile$FetchOverride.class
org.hibernate.annotations.FilterDefs.class
org.hibernate.annotations.Cache.class
org.hibernate.annotations.ParamDef.class
org.hibernate.annotations.IndexColumn.class
org.hibernate.annotations.FlushModeType.class
org.hibernate.annotations.SQLUpdate.class
org.hibernate.annotations.Tables.class
org.hibernate.annotations.FilterJoinTable.class
org.hibernate.annotations.Any.class
org.hibernate.annotations.SQLDeleteAll.class
org.hibernate.annotations.JoinFormula.class
org.hibernate.annotations.Target.class
org.hibernate.annotations.Parameter.class
org.hibernate.annotations.AnyMetaDefs.class
org.hibernate.annotations.Tuplizer.class
org.hibernate.annotations.Entity.class
org.hibernate.annotations.Columns.class
org.hibernate.annotations.LazyToOneOption.class
org.hibernate.annotations.OrderBy.class
org.hibernate.annotations.Check.class
org.hibernate.annotations.OnDelete.class
org.hibernate.annotations.Sort.class
org.hibernate.annotations.LazyToOne.class
org.hibernate.annotations.OptimisticLockType.class
org.hibernate.annotations.Where.class
org.hibernate.annotations.MetaValue.class
org.hibernate.annotations.Immutable.class
org.hibernate.annotations.Persister.class
org.hibernate.annotations.Cascade.class
org.hibernate.annotations.AnyMetaDef.class
org.hibernate.annotations.FilterJoinTables.class
org.hibernate.annotations.Generated.class
org.hibernate.annotations.Filters.class
org.hibernate.annotations.TypeDef.class
org.hibernate.annotations.Formula.class
org.hibernate.annotations.OptimisticLock.class
org.hibernate.annotations.NaturalId.class
org.hibernate.annotations.LazyCollectionOption.class
org.hibernate.annotations.Proxy.class
org.hibernate.annotations.BatchSize.class
org.hibernate.annotations.Subselect.class
org.hibernate.annotations.NamedNativeQueries.class
org.hibernate.annotations.LazyCollection.class
org.hibernate.annotations.Table.class
org.hibernate.annotations.CollectionId.class
org.hibernate.annotations.AccessType.class
org.hibernate.annotations.NamedQueries.class
org.hibernate.annotations.SQLInsert.class
org.hibernate.annotations.Parent.class
org.hibernate.annotations.NamedQuery.class
org.hibernate.annotations.Filter.class
org.hibernate.annotations.GenericGenerator.class
org.hibernate.annotations.FetchMode.class
org.hibernate.annotations.ResultCheckStyle.class
org.hibernate.annotations.Type.class
org.hibernate.annotations.OnDeleteAction.class
org.hibernate.annotations.CacheModeType.class
org.hibernate.annotations.MapKeyManyToMany.class
org.hibernate.annotations.Tuplizers.class
org.hibernate.annotations.NotFoundAction.class
org.hibernate.annotations.CacheConcurrencyStrategy.class
org.hibernate.annotations.Loader.class
org.hibernate.annotations.Fetch.class
org.hibernate.annotations.GenerationTime.class
org.hibernate.annotations.Index.class
org.hibernate.annotations.ForceDiscriminator.class
org.hibernate.annotations.JoinColumnOrFormula.class
org.hibernate.annotations.DiscriminatorFormula.class
org.hibernate.annotations.SQLDelete.class
org.hibernate.annotations.CollectionOfElements.class
org.hibernate.annotations.FilterDef.class
org.hibernate.annotations.MapKey.class
org.hibernate.annotations.PolymorphismType.class
org.hibernate.annotations.CascadeType.class
org.hibernate.annotations.FetchProfile.class
org.hibernate.annotations.JoinColumnsOrFormulas.class
org.hibernate.annotations.NotFound.class
org.hibernate.annotations.WhereJoinTable.class
org.hibernate.annotations.GenericGenerators.class
org.hibernate.annotations.ForeignKey.class
org.hibernate.annotations.Synchronize.class
org.hibernate.annotations.ManyToAny.class
org.hibernate.annotations.TypeDefs.class
org.hibernate.annotations.FetchProfiles.class
org.hibernate.cfg.OneToOneSecondPass.class
org.hibernate.cfg.BinderHelper.class
org.hibernate.cfg.ColumnsBuilder.class
org.hibernate.cfg.IndexColumn.class
org.hibernate.cfg.EJB3NamingStrategy.class
org.hibernate.cfg.AnnotationBinder.class
org.hibernate.cfg.CopyIdentifierComponentSecondPass.class
org.hibernate.cfg.SecondaryTableSecondPass.class
org.hibernate.cfg.Ejb3JoinColumn.class
org.hibernate.cfg.DefaultComponentSafeNamingStrategy.class
org.hibernate.cfg.ToOneBinder.class
org.hibernate.cfg.FkSecondPass.class
org.hibernate.cfg.annotations.BagBinder.class
org.hibernate.cfg.annotations.MapKeyColumnDelegator.class
org.hibernate.cfg.annotations.QueryBinder.class
org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper.class
org.hibernate.cfg.annotations.Nullability.class
org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader$1.class
org.hibernate.cfg.annotations.reflection.XMLContext.class
org.hibernate.cfg.annotations.reflection.JPAMetadataProvider.class
org.hibernate.cfg.annotations.reflection.XMLContext$Default.class
org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader$PropertyType.class
org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader.class
org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator.class
org.hibernate.cfg.annotations.CustomizableColumns.class
org.hibernate.cfg.annotations.EntityBinder$1.class
org.hibernate.cfg.annotations.ArrayBinder.class
org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource.class
org.hibernate.cfg.annotations.PropertyBinder.class
org.hibernate.cfg.annotations.CollectionBinder$1.class
org.hibernate.cfg.annotations.PrimitiveArrayBinder.class
org.hibernate.cfg.annotations.IdBagBinder.class
org.hibernate.cfg.annotations.Version.class
org.hibernate.cfg.annotations.MapBinder$1.class
org.hibernate.cfg.annotations.ListBinder$1.class
org.hibernate.cfg.annotations.TableBinder$1.class
org.hibernate.cfg.annotations.MapBinder.class
org.hibernate.cfg.annotations.SimpleValueBinder$1.class
org.hibernate.cfg.annotations.EntityBinder.class
org.hibernate.cfg.annotations.ResultsetMappingSecondPass.class
org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper.class
org.hibernate.cfg.annotations.ListBinder.class
org.hibernate.cfg.annotations.QueryBinder$1.class
org.hibernate.cfg.annotations.TableBinder.class
org.hibernate.cfg.annotations.SimpleValueBinder.class
org.hibernate.cfg.annotations.CollectionBinder.class
org.hibernate.cfg.annotations.TableBinder$AssociationTableNameSource.class
org.hibernate.cfg.annotations.SetBinder.class
org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource.class
org.hibernate.cfg.ExtendedMappings.class
org.hibernate.cfg.PropertyHolderBuilder.class
org.hibernate.cfg.PropertyData.class
org.hibernate.cfg.SetSimpleValueTypeSecondPass.class
org.hibernate.cfg.AnnotationBinder$1.class
org.hibernate.cfg.RecoverableException.class
org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass.class
org.hibernate.cfg.PropertyPreloadedData.class
org.hibernate.cfg.search.HibernateSearchEventListenerRegister.class
org.hibernate.cfg.IndexOrUniqueKeySecondPass.class
org.hibernate.cfg.PropertyContainer.class
org.hibernate.cfg.AnnotationConfiguration$ErrorLogger.class
org.hibernate.cfg.AccessType.class
org.hibernate.cfg.EJB3DTDEntityResolver.class
org.hibernate.cfg.ClassPropertyHolder.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
hibernate-core-${version}.jar
/org.hibernate/hibernate-core/${version}
查看hibernate-core所有版本文件
hibernate-testing-${version}.jar
/${groupId}/hibernate-testing/${version}
查看hibernate-testing所有版本文件
|