组织ID: |
org.hibernate |
项目ID: |
hibernate-annotations |
版本: |
3.1beta6 |
最后修改时间: |
2018-10-16 16:09:33 |
包类型: |
jar |
标题: |
Hibernate Annotations |
描述: |
EJB3-style annotations for Hibernate |
大小: |
194.55KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.1beta6</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-annotations:3.1beta6
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.1beta6</version>
<packaging>jar</packaging>
<name>Hibernate Annotations</name>
<url>http://annotations.hibernate.org</url>
<description>EJB3-style annotations for Hibernate</description>
<scm>
<url>http://opensource2.atlassian.com/projects/hibernate/browse/ANN</url>
</scm>
<dependencies>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.1rc1</version>
</dependency>
<dependency>
<groupId>lucene</groupId>
<artifactId>lucene</artifactId>
<version>1.4.3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>ejb</artifactId>
<version>3.0-public_review</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hibernate.AnnotationException.class
org.hibernate.annotations.BatchSize.class
org.hibernate.annotations.Cache.class
org.hibernate.annotations.CacheConcurrencyStrategy.class
org.hibernate.annotations.CacheModeType.class
org.hibernate.annotations.Cascade.class
org.hibernate.annotations.CascadeType.class
org.hibernate.annotations.Check.class
org.hibernate.annotations.Columns.class
org.hibernate.annotations.DiscriminatorFormula.class
org.hibernate.annotations.Entity.class
org.hibernate.annotations.Filter.class
org.hibernate.annotations.FilterDef.class
org.hibernate.annotations.FilterDefs.class
org.hibernate.annotations.Filters.class
org.hibernate.annotations.FlushModeType.class
org.hibernate.annotations.Formula.class
org.hibernate.annotations.GenericGenerator.class
org.hibernate.annotations.Index.class
org.hibernate.annotations.IndexColumn.class
org.hibernate.annotations.NamedNativeQueries.class
org.hibernate.annotations.NamedNativeQuery.class
org.hibernate.annotations.NamedQueries.class
org.hibernate.annotations.NamedQuery.class
org.hibernate.annotations.NotFound.class
org.hibernate.annotations.NotFoundAction.class
org.hibernate.annotations.OnDelete.class
org.hibernate.annotations.OnDeleteAction.class
org.hibernate.annotations.OptimisticLockType.class
org.hibernate.annotations.OrderBy.class
org.hibernate.annotations.ParamDef.class
org.hibernate.annotations.Parameter.class
org.hibernate.annotations.PolymorphismType.class
org.hibernate.annotations.Proxy.class
org.hibernate.annotations.Sort.class
org.hibernate.annotations.SortType.class
org.hibernate.annotations.Table.class
org.hibernate.annotations.Tables.class
org.hibernate.annotations.Type.class
org.hibernate.annotations.TypeDef.class
org.hibernate.annotations.TypeDefs.class
org.hibernate.annotations.Where.class
org.hibernate.cfg.AnnotatedClassType.class
org.hibernate.cfg.AnnotationBinder$1.class
org.hibernate.cfg.AnnotationBinder$PropertyAnnotatedElement.class
org.hibernate.cfg.AnnotationBinder.class
org.hibernate.cfg.AnnotationConfiguration$CacheHolder.class
org.hibernate.cfg.AnnotationConfiguration.class
org.hibernate.cfg.BinderHelper.class
org.hibernate.cfg.ClassPropertyHolder.class
org.hibernate.cfg.CollectionPropertyHolder.class
org.hibernate.cfg.ComponentPropertyHolder.class
org.hibernate.cfg.Ejb3Column.class
org.hibernate.cfg.Ejb3DiscriminatorColumn.class
org.hibernate.cfg.Ejb3JoinColumn.class
org.hibernate.cfg.ExtendedMappings.class
org.hibernate.cfg.FkSecondPass.class
org.hibernate.cfg.IndexColumn.class
org.hibernate.cfg.IndexSecondPass.class
org.hibernate.cfg.InheritanceState.class
org.hibernate.cfg.NotYetImplementedException.class
org.hibernate.cfg.PropertyHolder.class
org.hibernate.cfg.PropertyHolderBuilder.class
org.hibernate.cfg.PropertyInferredData.class
org.hibernate.cfg.ToOneMappedBySecondPass.class
org.hibernate.cfg.annotations.ArrayBinder.class
org.hibernate.cfg.annotations.BagBinder.class
org.hibernate.cfg.annotations.CollectionBinder$1.class
org.hibernate.cfg.annotations.CollectionBinder.class
org.hibernate.cfg.annotations.EntityBinder$1.class
org.hibernate.cfg.annotations.EntityBinder.class
org.hibernate.cfg.annotations.ListBinder$1.class
org.hibernate.cfg.annotations.ListBinder.class
org.hibernate.cfg.annotations.MapBinder$1.class
org.hibernate.cfg.annotations.MapBinder.class
org.hibernate.cfg.annotations.Nullability.class
org.hibernate.cfg.annotations.PrimitiveArrayBinder.class
org.hibernate.cfg.annotations.PropertyBinder.class
org.hibernate.cfg.annotations.QueryBinder$1.class
org.hibernate.cfg.annotations.QueryBinder.class
org.hibernate.cfg.annotations.SetBinder.class
org.hibernate.cfg.annotations.SimpleValueBinder$1.class
org.hibernate.cfg.annotations.SimpleValueBinder.class
org.hibernate.cfg.annotations.TableBinder.class
org.hibernate.lucene.DocumentBuilder.class
org.hibernate.lucene.Indexed.class
org.hibernate.lucene.Keyword.class
org.hibernate.lucene.Text.class
org.hibernate.lucene.Unstored.class
org.hibernate.lucene.event.LuceneEventListener.class
org.hibernate.mapping.IdGenerator.class
org.hibernate.type.AbstractLobType.class
org.hibernate.type.ByteArrayBlobType.class
org.hibernate.type.CharacterArrayClobType.class
org.hibernate.type.EnumType.class
org.hibernate.type.PrimitiveByteArrayBlobType.class
org.hibernate.type.PrimitiveCharacterArrayClobType.class
org.hibernate.type.SerializableToBlobType.class
org.hibernate.type.StringClobType.class
org.hibernate.validator.AssertFalse.class
org.hibernate.validator.AssertFalseValidator.class
org.hibernate.validator.AssertTrue.class
org.hibernate.validator.AssertTrueValidator.class
org.hibernate.validator.ClassValidator.class
org.hibernate.validator.InvalidStateException.class
org.hibernate.validator.InvalidValue.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
hibernate-3.1rc1.jar
/org.hibernate/hibernate/3.1rc1
查看hibernate所有版本文件
lucene-1.4.3.jar
/lucene/lucene/1.4.3
查看lucene所有版本文件
ejb-3.0-public_review.jar
/javax.persistence/ejb/3.0-public_review
查看ejb所有版本文件
|