组织ID: |
org.hibernate |
项目ID: |
hibernate-annotations |
版本: |
3.0beta2 |
最后修改时间: |
2019-01-03 12:26:17 |
包类型: |
jar |
大小: |
127.80KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.0beta2</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-annotations:3.0beta2
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.0beta2</version>
<dependencies>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>ejb</artifactId>
<version>3.0-edr2-20050513</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.0.5</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.Cascade.class
org.hibernate.annotations.CascadeType.class
org.hibernate.annotations.Check.class
org.hibernate.annotations.Columns.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.IndexColumn.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.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.class
org.hibernate.cfg.AnnotationConfiguration$CacheHolder.class
org.hibernate.cfg.AnnotationConfiguration.class
org.hibernate.cfg.AnnotedElementInferredData.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.InheritanceState.class
org.hibernate.cfg.NotYetImplementedException.class
org.hibernate.cfg.PropertyHolder.class
org.hibernate.cfg.PropertyHolderBuilder.class
org.hibernate.cfg.SecondPass.class
org.hibernate.cfg.annotations.AbstractCollectionBinder$1.class
org.hibernate.cfg.annotations.AbstractCollectionBinder$2.class
org.hibernate.cfg.annotations.AbstractCollectionBinder.class
org.hibernate.cfg.annotations.ArrayBinder.class
org.hibernate.cfg.annotations.BagBinder.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$2.class
org.hibernate.cfg.annotations.ListBinder.class
org.hibernate.cfg.annotations.PropertyBinder.class
org.hibernate.cfg.annotations.QueryBinder.class
org.hibernate.cfg.annotations.SetBinder.class
org.hibernate.cfg.annotations.SimpleValueBinder.class
org.hibernate.cfg.annotations.TableBinder.class
org.hibernate.mapping.IdGenerator.class
org.hibernate.type.ByteArrayBlobType.class
org.hibernate.type.CharacterArrayClobType.class
org.hibernate.type.PrimitiveByteArrayBlobType.class
org.hibernate.type.PrimitiveCharacterArrayClobType.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
org.hibernate.validator.Length.class
org.hibernate.validator.LengthValidator.class
org.hibernate.validator.Max.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
ejb-3.0-edr2-20050513.jar
/javax.persistence/ejb/3.0-edr2-20050513
查看ejb所有版本文件
hibernate-3.0.5.jar
/org.hibernate/hibernate/3.0.5
查看hibernate所有版本文件
|