组织ID: |
org.hibernate |
项目ID: |
hibernate-annotations |
版本: |
3.5.5-Final |
最后修改时间: |
2018-07-26 11:26:52 |
包类型: |
jar |
标题: |
Hibernate Annotations |
描述: |
Annotations metadata for Hibernate |
大小: |
356.98KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.5.5-Final</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-annotations:3.5.5-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.5-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.cfg.RecoverableException.class
org.hibernate.cfg.JoinedSubclassFkSecondPass.class
org.hibernate.cfg.PropertyContainer.class
org.hibernate.cfg.ColumnsBuilder.class
org.hibernate.cfg.AccessType.class
org.hibernate.cfg.PropertyHolder.class
org.hibernate.cfg.AnnotationBinder$LocalCacheAnnotationImpl.class
org.hibernate.cfg.AnnotatedClassType.class
org.hibernate.cfg.SetSimpleValueTypeSecondPass.class
org.hibernate.cfg.PropertyPreloadedData.class
org.hibernate.cfg.AnnotationConfiguration$ErrorLogger.class
org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass.class
org.hibernate.cfg.CollectionPropertyHolder.class
org.hibernate.cfg.beanvalidation.HibernateTraversableResolver.class
org.hibernate.cfg.beanvalidation.GroupsPerOperation.class
org.hibernate.cfg.beanvalidation.TypeSafeActivator.class
org.hibernate.cfg.beanvalidation.GroupsPerOperation$Operation.class
org.hibernate.cfg.beanvalidation.BeanValidationEventListener.class
org.hibernate.cfg.beanvalidation.BeanValidationActivator$ValidationMode.class
org.hibernate.cfg.beanvalidation.BeanValidationActivator.class
org.hibernate.cfg.SecondaryTableSecondPass.class
org.hibernate.cfg.OneToOneSecondPass.class
org.hibernate.cfg.ConfigurationArtefactType.class
org.hibernate.cfg.InheritanceState.class
org.hibernate.cfg.AnnotationBinder$1.class
org.hibernate.cfg.CopyIdentifierComponentSecondPass.class
org.hibernate.cfg.UniqueConstraintHolder.class
org.hibernate.cfg.ClassPropertyHolder.class
org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource.class
org.hibernate.cfg.annotations.SetBinder.class
org.hibernate.cfg.annotations.CollectionBinder$1.class
org.hibernate.cfg.annotations.ListBinder$1.class
org.hibernate.cfg.annotations.CollectionBinder.class
org.hibernate.cfg.annotations.MapBinder$1.class
org.hibernate.cfg.annotations.TableBinder$1.class
org.hibernate.cfg.annotations.EntityBinder$1.class
org.hibernate.cfg.annotations.EntityBinder.class
org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator.class
org.hibernate.cfg.annotations.MapBinder.class
org.hibernate.cfg.annotations.MapKeyColumnDelegator.class
org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper.class
org.hibernate.cfg.annotations.QueryBinder.class
org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader$1.class
org.hibernate.cfg.annotations.reflection.XMLContext.class
org.hibernate.cfg.annotations.reflection.XMLContext$Default.class
org.hibernate.cfg.annotations.reflection.JPAMetadataProvider.class
org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader$PropertyType.class
org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader.class
org.hibernate.cfg.annotations.Version.class
org.hibernate.cfg.annotations.PropertyBinder.class
org.hibernate.cfg.annotations.ArrayBinder.class
org.hibernate.cfg.annotations.TableBinder.class
org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper.class
org.hibernate.cfg.annotations.IdBagBinder.class
org.hibernate.cfg.annotations.TableBinder$AssociationTableNameSource.class
org.hibernate.cfg.annotations.SimpleValueBinder.class
org.hibernate.cfg.annotations.ListBinder.class
org.hibernate.cfg.annotations.QueryBinder$1.class
org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource.class
org.hibernate.cfg.annotations.SimpleValueBinder$1.class
org.hibernate.cfg.annotations.BagBinder.class
org.hibernate.cfg.annotations.ResultsetMappingSecondPass.class
org.hibernate.cfg.annotations.Nullability.class
org.hibernate.cfg.annotations.PrimitiveArrayBinder.class
org.hibernate.cfg.annotations.CustomizableColumns.class
org.hibernate.cfg.AnnotationConfiguration$CacheHolder.class
org.hibernate.cfg.EJB3NamingStrategy.class
org.hibernate.cfg.Ejb3JoinColumn.class
org.hibernate.cfg.AbstractPropertyHolder.class
org.hibernate.cfg.ToOneFkSecondPass.class
org.hibernate.cfg.search.HibernateSearchEventListenerRegister.class
org.hibernate.cfg.PropertyData.class
org.hibernate.cfg.IndexOrUniqueKeySecondPass.class
org.hibernate.cfg.FkSecondPass.class
org.hibernate.cfg.ComponentPropertyHolder.class
org.hibernate.cfg.ToOneBinder.class
org.hibernate.cfg.VerifyFetchProfileReferenceSecondPass.class
org.hibernate.cfg.PropertyInferredData.class
org.hibernate.cfg.Ejb3Column.class
org.hibernate.cfg.AnnotationConfiguration.class
org.hibernate.cfg.BinderHelper.class
org.hibernate.cfg.InheritanceState$1.class
org.hibernate.cfg.PropertyHolderBuilder.class
org.hibernate.cfg.EJB3DTDEntityResolver.class
org.hibernate.cfg.NotYetImplementedException.class
org.hibernate.cfg.ExtendedMappings.class
org.hibernate.cfg.IndexColumn.class
org.hibernate.cfg.AnnotationConfiguration$ExtendedMappingsImpl.class
org.hibernate.cfg.InheritanceState$ElementsToProcess.class
org.hibernate.cfg.WrappedInferredData.class
org.hibernate.cfg.AnnotationBinder.class
org.hibernate.cfg.DefaultComponentSafeNamingStrategy.class
org.hibernate.cfg.Ejb3DiscriminatorColumn.class
org.hibernate.cfg.CreateKeySecondPass.class
org.hibernate.AnnotationException.class
org.hibernate.annotations.Immutable.class
org.hibernate.annotations.Proxy.class
org.hibernate.annotations.OrderBy.class
org.hibernate.annotations.TypeDef.class
org.hibernate.annotations.Fetch.class
org.hibernate.annotations.JoinColumnsOrFormulas.class
org.hibernate.annotations.AccessType.class
org.hibernate.annotations.OnDeleteAction.class
org.hibernate.annotations.Table.class
org.hibernate.annotations.Filter.class
org.hibernate.annotations.FetchProfile$FetchOverride.class
org.hibernate.annotations.LazyCollectionOption.class
org.hibernate.annotations.Any.class
org.hibernate.annotations.Synchronize.class
org.hibernate.annotations.ForeignKey.class
org.hibernate.annotations.ResultCheckStyle.class
org.hibernate.annotations.PolymorphismType.class
org.hibernate.annotations.CollectionOfElements.class
org.hibernate.annotations.SQLDeleteAll.class
org.hibernate.annotations.ForceDiscriminator.class
org.hibernate.annotations.GenerationTime.class
org.hibernate.annotations.Entity.class
org.hibernate.annotations.NamedQueries.class
org.hibernate.annotations.MetaValue.class
org.hibernate.annotations.MapKey.class
org.hibernate.annotations.SortType.class
org.hibernate.annotations.OnDelete.class
org.hibernate.annotations.Sort.class
org.hibernate.annotations.SQLUpdate.class
org.hibernate.annotations.WhereJoinTable.class
org.hibernate.annotations.Filters.class
org.hibernate.annotations.Type.class
org.hibernate.annotations.CacheConcurrencyStrategy.class
org.hibernate.annotations.Parameter.class
org.hibernate.annotations.AnyMetaDef.class
org.hibernate.annotations.ManyToAny.class
org.hibernate.annotations.DiscriminatorFormula.class
org.hibernate.annotations.Parent.class
org.hibernate.annotations.GenericGenerators.class
org.hibernate.annotations.BatchSize.class
org.hibernate.annotations.CacheModeType.class
org.hibernate.annotations.FetchProfile.class
org.hibernate.annotations.FlushModeType.class
org.hibernate.annotations.FilterJoinTables.class
org.hibernate.annotations.LazyToOne.class
org.hibernate.annotations.Cache.class
org.hibernate.annotations.NamedNativeQuery.class
org.hibernate.annotations.Tables.class
org.hibernate.annotations.OptimisticLockType.class
org.hibernate.annotations.Cascade.class
org.hibernate.annotations.JoinColumnOrFormula.class
org.hibernate.annotations.SQLDelete.class
org.hibernate.annotations.SQLInsert.class
org.hibernate.annotations.Check.class
org.hibernate.annotations.GenericGenerator.class
org.hibernate.annotations.Formula.class
org.hibernate.annotations.TypeDefs.class
org.hibernate.annotations.NotFound.class
org.hibernate.annotations.OptimisticLock.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所有版本文件
|