组织ID: |
org.hibernate |
项目ID: |
hibernate-annotations |
版本: |
3.2.1.ga |
最后修改时间: |
2018-07-30 13:39:34 |
包类型: |
jar |
标题: |
Hibernate Annotations |
描述: |
EJB3-style annotations for Hibernate |
相关URL: |
http://annotations.hibernate.org |
大小: |
428.55KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.2.1.ga</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-annotations:3.2.1.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-annotations</artifactId>
<packaging>jar</packaging>
<version>3.2.1.ga</version>
<name>Hibernate Annotations</name>
<description>EJB3-style annotations for Hibernate</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>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>2.0.0</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hibernate.AnnotationException.class
org.hibernate.annotationfactory.AnnotationDescriptor.class
org.hibernate.annotationfactory.AnnotationFactory.class
org.hibernate.annotationfactory.AnnotationProxy$1.class
org.hibernate.annotationfactory.AnnotationProxy.class
org.hibernate.annotations.AccessType.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.CollectionId.class
org.hibernate.annotations.CollectionOfElements.class
org.hibernate.annotations.Columns.class
org.hibernate.annotations.DiscriminatorFormula.class
org.hibernate.annotations.Entity.class
org.hibernate.annotations.Fetch.class
org.hibernate.annotations.FetchMode.class
org.hibernate.annotations.Filter.class
org.hibernate.annotations.FilterDef.class
org.hibernate.annotations.FilterDefs.class
org.hibernate.annotations.FilterJoinTable.class
org.hibernate.annotations.FilterJoinTables.class
org.hibernate.annotations.Filters.class
org.hibernate.annotations.FlushModeType.class
org.hibernate.annotations.ForceDiscriminator.class
org.hibernate.annotations.ForeignKey.class
org.hibernate.annotations.Formula.class
org.hibernate.annotations.Generated.class
org.hibernate.annotations.GenerationTime.class
org.hibernate.annotations.GenericGenerator.class
org.hibernate.annotations.Index.class
org.hibernate.annotations.IndexColumn.class
org.hibernate.annotations.LazyCollection.class
org.hibernate.annotations.LazyCollectionOption.class
org.hibernate.annotations.LazyToOne.class
org.hibernate.annotations.LazyToOneOption.class
org.hibernate.annotations.Loader.class
org.hibernate.annotations.MapKey.class
org.hibernate.annotations.MapKeyManyToMany.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.Parent.class
org.hibernate.annotations.PolymorphismType.class
org.hibernate.annotations.Proxy.class
org.hibernate.annotations.ResultCheckStyle.class
org.hibernate.annotations.SQLDelete.class
org.hibernate.annotations.SQLDeleteAll.class
org.hibernate.annotations.SQLInsert.class
org.hibernate.annotations.SQLUpdate.class
org.hibernate.annotations.Sort.class
org.hibernate.annotations.SortType.class
org.hibernate.annotations.Table.class
org.hibernate.annotations.Tables.class
org.hibernate.annotations.Target.class
org.hibernate.annotations.Type.class
org.hibernate.annotations.TypeDef.class
org.hibernate.annotations.TypeDefs.class
org.hibernate.annotations.Where.class
org.hibernate.annotations.WhereJoinTable.class
org.hibernate.cfg.AbstractPropertyHolder.class
org.hibernate.cfg.AnnotatedClassType.class
org.hibernate.cfg.AnnotationBinder$1.class
org.hibernate.cfg.AnnotationBinder.class
org.hibernate.cfg.AnnotationConfiguration$1.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.CreateKeySecondPass.class
org.hibernate.cfg.DefaultComponentSafeNamingStrategy.class
org.hibernate.cfg.EJB3DTDEntityResolver.class
org.hibernate.cfg.EJB3NamingStrategy.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.OneToOneSecondPass.class
org.hibernate.cfg.PropertyData.class
org.hibernate.cfg.PropertyHolder.class
org.hibernate.cfg.PropertyHolderBuilder.class
org.hibernate.cfg.PropertyInferredData.class
org.hibernate.cfg.PropertyPreloadedData.class
org.hibernate.cfg.WrappedInferredData.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.IdBagBinder.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.ResultsetMappingSecondPass.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.cfg.annotations.Version.class
org/hibernate/ejb/orm_1_0.xsd
org.hibernate.mapping.IdGenerator.class
org.hibernate.reflection.Filter.class
org.hibernate.reflection.ReflectionManager.class
org.hibernate.reflection.XAnnotatedElement.class
org.hibernate.reflection.XClass$1.class
org.hibernate.reflection.XClass.class
org.hibernate.reflection.XMember.class
org.hibernate.reflection.XMethod.class
org.hibernate.reflection.XPackage.class
org.hibernate.reflection.XProperty.class
org.hibernate.reflection.java.EJB3OverridenAnnotationReader$1.class
org.hibernate.reflection.java.EJB3OverridenAnnotationReader$PropertyType.class
org.hibernate.reflection.java.EJB3OverridenAnnotationReader.class
org.hibernate.reflection.java.JavaAnnotationReader.class
org.hibernate.reflection.java.JavaXAnnotatedElement.class
org.hibernate.reflection.java.JavaXArrayType$1.class
org.hibernate.reflection.java.JavaXArrayType.class
org.hibernate.reflection.java.JavaXClass.class
org.hibernate.reflection.java.JavaXCollectionType$1.class
org.hibernate.reflection.java.JavaXCollectionType$2.class
org.hibernate.reflection.java.JavaXCollectionType.class
org.hibernate.reflection.java.JavaXFactory$1.class
org.hibernate.reflection.java.JavaXFactory$2.class
org.hibernate.reflection.java.JavaXFactory$MemberKey.class
org.hibernate.reflection.java.JavaXFactory$TypeKey.class
org.hibernate.reflection.java.JavaXFactory.class
org.hibernate.reflection.java.JavaXMember.class
org.hibernate.reflection.java.JavaXMethod.class
org.hibernate.reflection.java.JavaXPackage.class
org.hibernate.reflection.java.JavaXProperty.class
org.hibernate.reflection.java.JavaXSimpleType.class
org.hibernate.reflection.java.JavaXType.class
org.hibernate.reflection.java.Pair.class
org.hibernate.reflection.java.generics.ApproximatingTypeEnvironment$1.class
org.hibernate.reflection.java.generics.ApproximatingTypeEnvironment$2.class
org.hibernate.reflection.java.generics.ApproximatingTypeEnvironment.class
org.hibernate.reflection.java.generics.CompoundTypeEnvironment.class
org.hibernate.reflection.java.generics.IdentityTypeEnvironment.class
org.hibernate.reflection.java.generics.SimpleTypeEnvironment$1.class
org.hibernate.reflection.java.generics.SimpleTypeEnvironment.class
org.hibernate.reflection.java.generics.TypeEnvironment.class
org.hibernate.reflection.java.generics.TypeEnvironmentFactory$1.class
org.hibernate.reflection.java.generics.TypeEnvironmentFactory.class
org.hibernate.reflection.java.generics.TypeFactory$1.class
org.hibernate.reflection.java.generics.TypeFactory$2.class
org.hibernate.reflection.java.generics.TypeFactory.class
org.hibernate.reflection.java.generics.TypeSwitch.class
org.hibernate.reflection.java.generics.TypeUtils$1.class
org.hibernate.reflection.java.generics.TypeUtils$2.class
org.hibernate.reflection.java.generics.TypeUtils$3.class
org.hibernate.reflection.java.generics.TypeUtils$4.class
org.hibernate.reflection.java.generics.TypeUtils.class
org.hibernate.reflection.java.xml.XMLContext$Default.class
org.hibernate.reflection.java.xml.XMLContext.class
org.hibernate.search.Environment.class
org.hibernate.search.FullTextSession.class
org.hibernate.search.Search.class
org.hibernate.search.annotations.Boost.class
org.hibernate.search.annotations.DateBridge.class
org.hibernate.search.annotations.DocumentId.class
org.hibernate.search.annotations.Field.class
org.hibernate.search.annotations.FieldBridge.class
org.hibernate.search.annotations.Index.class
org.hibernate.search.annotations.Indexed.class
org.hibernate.search.annotations.Keyword.class
org.hibernate.search.annotations.Resolution.class
org.hibernate.search.annotations.Store.class
org.hibernate.search.annotations.Text.class
org.hibernate.search.annotations.Unstored.class
org.hibernate.search.backend.AddWork.class
org.hibernate.search.backend.DeleteWork.class
org.hibernate.search.backend.UpdateWork.class
org.hibernate.search.backend.Work.class
org.hibernate.search.backend.WorkQueue.class
org.hibernate.search.backend.Workspace.class
org.hibernate.search.backend.impl.BatchLuceneWorkQueue.class
org.hibernate.search.backend.impl.LuceneWorker.class
org.hibernate.search.backend.impl.PostTransactionWorkQueueSynchronization.class
org.hibernate.search.bridge.BridgeFactory$1.class
org.hibernate.search.bridge.BridgeFactory.class
org.hibernate.search.bridge.FieldBridge.class
org.hibernate.search.bridge.ParameterizedBridge.class
org.hibernate.search.bridge.String2FieldBridgeAdaptor.class
org.hibernate.search.bridge.StringBridge.class
org.hibernate.search.bridge.TwoWayFieldBridge.class
org.hibernate.search.bridge.TwoWayString2FieldBridgeAdaptor.class
org.hibernate.search.bridge.TwoWayStringBridge.class
org.hibernate.search.bridge.builtin.BigDecimalBridge.class
org.hibernate.search.bridge.builtin.BigIntegerBridge.class
org.hibernate.search.bridge.builtin.DateBridge$1.class
org.hibernate.search.bridge.builtin.DateBridge.class
org.hibernate.search.bridge.builtin.DoubleBridge.class
org.hibernate.search.bridge.builtin.FloatBridge.class
org.hibernate.search.bridge.builtin.IntegerBridge.class
org.hibernate.search.bridge.builtin.LongBridge.class
org.hibernate.search.bridge.builtin.NumberBridge.class
org.hibernate.search.bridge.builtin.ShortBridge.class
org.hibernate.search.bridge.builtin.StringBridge.class
org.hibernate.search.engine.DocumentBuilder$1.class
org.hibernate.search.engine.DocumentBuilder.class
org.hibernate.search.event.FullTextIndexEventListener.class
org.hibernate.search.impl.FullTextSessionImpl.class
org.hibernate.search.query.EntityInfo.class
org.hibernate.search.query.FullTextQueryImpl.class
org.hibernate.search.query.IteratorImpl.class
org.hibernate.search.query.ScrollableResultsImpl.class
org.hibernate.search.store.DirectoryProvider.class
org.hibernate.search.store.DirectoryProviderFactory.class
org.hibernate.search.store.FSDirectoryProvider.class
org.hibernate.search.store.RAMDirectoryProvider.class
org.hibernate.search.util.BinderHelper.class
org.hibernate.search.util.ContextHelper.class
org.hibernate.search.util.WeakIdentityHashMap$1.class
org.hibernate.search.util.WeakIdentityHashMap$Entry.class
org.hibernate.search.util.WeakIdentityHashMap$EntryIterator.class
org.hibernate.search.util.WeakIdentityHashMap$EntrySet.class
org.hibernate.search.util.WeakIdentityHashMap$HashIterator.class
org.hibernate.search.util.WeakIdentityHashMap$KeyIterator.class
org.hibernate.search.util.WeakIdentityHashMap$KeySet.class
org.hibernate.search.util.WeakIdentityHashMap$SimpleEntry.class
org.hibernate.search.util.WeakIdentityHashMap$ValueIterator.class
org.hibernate.search.util.WeakIdentityHashMap$Values.class
org.hibernate.search.util.WeakIdentityHashMap.class
org.hibernate.type.AbstractLobType.class
org.hibernate.type.ByteArrayBlobType.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所有版本文件
lucene-core-2.0.0.jar
/org.apache.lucene/lucene-core/2.0.0
查看lucene-core所有版本文件
|