组织ID: |
org.hibernate |
项目ID: |
hibernate-core |
版本: |
3.3.0.SP1 |
最后修改时间: |
2018-07-26 10:24:50 |
包类型: |
jar |
标题: |
Hibernate Core |
描述: |
The core functionality of Hibernate |
大小: |
2.16MB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>3.3.0.SP1</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-core:3.3.0.SP1
|
下载Jar包: |
|
POM文件内容: |
<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.3.0.SP1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<packaging>jar</packaging>
<name>Hibernate Core</name>
<description>The core functionality of Hibernate</description>
<dependencies>
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>javax.security</groupId>
<artifactId>jaas</artifactId>
<version>1.0.01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.security</groupId>
<artifactId>jacc</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.4.GA</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-cglib-repack</artifactId>
<version>2.1_3</version>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>antlr-maven-plugin</artifactId>
<version>${antlrPluginVersion}</version>
<configuration>
<grammars>hql.g,hql-sql.g,sql-gen.g</grammars>
</configuration>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>antlr-maven-plugin</artifactId>
<version>${antlrPluginVersion}</version>
<configuration>
<grammars>hql.g</grammars>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<groups>
<group>
<title>Core API</title>
<packages>org.hibernate:org.hibernate.classic:org.hibernate.criterion:org.hibernate.metadata:org.hibernate.cfg:org.hibernate.usertype</packages>
</group>
<group>
<title>Extension API</title>
<packages>org.hibernate.id:org.hibernate.connection:org.hibernate.transaction:org.hibernate.type:org.hibernate.dialect*:org.hibernate.cache*:org.hibernate.event*:org.hibernate.action:org.hibernate.property:org.hibernate.loader*:org.hibernate.persister*:org.hibernate.proxy:org.hibernate.tuple:org.hibernate.transform:org.hibernate.collection:org.hibernate.jdbc</packages>
</group>
<group>
<title>Miscellaneous API</title>
<packages>org.hibernate.stat:org.hibernate.tool.hbm2ddl:org.hibernate.jmx:org.hibernate.mapping:org.hibernate.tool.instrument</packages>
</group>
<group>
<title>Internal Implementation</title>
<packages>org.hibernate.engine:org.hibernate.impl:org.hibernate.sql:org.hibernate.lob:org.hibernate.util:org.hibernate.exception:org.hibernate.hql:org.hibernate.hql.ast:org.hibernate.hql.antlr:org.hibernate.hql.classic:org.hibernate.intercept:org.hibernate.secure:org.hibernate.pretty</packages>
</group>
</groups>
</configuration>
</plugin>
</plugins>
</reporting>
<properties>
<antlrPluginVersion>2.1</antlrPluginVersion>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hibernate.tuple.component.DynamicMapComponentTuplizer.class
org.hibernate.tuple.component.ComponentEntityModeToTuplizerMapping.class
org.hibernate.tuple.component.ComponentMetamodel.class
org.hibernate.tuple.component.PojoComponentTuplizer.class
org.hibernate.tuple.component.Dom4jComponentTuplizer.class
org.hibernate.tuple.component.ComponentTuplizer.class
org.hibernate.tuple.component.AbstractComponentTuplizer.class
org.hibernate.tuple.component.PojoComponentTuplizer$ProxiedInstantiator.class
org.hibernate.tuple.Dom4jInstantiator.class
org.hibernate.tuple.PojoInstantiator.class
org.hibernate.tuple.EntityModeToTuplizerMapping.class
org.hibernate.tuple.entity.EntityTuplizer.class
org.hibernate.tuple.entity.PojoEntityTuplizer.class
org.hibernate.tuple.entity.DynamicMapEntityTuplizer.class
org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.class
org.hibernate.tuple.entity.EntityMetamodel.class
org.hibernate.tuple.entity.AbstractEntityTuplizer.class
org.hibernate.tuple.entity.Dom4jEntityTuplizer.class
org.hibernate.tuple.ElementWrapper.class
org.hibernate.tuple.DynamicMapInstantiator.class
org.hibernate.tuple.Property.class
org.hibernate.tuple.Instantiator.class
org.hibernate.tuple.VersionProperty.class
org.hibernate.tuple.IdentifierProperty.class
org.hibernate.tuple.PropertyFactory.class
org.hibernate.tuple.StandardProperty.class
org.hibernate.tuple.Tuplizer.class
org.hibernate.context.ThreadLocalSessionContext.class
org.hibernate.context.JTASessionContext.class
org.hibernate.context.JTASessionContext$CleanupSynch.class
org.hibernate.context.CurrentSessionContext.class
org.hibernate.context.ThreadLocalSessionContext$CleanupSynch.class
org.hibernate.context.ManagedSessionContext.class
org.hibernate.context.ThreadLocalSessionContext$TransactionProtectionWrapper.class
org.hibernate.transform.PassThroughResultTransformer.class
org.hibernate.transform.DistinctRootEntityResultTransformer.class
org.hibernate.transform.DistinctResultTransformer$1.class
org.hibernate.transform.BasicTransformerAdapter.class
org.hibernate.transform.ToListResultTransformer.class
org.hibernate.transform.AliasToEntityMapResultTransformer.class
org.hibernate.transform.AliasToBeanResultTransformer.class
org.hibernate.transform.ResultTransformer.class
org.hibernate.transform.DistinctResultTransformer.class
org.hibernate.transform.RootEntityResultTransformer.class
org.hibernate.transform.AliasToBeanConstructorResultTransformer.class
org.hibernate.transform.Transformers.class
org.hibernate.transform.DistinctResultTransformer$Identity.class
org.hibernate.property.BackrefPropertyAccessor$1.class
org.hibernate.property.Dom4jAccessor$AttributeSetter.class
org.hibernate.property.MapAccessor.class
org.hibernate.property.BackrefPropertyAccessor$BackrefSetter.class
org.hibernate.property.BasicPropertyAccessor.class
org.hibernate.property.Dom4jAccessor$TextSetter.class
org.hibernate.property.PropertyAccessor.class
org.hibernate.property.EmbeddedPropertyAccessor$EmbeddedGetter.class
org.hibernate.property.MapAccessor$MapSetter.class
org.hibernate.property.DirectPropertyAccessor$DirectGetter.class
org.hibernate.property.Dom4jAccessor$ElementSetter.class
org.hibernate.property.EmbeddedPropertyAccessor.class
org.hibernate.property.Getter.class
org.hibernate.property.IndexPropertyAccessor$IndexGetter.class
org.hibernate.property.Dom4jAccessor$Dom4jSetter.class
org.hibernate.property.NoopAccessor.class
org.hibernate.property.Dom4jAccessor$AttributeGetter.class
org.hibernate.property.Dom4jAccessor$Dom4jGetter.class
org.hibernate.property.ChainedPropertyAccessor.class
org.hibernate.property.BasicPropertyAccessor$BasicSetter.class
org.hibernate.property.BasicPropertyAccessor$BasicGetter.class
org.hibernate.property.DirectPropertyAccessor.class
org.hibernate.property.Setter.class
org.hibernate.property.NoopAccessor$NoopSetter.class
org.hibernate.property.Dom4jAccessor$ElementAttributeGetter.class
org.hibernate.property.NoopAccessor$NoopGetter.class
org.hibernate.property.Dom4jAccessor$ElementGetter.class
org.hibernate.property.Dom4jAccessor.class
org.hibernate.property.DirectPropertyAccessor$DirectSetter.class
org.hibernate.property.PropertyAccessorFactory.class
org.hibernate.property.EmbeddedPropertyAccessor$EmbeddedSetter.class
org.hibernate.property.NoopAccessor$1.class
org.hibernate.property.IndexPropertyAccessor.class
org.hibernate.property.BackrefPropertyAccessor$BackrefGetter.class
org.hibernate.property.BackrefPropertyAccessor.class
org.hibernate.property.Dom4jAccessor$TextGetter.class
org.hibernate.property.MapAccessor$MapGetter.class
org.hibernate.property.Dom4jAccessor$ElementAttributeSetter.class
org.hibernate.property.BasicPropertyAccessor$1.class
org.hibernate.property.IndexPropertyAccessor$IndexSetter.class
org.hibernate.EmptyInterceptor.class
org.hibernate.TransactionException.class
org.hibernate.StatelessSession.class
org.hibernate.ObjectNotFoundException.class
org.hibernate.engine.TransactionHelper.class
org.hibernate.engine.VersionValue$1.class
org.hibernate.engine.loading.LoadingCollectionEntry.class
org.hibernate.engine.loading.LoadContexts.class
org.hibernate.engine.loading.CollectionLoadContext.class
org.hibernate.engine.loading.EntityLoadContext.class
org.hibernate.engine.EntityUniqueKey.class
org.hibernate.engine.JoinSequence$Selector.class
org.hibernate.engine.SessionImplementor.class
org.hibernate.engine.TransactionHelper$1Work.class
org.hibernate.engine.RowSelection.class
org.hibernate.engine.CollectionKey.class
org.hibernate.engine.CascadeStyle$5.class
org.hibernate.engine.CascadeStyle$11.class
org.hibernate.engine.JoinSequence$Join.class
org.hibernate.engine.EntityEntry.class
org.hibernate.engine.CascadeStyle$3.class
org.hibernate.engine.Versioning.class
org.hibernate.engine.CascadingAction$7.class
org.hibernate.engine.Mapping.class
org.hibernate.engine.VersionValue.class
org.hibernate.engine.VersionValue$3.class
org.hibernate.engine.QueryParameters.class
org.hibernate.engine.CascadingAction$5.class
org.hibernate.engine.ValueInclusion.class
org.hibernate.engine.CascadeStyle.class
org.hibernate.engine.ActionQueue$InsertActionSorter.class
org.hibernate.engine.CascadingAction$9.class
org.hibernate.engine.EntityKey.class
org.hibernate.engine.VersionValue$2.class
org.hibernate.engine.Status.class
org.hibernate.engine.CascadingAction$6.class
org.hibernate.engine.CascadingAction$8.class
org.hibernate.engine.CascadingAction$3.class
org.hibernate.engine.SubselectFetch.class
org.hibernate.engine.IdentifierValue$2.class
org.hibernate.engine.CascadeStyle$4.class
org.hibernate.engine.IdentifierValue$4.class
org.hibernate.engine.CascadingAction$1.class
org.hibernate.engine.query.ParameterParser.class
org.hibernate.engine.query.HQLQueryPlan.class
org.hibernate.engine.query.FilterQueryPlan.class
org.hibernate.engine.query.ReturnMetadata.class
org.hibernate.engine.query.ParameterMetadata.class
org.hibernate.engine.query.QueryMetadata.class
org.hibernate.engine.query.OrdinalParameterDescriptor.class
org.hibernate.engine.query.QueryPlanCache$HQLQueryPlanKey.class
org.hibernate.engine.query.sql.NativeSQLQueryScalarReturn.class
org.hibernate.engine.query.sql.NativeSQLQuerySpecification.class
org.hibernate.engine.query.sql.NativeSQLQueryReturn.class
org.hibernate.engine.query.sql.NativeSQLQueryRootReturn.class
org.hibernate.engine.query.sql.NativeSQLQueryNonScalarReturn.class
org.hibernate.engine.query.sql.NativeSQLQueryJoinReturn.class
org.hibernate.engine.query.sql.NativeSQLQueryCollectionReturn.class
org.hibernate.engine.query.ParamLocationRecognizer.class
org.hibernate.engine.query.ParameterParser$Recognizer.class
org.hibernate.engine.query.NativeSQLQueryPlan.class
org.hibernate.engine.query.QueryPlanCache.class
org.hibernate.engine.query.ParamLocationRecognizer$NamedParameterDescription.class
org.hibernate.engine.query.NamedParameterDescriptor.class
org.hibernate.engine.query.QueryPlanCache$FilterQueryPlanKey.class
org.hibernate.engine.CascadingAction.class
org.hibernate.engine.ForeignKeys.class
org.hibernate.engine.CascadeStyle$MultipleCascadeStyle.class
org.hibernate.engine.CascadingAction$2.class
org.hibernate.engine.CascadeStyle$6.class
org.hibernate.engine.CascadingAction$4.class
org.hibernate.engine.CollectionEntry.class
org.hibernate.engine.IdentifierValue$3.class
org.hibernate.engine.TwoPhaseLoad.class
org.hibernate.engine.StatefulPersistenceContext.class
org.hibernate.engine.AssociationKey.class
org.hibernate.engine.transaction.Isolater$JdbcDelegate.class
org.hibernate.engine.transaction.Isolater$JtaDelegate.class
org.hibernate.engine.transaction.IsolatedWork.class
org.hibernate.engine.transaction.Isolater.class
org.hibernate.engine.transaction.Isolater$Delegate.class
org.hibernate.engine.Collections.class
org.hibernate.engine.JoinSequence.class
org.hibernate.engine.UnsavedValueFactory.class
org.hibernate.engine.NamedSQLQueryDefinition.class
org.hibernate.engine.Nullability.class
org.hibernate.engine.CascadeStyle$1.class
org.hibernate.engine.ActionQueue.class
org.hibernate.engine.CascadeStyle$8.class
org.hibernate.engine.JoinHelper.class
org.hibernate.engine.PersistenceContext.class
org.hibernate.engine.ResultSetMappingDefinition.class
org.hibernate.engine.CascadeStyle$7.class
org.hibernate.engine.BatchFetchQueue.class
org.hibernate.engine.ExecuteUpdateResultCheckStyle.class
org.hibernate.engine.CascadeStyle$9.class
org.hibernate.engine.HibernateIterator.class
org.hibernate.engine.NamedQueryDefinition.class
org.hibernate.engine.SessionFactoryImplementor.class
org.hibernate.engine.Cascade.class
org.hibernate.engine.ParameterBinder.class
org.hibernate.engine.TypedValue.class
org.hibernate.engine.CascadeStyle$12.class
org.hibernate.engine.ForeignKeys$Nullifier.class
org.hibernate.engine.CascadingAction$10.class
org.hibernate.engine.CascadeStyle$2.class
org.hibernate.engine.IdentifierValue$1.class
org.hibernate.engine.CascadeStyle$10.class
org.hibernate.engine.IdentifierValue.class
org.hibernate.engine.FilterDefinition.class
org.hibernate.engine.ParameterBinder$NamedParameterSource.class
org.hibernate.NonUniqueObjectException.class
org.hibernate.EntityMode.class
org.hibernate.Hibernate.class
org.hibernate.pretty.MessageHelper.class
org.hibernate.pretty.Printer.class
org.hibernate.SessionFactoryObserver.class
org.hibernate.mapping.PersistentClassVisitor.class
org.hibernate.mapping.Join.class
org.hibernate.mapping.Set.class
org.hibernate.mapping.DenormalizedTable.class
org.hibernate.mapping.RelationalModel.class
org.hibernate.mapping.Backref.class
org.hibernate.mapping.UnionSubclass.class
org.hibernate.mapping.SimpleValue.class
org.hibernate.mapping.Component.class
org.hibernate.mapping.RootClass.class
org.hibernate.mapping.Formula.class
org.hibernate.mapping.Any.class
org.hibernate.mapping.Map.class
org.hibernate.mapping.PrimitiveArray.class
org.hibernate.mapping.PersistentClass.class
org.hibernate.mapping.AbstractAuxiliaryDatabaseObject.class
org.hibernate.mapping.SingleTableSubclass.class
org.hibernate.mapping.Selectable.class
org.hibernate.mapping.SimpleAuxiliaryDatabaseObject.class
org.hibernate.mapping.ValueVisitor.class
org.hibernate.mapping.ToOne.class
org.hibernate.mapping.MetaAttributable.class
org.hibernate.mapping.IndexedCollection.class
org.hibernate.mapping.AuxiliaryDatabaseObject.class
org.hibernate.mapping.Fetchable.class
org.hibernate.mapping.DependantValue.class
org.hibernate.mapping.Subclass.class
org.hibernate.mapping.JoinedSubclass.class
org.hibernate.mapping.UniqueKey.class
org.hibernate.mapping.Property.class
org.hibernate.mapping.Value.class
org.hibernate.mapping.Table$ForeignKeyKey.class
org.hibernate.mapping.ForeignKey.class
org.hibernate.mapping.Column.class
org.hibernate.mapping.KeyValue.class
org.hibernate.mapping.Array.class
org.hibernate.mapping.Table.class
org.hibernate.mapping.Index.class
org.hibernate.mapping.List.class
org.hibernate.mapping.Bag.class
org.hibernate.mapping.PropertyGeneration.class
org.hibernate.mapping.Collection.class
org.hibernate.mapping.Constraint.class
org.hibernate.mapping.MetaAttribute.class
org.hibernate.mapping.IdentifierCollection.class
org.hibernate.mapping.PrimaryKey.class
org.hibernate.mapping.OneToMany.class
org.hibernate.mapping.IdentifierBag.class
org.hibernate.mapping.TableOwner.class
org.hibernate.mapping.Filterable.class
org.hibernate.mapping.ManyToOne.class
org.hibernate.mapping.TypeDef.class
org.hibernate.mapping.IndexBackref.class
org.hibernate.mapping.OneToOne.class
org.hibernate.jdbc.ColumnNameCache.class
org.hibernate.jdbc.BatchingBatcher.class
org.hibernate.jdbc.ResultSetWrapper.class
org.hibernate.jdbc.BatchedTooManyRowsAffectedException.class
org.hibernate.jdbc.TooManyRowsAffectedException.class
org.hibernate.jdbc.JDBCContext$Context.class
org.hibernate.jdbc.Expectations.class
org.hibernate.jdbc.ConnectionManager.class
org.hibernate.jdbc.Expectation.class
org.hibernate.jdbc.Expectations$BasicExpectation.class
org.hibernate.jdbc.NonBatchingBatcher.class
org.hibernate.jdbc.Expectations$1.class
org.hibernate.jdbc.BorrowedConnectionProxy.class
org.hibernate.jdbc.ConnectionWrapper.class
org.hibernate.jdbc.BatchFailedException.class
org.hibernate.jdbc.AbstractBatcher.class
org.hibernate.jdbc.Batcher.class
org.hibernate.jdbc.util.DDLFormatterImpl.class
org.hibernate.jdbc.util.FormatStyle$1.class
org.hibernate.jdbc.util.FormatStyle.class
org.hibernate.jdbc.util.SQLStatementLogger.class
org.hibernate.jdbc.util.BasicFormatterImpl$FormatProcess.class
org.hibernate.jdbc.util.Formatter.class
org.hibernate.jdbc.util.FormatStyle$NoFormatImpl.class
org.hibernate.jdbc.util.BasicFormatterImpl.class
org.hibernate.jdbc.Expectations$BasicParamExpectation.class
org.hibernate.jdbc.JDBCContext.class
org.hibernate.jdbc.Work.class
org.hibernate.jdbc.BatchingBatcherFactory.class
org.hibernate.jdbc.NonBatchingBatcherFactory.class
org.hibernate.jdbc.BatcherFactory.class
org.hibernate.jdbc.ConnectionManager$Callback.class
org.hibernate.lob.SerializableBlob.class
org.hibernate.lob.ClobImpl.class
org.hibernate.lob.BlobImpl.class
org.hibernate.lob.SerializableClob.class
org.hibernate.lob.ReaderInputStream.class
org.hibernate.HibernateException.class
org.hibernate.Interceptor.class
org.hibernate.InvalidMappingException.class
org.hibernate.ConnectionReleaseMode.class
org.hibernate.classic.ValidationFailure.class
org.hibernate.classic.Lifecycle.class
org.hibernate.classic.Validatable.class
org.hibernate.classic.Session.class
org.hibernate.cache.entry.CollectionCacheEntry.class
org.hibernate.cache.entry.CacheEntry.class
org.hibernate.cache.entry.UnstructuredCacheEntry.class
org.hibernate.cache.entry.StructuredCollectionCacheEntry.class
org.hibernate.cache.entry.CacheEntryStructure.class
org.hibernate.cache.entry.StructuredCacheEntry.class
org.hibernate.cache.entry.StructuredMapCacheEntry.class
org.hibernate.cache.ReadOnlyCache.class
org.hibernate.cache.ReadWriteCache$Lock.class
org.hibernate.cache.NoCachingEnabledException.class
org.hibernate.cache.TransactionalDataRegion.class
org.hibernate.cache.AbstractJndiBoundCacheProvider.class
org.hibernate.cache.CacheException.class
org.hibernate.cache.TransactionalCache.class
org.hibernate.cache.EntityRegion.class
org.hibernate.cache.ReadWriteCache$Item.class
org.hibernate.cache.NoCacheProvider.class
org.hibernate.cache.QueryResultsRegion.class
org.hibernate.cache.StandardQueryCacheFactory.class
org.hibernate.cache.HashtableCacheProvider.class
org.hibernate.cache.TimestampsRegion.class
org.hibernate.cache.TransactionAwareCache.class
org.hibernate.cache.ReadWriteCache.class
org.hibernate.cache.CacheDataDescription.class
org.hibernate.cache.CacheKey.class
org.hibernate.cache.ReadWriteCache$Lockable.class
org.hibernate.cache.RegionFactory.class
org.hibernate.cache.StandardQueryCache.class
org.hibernate.cache.OptimisticCacheSource.class
org.hibernate.cache.QueryCacheFactory.class
org.hibernate.cache.HashtableCache.class
org.hibernate.cache.Region.class
org.hibernate.cache.CacheProvider.class
org.hibernate.cache.CacheConcurrencyStrategy.class
org.hibernate.cache.CollectionRegion.class
org.hibernate.cache.Cache.class
org.hibernate.cache.OptimisticCache.class
org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge.class
org.hibernate.cache.impl.bridge.QueryResultsRegionAdapter.class
org.hibernate.cache.impl.bridge.OptimisticCacheSourceAdapter.class
org.hibernate.cache.impl.bridge.CollectionAccessStrategyAdapter.class
org.hibernate.cache.impl.bridge.BaseGeneralDataRegionAdapter.class
org.hibernate.cache.impl.bridge.EntityAccessStrategyAdapter.class
org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter.class
org.hibernate.cache.impl.bridge.CollectionRegionAdapter.class
org.hibernate.cache.impl.bridge.EntityRegionAdapter.class
org.hibernate.cache.impl.bridge.TimestampsRegionAdapter.class
org.hibernate.cache.impl.bridge.BaseRegionAdapter.class
org.hibernate.cache.impl.NoCachingRegionFactory.class
org.hibernate.cache.impl.CacheDataDescriptionImpl.class
org.hibernate.cache.GeneralDataRegion.class
org.hibernate.cache.QueryKey.class
org.hibernate.cache.FilterKey.class
org.hibernate.cache.Timestamper.class
org.hibernate.cache.QueryCache.class
org.hibernate.cache.UpdateTimestampsCache.class
org.hibernate.cache.access.SoftLock.class
org.hibernate.cache.access.EntityRegionAccessStrategy.class
org.hibernate.cache.access.CollectionRegionAccessStrategy.class
org.hibernate.cache.access.AccessType.class
org.hibernate.cache.NonstrictReadWriteCache.class
org.hibernate.stat.SessionStatisticsImpl.class
org.hibernate.stat.Statistics.class
org.hibernate.stat.StatisticsImplementor.class
org.hibernate.stat.CategorizedStatistics.class
org.hibernate.stat.SecondLevelCacheStatistics.class
org.hibernate.stat.EntityStatistics.class
org.hibernate.stat.SessionStatistics.class
org.hibernate.stat.StatisticsImpl.class
org.hibernate.stat.QueryStatistics.class
org.hibernate.stat.CollectionStatistics.class
org.hibernate.PropertyValueException.class
org.hibernate.sql.Sybase11JoinFragment.class
org.hibernate.sql.ANSICaseFragment.class
org.hibernate.sql.ConditionFragment.class
org.hibernate.sql.QuerySelect.class
org.hibernate.sql.Template.class
org.hibernate.sql.Update.class
org.hibernate.sql.Alias.class
org.hibernate.sql.DerbyCaseFragment.class
org.hibernate.sql.MckoiCaseFragment.class
org.hibernate.sql.Delete.class
org.hibernate.sql.DecodeCaseFragment.class
org.hibernate.sql.Select.class
org.hibernate.sql.SimpleSelect.class
org.hibernate.sql.CaseFragment.class
org.hibernate.sql.CacheJoinFragment.class
org.hibernate.sql.Insert.class
org.hibernate.sql.QueryJoinFragment.class
org.hibernate.sql.SelectFragment.class
org.hibernate.sql.HSQLCaseFragment.class
org.hibernate.sql.InsertSelect.class
org.hibernate.sql.ANSIJoinFragment.class
org.hibernate.sql.InFragment.class
org.hibernate.sql.DisjunctionFragment.class
org.hibernate.sql.JoinFragment.class
org.hibernate.sql.ForUpdateFragment.class
org.hibernate.sql.OracleJoinFragment.class
org.hibernate.Transaction.class
org.hibernate.InstantiationException.class
org.hibernate.CacheMode.class
org.hibernate.LazyInitializationException.class
org.hibernate.proxy.ProxyFactory.class
org.hibernate.proxy.dom4j.Dom4jLazyInitializer.class
org.hibernate.proxy.dom4j.Dom4jProxyFactory.class
org.hibernate.proxy.dom4j.Dom4jProxy.class
org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer$1.class
org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory.class
org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.class
org.hibernate.proxy.pojo.cglib.SerializableProxy.class
org.hibernate.proxy.pojo.BasicLazyInitializer.class
org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.class
org.hibernate.proxy.pojo.javassist.SerializableProxy.class
org.hibernate.proxy.pojo.javassist.JavassistProxyFactory.class
org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer$1.class
org.hibernate.proxy.HibernateProxy.class
org.hibernate.proxy.LazyInitializer.class
org.hibernate.proxy.AbstractLazyInitializer.class
org.hibernate.proxy.EntityNotFoundDelegate.class
org.hibernate.proxy.map.MapProxy.class
org.hibernate.proxy.map.MapLazyInitializer.class
org.hibernate.proxy.map.MapProxyFactory.class
org.hibernate.proxy.HibernateProxyHelper.class
org/hibernate/checkstyle_checks.xml
org.hibernate.loader.ColumnEntityAliases.class
org.hibernate.loader.DefaultEntityAliases.class
org.hibernate.loader.AbstractEntityJoinWalker.class
org.hibernate.loader.entity.CollectionElementLoader.class
org.hibernate.loader.entity.BatchingEntityLoader.class
org.hibernate.loader.entity.AbstractEntityLoader.class
org.hibernate.loader.entity.CascadeEntityLoader.class
org.hibernate.loader.entity.CascadeEntityJoinWalker.class
org.hibernate.loader.entity.UniqueEntityLoader.class
org.hibernate.loader.entity.EntityJoinWalker.class
org.hibernate.loader.entity.EntityLoader.class
org.hibernate.loader.CollectionAliases.class
org.hibernate.loader.JoinWalker$1.class
org.hibernate.loader.Loader.class
org.hibernate.loader.JoinWalker$AssociationKey.class
org.hibernate.loader.custom.CustomLoader.class
org.hibernate.loader.custom.CustomLoader$ScalarResultColumnProcessor.class
org.hibernate.loader.custom.CollectionReturn.class
org.hibernate.loader.custom.RootReturn.class
org.hibernate.loader.custom.sql.SQLQueryParser$ParameterSubstitutionRecognizer.class
org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.class
org.hibernate.loader.custom.sql.SQLCustomQuery.class
org.hibernate.loader.custom.sql.SQLCustomQuery$ParserContext.class
org.hibernate.loader.custom.sql.SQLQueryParser$ParserContext.class
org.hibernate.loader.custom.sql.SQLQueryParser.class
org.hibernate.loader.custom.sql.SQLQueryReturnProcessor$ResultAliasContext.class
org.hibernate.loader.custom.CustomQuery.class
org.hibernate.loader.custom.CustomLoader$NonScalarResultColumnProcessor.class
org.hibernate.loader.custom.CustomLoader$ResultColumnProcessor.class
org.hibernate.loader.custom.NonScalarReturn.class
org.hibernate.loader.custom.EntityFetchReturn.class
org.hibernate.loader.custom.ColumnCollectionAliases.class
org.hibernate.loader.custom.CustomLoader$Metadata.class
org.hibernate.loader.custom.CustomLoader$ResultRowProcessor.class
org.hibernate.loader.custom.CollectionFetchReturn.class
org.hibernate.loader.custom.Return.class
org.hibernate.loader.custom.ScalarReturn.class
org.hibernate.loader.custom.FetchReturn.class
org.hibernate.loader.criteria.CriteriaQueryTranslator.class
org.hibernate.loader.criteria.CriteriaLoader.class
org.hibernate.loader.criteria.CriteriaJoinWalker.class
org.hibernate.loader.OuterJoinableAssociation.class
org.hibernate.loader.collection.BasicCollectionJoinWalker.class
org.hibernate.loader.collection.SubselectCollectionLoader.class
org.hibernate.loader.collection.SubselectOneToManyLoader.class
org.hibernate.loader.collection.CollectionJoinWalker.class
org.hibernate.loader.collection.CollectionLoader.class
org.hibernate.loader.collection.OneToManyLoader.class
org.hibernate.loader.collection.BasicCollectionLoader.class
org.hibernate.loader.collection.BatchingCollectionInitializer.class
org.hibernate.loader.collection.OneToManyJoinWalker.class
org.hibernate.loader.collection.CollectionInitializer.class
org.hibernate.loader.BasicLoader.class
org.hibernate.loader.JoinWalker.class
org.hibernate.loader.hql.QueryLoader.class
org.hibernate.loader.EntityAliases.class
org.hibernate.loader.GeneratedCollectionAliases.class
org.hibernate.loader.OuterJoinLoader.class
org.hibernate.ReplicationMode$1.class
org.hibernate.Criteria.class
org.hibernate.secure.JACCPermissions$PolicyContextActions$2.class
org.hibernate.secure.JACCPermissions$SetContextID.class
org.hibernate.secure.JACCPermissions$PolicyContextActions$1.class
org.hibernate.secure.JACCSecurityListener.class
org.hibernate.secure.JACCPreLoadEventListener.class
org.hibernate.secure.JACCPreDeleteEventListener.class
org.hibernate.secure.JACCPreUpdateEventListener.class
org.hibernate.secure.HibernatePermission.class
org.hibernate.secure.JACCPermissions$PolicyContextActions.class
org.hibernate.secure.JACCConfiguration.class
org.hibernate.secure.JACCPermissions$PolicyContextActions$1$1.class
org.hibernate.secure.JACCPreInsertEventListener.class
org.hibernate.secure.JACCPermissions.class
org.hibernate.intercept.cglib.CGLIBHelper.class
org.hibernate.intercept.cglib.FieldInterceptorImpl.class
org.hibernate.intercept.FieldInterceptionHelper.class
org.hibernate.intercept.javassist.JavassistHelper.class
org.hibernate.intercept.javassist.FieldInterceptorImpl.class
org.hibernate.intercept.FieldInterceptor.class
org.hibernate.intercept.LazyPropertyInitializer$1.class
org.hibernate.intercept.AbstractFieldInterceptor.class
org.hibernate.intercept.LazyPropertyInitializer.class
org.hibernate.SessionFactory.class
org.hibernate.ObjectDeletedException.class
org.hibernate.event.EvictEventListener.class
org.hibernate.event.PostCollectionUpdateEventListener.class
org.hibernate.event.PostUpdateEvent.class
org.hibernate.event.PreCollectionRecreateEvent.class
org.hibernate.event.PreCollectionRemoveEvent.class
org.hibernate.event.EventListeners.class
org.hibernate.event.EventListeners$2.class
org.hibernate.event.PostInsertEvent.class
org.hibernate.event.EvictEvent.class
org.hibernate.event.PostDeleteEvent.class
org.hibernate.event.FlushEntityEvent.class
org.hibernate.event.PostCollectionUpdateEvent.class
org.hibernate.event.FlushEventListener.class
org.hibernate.event.LoadEvent.class
org.hibernate.event.def.EvictVisitor.class
org.hibernate.event.def.DirtyCollectionSearchVisitor.class
org.hibernate.event.def.OnLockVisitor.class
org.hibernate.event.def.DefaultFlushEventListener.class
org.hibernate.event.def.DefaultPersistOnFlushEventListener.class
org.hibernate.event.def.AbstractVisitor.class
org.hibernate.event.def.DefaultSaveEventListener.class
org.hibernate.event.def.OnReplicateVisitor.class
org.hibernate.event.def.AbstractReassociateEventListener.class
org.hibernate.event.def.DefaultRefreshEventListener.class
org.hibernate.event.def.DefaultAutoFlushEventListener.class
org.hibernate.event.def.DefaultUpdateEventListener.class
org.hibernate.event.def.DefaultEvictEventListener.class
org.hibernate.event.def.DefaultLockEventListener.class
org.hibernate.event.def.OnUpdateVisitor.class
org.hibernate.event.def.DefaultPostLoadEventListener.class
org.hibernate.event.def.WrapVisitor.class
org.hibernate.event.def.AbstractFlushingEventListener.class
org.hibernate.event.def.ReattachVisitor.class
org.hibernate.event.def.AbstractSaveEventListener.class
org.hibernate.event.def.DefaultPreLoadEventListener.class
org.hibernate.event.def.DefaultLoadEventListener.class
org.hibernate.event.def.DefaultReplicateEventListener.class
org.hibernate.event.def.DefaultPersistEventListener.class
org.hibernate.event.def.DefaultMergeEventListener.class
org.hibernate.event.def.DefaultDeleteEventListener.class
org.hibernate.event.def.AbstractLockUpgradeEventListener.class
org.hibernate.event.def.DefaultInitializeCollectionEventListener.class
org.hibernate.event.def.DefaultDirtyCheckEventListener.class
org.hibernate.event.def.DefaultSaveOrUpdateCopyEventListener.class
org.hibernate.event.def.ProxyVisitor.class
org.hibernate.event.def.DefaultFlushEntityEventListener.class
org.hibernate.event.def.FlushVisitor.class
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.class
org.hibernate.event.PostCollectionRemoveEventListener.class
org.hibernate.event.PostCollectionRecreateEvent.class
org.hibernate.event.SaveOrUpdateEvent.class
org.hibernate.event.RefreshEventListener.class
org.hibernate.event.AbstractCollectionEvent.class
org.hibernate.event.PreUpdateEventListener.class
org.hibernate.event.PostDeleteEventListener.class
org.hibernate.event.LoadEventListener$1.class
org.hibernate.event.PostLoadEvent.class
org.hibernate.event.LoadEventListener$LoadType.class
org.hibernate.event.PostCollectionRemoveEvent.class
org.hibernate.event.PreDeleteEventListener.class
org.hibernate.event.EventListeners$1.class
org.hibernate.event.MergeEventListener.class
org.hibernate.event.PostLoadEventListener.class
org.hibernate.event.EventSource.class
org.hibernate.event.MergeEvent.class
org.hibernate.event.DirtyCheckEvent.class
org.hibernate.event.AutoFlushEvent.class
org.hibernate.event.PostInsertEventListener.class
org.hibernate.event.AutoFlushEventListener.class
org.hibernate.event.RefreshEvent.class
org.hibernate.event.PreLoadEventListener.class
org.hibernate.event.ReplicateEvent.class
org.hibernate.event.DirtyCheckEventListener.class
org.hibernate.event.PersistEvent.class
org.hibernate.event.PreDeleteEvent.class
org.hibernate.event.DeleteEventListener.class
org.hibernate.event.PreCollectionRecreateEventListener.class
org.hibernate.event.EventListeners$ListenerProcesser.class
org.hibernate.event.InitializeCollectionEvent.class
org.hibernate.event.LockEvent.class
org.hibernate.event.InitializeCollectionEventListener.class
org.hibernate.event.PersistEventListener.class
org.hibernate.event.PostUpdateEventListener.class
org.hibernate.event.PreCollectionRemoveEventListener.class
org.hibernate.event.LockEventListener.class
org.hibernate.event.SaveOrUpdateEventListener.class
org.hibernate.event.PostCollectionRecreateEventListener.class
org.hibernate.event.LoadEventListener.class
org.hibernate.event.AbstractEvent.class
org.hibernate.event.FlushEvent.class
org.hibernate.event.ReplicateEventListener.class
org.hibernate.event.PreLoadEvent.class
org.hibernate.event.FlushEntityEventListener.class
org.hibernate.event.PreInsertEvent.class
org.hibernate.event.PreCollectionUpdateEventListener.class
org.hibernate.event.PreCollectionUpdateEvent.class
org.hibernate.event.PreUpdateEvent.class
org.hibernate.event.DeleteEvent.class
org.hibernate.event.Destructible.class
org.hibernate.event.Initializable.class
org.hibernate.event.PreInsertEventListener.class
org.hibernate.event.AbstractPreDatabaseOperationEvent.class
org.hibernate.TypeMismatchException.class
org.hibernate.criterion.LikeExpression.class
org.hibernate.criterion.BetweenExpression.class
org.hibernate.criterion.MatchMode$2.class
org.hibernate.criterion.SubqueryExpression.class
org.hibernate.criterion.InExpression.class
org.hibernate.criterion.Conjunction.class
org.hibernate.criterion.Disjunction.class
org.hibernate.criterion.ExistsSubqueryExpression.class
org.hibernate.criterion.NaturalIdentifier.class
org.hibernate.criterion.NotExpression.class
org.hibernate.criterion.Junction.class
org.hibernate.criterion.EmptyExpression.class
org.hibernate.criterion.AggregateProjection.class
org.hibernate.criterion.Example$NotNullPropertySelector.class
org.hibernate.criterion.IlikeExpression.class
org.hibernate.criterion.Criterion.class
org.hibernate.criterion.PropertyProjection.class
org.hibernate.criterion.SimpleExpression.class
org.hibernate.criterion.Example$AllPropertySelector.class
org.hibernate.criterion.Projections.class
org.hibernate.criterion.NotEmptyExpression.class
org.hibernate.criterion.MatchMode$4.class
org.hibernate.criterion.Property.class
org.hibernate.criterion.Example$NotNullOrZeroPropertySelector.class
org.hibernate.criterion.MatchMode.class
org.hibernate.criterion.DetachedCriteria.class
org.hibernate.criterion.PropertyExpression.class
org.hibernate.criterion.SimpleSubqueryExpression.class
org.hibernate.criterion.Subqueries.class
org.hibernate.criterion.Example.class
org.hibernate.criterion.PropertySubqueryExpression.class
org.hibernate.criterion.Restrictions.class
org.hibernate.criterion.RowCountProjection.class
org.hibernate.criterion.Order.class
org.hibernate.criterion.LogicalExpression.class
org.hibernate.criterion.MatchMode$1.class
org.hibernate.criterion.AliasedProjection.class
org.hibernate.criterion.Expression.class
org.hibernate.criterion.IdentifierProjection.class
org.hibernate.criterion.NullExpression.class
org.hibernate.criterion.IdentifierEqExpression.class
org.hibernate.criterion.SQLCriterion.class
org.hibernate.criterion.MatchMode$3.class
org.hibernate.criterion.Projection.class
org.hibernate.criterion.SimpleProjection.class
org.hibernate.criterion.SQLProjection.class
org.hibernate.criterion.AbstractEmptinessExpression.class
org.hibernate.criterion.NotNullExpression.class
org.hibernate.criterion.Distinct.class
org.hibernate.criterion.ProjectionList.class
org.hibernate.criterion.CountProjection.class
org.hibernate.criterion.SizeExpression.class
org.hibernate.criterion.CriteriaQuery.class
org.hibernate.criterion.CriteriaSpecification.class
org.hibernate.criterion.Example$PropertySelector.class
org.hibernate.criterion.AvgProjection.class
org.hibernate.usertype.UserCollectionType.class
org.hibernate.usertype.LoggableUserType.class
org.hibernate.usertype.CompositeUserType.class
org.hibernate.usertype.ParameterizedType.class
org.hibernate.usertype.EnhancedUserType.class
org.hibernate.usertype.UserType.class
org.hibernate.usertype.UserVersionType.class
org.hibernate.exception.NestableDelegate.class
org.hibernate.exception.JDBCExceptionHelper.class
org.hibernate.exception.ViolatedConstraintNameExtracter.class
org.hibernate.exception.SQLExceptionConverterFactory$1.class
org.hibernate.exception.LockAcquisitionException.class
org.hibernate.exception.ConstraintViolationException.class
org.hibernate.exception.Nestable.class
org.hibernate.exception.CacheSQLStateConverter.class
org.hibernate.exception.SQLGrammarException.class
org.hibernate.exception.GenericJDBCException.class
org.hibernate.exception.SQLStateConverter.class
org.hibernate.exception.Configurable.class
org.hibernate.exception.SQLExceptionConverterFactory.class
org.hibernate.exception.DataException.class
org.hibernate.exception.NestableRuntimeException.class
org.hibernate.exception.SQLExceptionConverter.class
org.hibernate.exception.ExceptionUtils.class
org.hibernate.exception.NestableException.class
org.hibernate.exception.TemplatedViolatedConstraintNameExtracter.class
org.hibernate.exception.JDBCConnectionException.class
org.hibernate.Filter.class
org.hibernate.SessionException.class
org.hibernate.AssertionFailure.class
org/hibernate/hibernate-mapping-3.0.dtd
org.hibernate.QueryException.class
org.hibernate.NonUniqueResultException.class
org.hibernate.ReplicationMode$4.class
org.hibernate.StaleStateException.class
org.hibernate.dialect.MySQLMyISAMDialect.class
org.hibernate.dialect.Oracle8iDialect$1.class
org.hibernate.dialect.DerbyDialect$DerbyTrimFunctionEmulation.class
org.hibernate.dialect.MySQL5InnoDBDialect.class
org.hibernate.dialect.IngresDialect.class
org.hibernate.dialect.OracleDialect.class
org.hibernate.dialect.PointbaseDialect.class
org.hibernate.dialect.DialectFactory.class
org.hibernate.dialect.SybaseDialect.class
org.hibernate.dialect.H2Dialect.class
org.hibernate.dialect.Sybase11Dialect.class
org.hibernate.dialect.DB2400Dialect.class
org.hibernate.dialect.H2Dialect$1.class
org.hibernate.dialect.Dialect$4.class
org.hibernate.dialect.MckoiDialect.class
org.hibernate.dialect.Oracle9Dialect$1.class
org.hibernate.dialect.DerbyDialect.class
org.hibernate.dialect.InformixDialect$1.class
org.hibernate.dialect.MySQLDialect.class
org.hibernate.dialect.Oracle9iDialect.class
org.hibernate.dialect.lock.LockingStrategy.class
org.hibernate.dialect.lock.SelectLockingStrategy.class
org.hibernate.dialect.lock.UpdateLockingStrategy.class
org.hibernate.dialect.DialectFactory$DatabaseDialectMapper.class
org.hibernate.dialect.HSQLDialect$ReadUncommittedLockingStrategy.class
org.hibernate.dialect.Cache71Dialect$1.class
org.hibernate.dialect.Oracle10gDialect.class
org.hibernate.dialect.SAPDBDialect.class
org.hibernate.dialect.ResultColumnReferenceStrategy.class
org.hibernate.dialect.FrontBaseDialect.class
org.hibernate.dialect.MySQLInnoDBDialect.class
org.hibernate.dialect.FirebirdDialect.class
org.hibernate.dialect.Oracle8iDialect.class
org.hibernate.dialect.InterbaseDialect.class
org.hibernate.dialect.DialectFactory$VersionInsensitiveMapper.class
org.hibernate.dialect.Dialect.class
org.hibernate.dialect.HSQLDialect$1.class
org.hibernate.dialect.PostgreSQLDialect.class
org.hibernate.dialect.Cache71Dialect.class
org.hibernate.dialect.RDMSOS2200Dialect.class
org.hibernate.dialect.DB2Dialect.class
org.hibernate.dialect.ProgressDialect.class
org.hibernate.dialect.DialectFactory$1.class
org.hibernate.dialect.DataDirectOracle9Dialect.class
org.hibernate.dialect.SQLServerDialect.class
org.hibernate.dialect.Dialect$1.class
org.hibernate.dialect.MySQL5Dialect.class
org.hibernate.dialect.Dialect$2.class
org.hibernate.dialect.MimerSQLDialect.class
org.hibernate.dialect.Dialect$3.class
org.hibernate.dialect.SybaseAnywhereDialect.class
org.hibernate.dialect.TimesTenDialect.class
org.hibernate.dialect.JDataStoreDialect.class
org.hibernate.dialect.TeradataDialect.class
org.hibernate.dialect.PostgreSQLDialect$1.class
org.hibernate.dialect.function.ConditionalParenthesisFunction.class
org.hibernate.dialect.function.ClassicCountFunction.class
org.hibernate.dialect.function.NoArgSQLFunction.class
org.hibernate.dialect.function.NvlFunction.class
org.hibernate.dialect.function.CharIndexFunction.class
org.hibernate.dialect.function.AnsiTrimEmulationFunction.class
org.hibernate.dialect.function.ClassicAvgFunction.class
org.hibernate.dialect.function.ConvertFunction.class
org.hibernate.dialect.function.StandardJDBCEscapeFunction.class
org.hibernate.dialect.function.SQLFunctionRegistry.class
org.hibernate.dialect.function.PositionSubstringFunction.class
org.hibernate.dialect.function.VarArgsSQLFunction.class
org.hibernate.dialect.function.ClassicSumFunction.class
org.hibernate.dialect.function.SQLFunctionTemplate.class
org.hibernate.dialect.function.CastFunction.class
org.hibernate.dialect.function.StandardSQLFunction.class
org.hibernate.dialect.function.SQLFunction.class
org.hibernate.dialect.HSQLDialect.class
org.hibernate.dialect.DB2390Dialect.class
org.hibernate.dialect.TypeNames.class
org.hibernate.dialect.Oracle9Dialect.class
org.hibernate.dialect.InformixDialect.class
org.hibernate.ScrollMode.class
org.hibernate.LockMode.class
org.hibernate.connection.DriverManagerConnectionProvider.class
org.hibernate.connection.ConnectionProviderFactory.class
org.hibernate.connection.DatasourceConnectionProvider.class
org.hibernate.connection.UserSuppliedConnectionProvider.class
org.hibernate.connection.ConnectionProvider.class
org.hibernate.ReplicationMode$2.class
org.hibernate.collection.PersistentSet.class
org.hibernate.collection.PersistentSortedSet$SubSetProxy.class
org.hibernate.collection.PersistentArrayHolder.class
org.hibernate.collection.PersistentIdentifierBag.class
org.hibernate.collection.PersistentIndexedElementHolder.class
org.hibernate.collection.PersistentList.class
org.hibernate.collection.PersistentBag$SimpleAdd.class
org.hibernate.collection.PersistentList$Set.class
org.hibernate.collection.PersistentListElementHolder.class
org.hibernate.collection.PersistentList$Add.class
org.hibernate.collection.PersistentMap$EntrySetProxy.class
org.hibernate.collection.PersistentSet$SimpleRemove.class
org.hibernate.collection.PersistentMap$Remove.class
org.hibernate.collection.PersistentList$SimpleAdd.class
org.hibernate.collection.PersistentCollection.class
org.hibernate.collection.PersistentMap$EntryIteratorProxy.class
org.hibernate.collection.PersistentList$Remove.class
org.hibernate.collection.PersistentMapElementHolder.class
org.hibernate.collection.PersistentSet$SimpleAdd.class
org.hibernate.collection.PersistentMap$Put.class
org.hibernate.collection.PersistentSortedMap.class
org.hibernate.collection.PersistentSortedSet.class
org.hibernate.collection.PersistentMap$Clear.class
org.hibernate.collection.PersistentList$SimpleRemove.class
org.hibernate.collection.PersistentElementHolder.class
org.hibernate.collection.AbstractPersistentCollection$ListProxy.class
org.hibernate.collection.AbstractPersistentCollection$DelayedOperation.class
org.hibernate.collection.PersistentSet$Clear.class
org.hibernate.collection.PersistentIndexedElementHolder$IndexedValue.class
org.hibernate.collection.AbstractPersistentCollection$ListIteratorProxy.class
org.hibernate.collection.PersistentMap$MapEntryProxy.class
org.hibernate.collection.AbstractPersistentCollection.class
org.hibernate.collection.PersistentList$Clear.class
org.hibernate.collection.PersistentBag.class
org.hibernate.collection.AbstractPersistentCollection$1.class
org.hibernate.collection.PersistentMap.class
org.hibernate.collection.AbstractPersistentCollection$IteratorProxy.class
org.hibernate.collection.PersistentBag$Clear.class
org.hibernate.collection.AbstractPersistentCollection$SetProxy.class
org.hibernate.collection.PersistentSortedMap$SortedSubMap.class
org.hibernate.transaction.CacheSynchronization.class
org.hibernate.transaction.TransactionFactory.class
org.hibernate.transaction.OC4JTransactionManagerLookup.class
org.hibernate.transaction.BTMTransactionManagerLookup.class
org.hibernate.transaction.TransactionManagerLookup.class
org.hibernate.transaction.JOTMTransactionManagerLookup.class
org.hibernate.transaction.JTATransaction.class
org.hibernate.transaction.JBossTransactionManagerLookup.class
org.hibernate.transaction.CMTTransactionFactory.class
org.hibernate.transaction.TransactionFactory$Context.class
org.hibernate.transaction.WebSphereExtendedJTATransactionLookup$TransactionManagerAdapter$TransactionAdapter.class
org.hibernate.transaction.WebSphereExtendedJTATransactionLookup$TransactionManagerAdapter.class
org.hibernate.transaction.JNDITransactionManagerLookup.class
org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.class
org.hibernate.transaction.JRun4TransactionManagerLookup.class
org.hibernate.transaction.WeblogicTransactionManagerLookup.class
org.hibernate.transaction.JDBCTransactionFactory.class
org.hibernate.transaction.JTATransactionFactory.class
org.hibernate.transaction.OrionTransactionManagerLookup.class
org.hibernate.transaction.BESTransactionManagerLookup.class
org.hibernate.transaction.WebSphereTransactionManagerLookup.class
org.hibernate.transaction.JDBCTransaction.class
org.hibernate.transaction.JOnASTransactionManagerLookup.class
org.hibernate.transaction.CMTTransaction.class
org.hibernate.transaction.TransactionManagerLookupFactory.class
org.hibernate.transaction.WebSphereExtendedJTATransactionLookup$TransactionManagerAdapter$TransactionAdapter$1.class
org.hibernate.transaction.ResinTransactionManagerLookup.class
org.hibernate.transaction.TransactionFactoryFactory.class
org.hibernate.transaction.SunONETransactionManagerLookup.class
org.hibernate.transaction.WebSphereExtendedJTATransactionLookup$1.class
org.hibernate.impl.AbstractQueryImpl.class
org.hibernate.impl.FilterImpl.class
org.hibernate.impl.SessionImpl.class
org.hibernate.impl.CriteriaImpl.class
org.hibernate.impl.SessionFactoryImpl$1.class
org.hibernate.impl.SessionFactoryObjectFactory.class
org.hibernate.impl.CriteriaImpl$Subcriteria.class
org.hibernate.impl.StatelessSessionImpl.class
org.hibernate.impl.AbstractScrollableResults.class
org.hibernate.impl.QueryImpl.class
org.hibernate.impl.SessionFactoryObjectFactory$1.class
org.hibernate.impl.CriteriaImpl$CriterionEntry.class
org.hibernate.impl.SessionFactoryImpl$2.class
org.hibernate.impl.AbstractSessionImpl.class
org.hibernate.impl.ScrollableResultsImpl.class
org.hibernate.impl.FetchingScrollableResultsImpl.class
org.hibernate.impl.CriteriaImpl$1.class
org.hibernate.impl.CollectionFilterImpl.class
org.hibernate.impl.CriteriaImpl$OrderEntry.class
org.hibernate.impl.SessionFactoryImpl.class
org.hibernate.impl.IteratorImpl.class
org.hibernate.impl.SQLQueryImpl.class
org.hibernate.UnresolvableObjectException.class
org.hibernate.persister.entity.AbstractPropertyMapping.class
org.hibernate.persister.entity.EntityPersister.class
org.hibernate.persister.entity.PropertyMapping.class
org.hibernate.persister.entity.BasicEntityPropertyMapping.class
org.hibernate.persister.entity.Queryable$Declarer.class
org.hibernate.persister.entity.Queryable.class
org.hibernate.persister.entity.NamedQueryLoader.class
org.hibernate.persister.entity.Joinable.class
org.hibernate.persister.entity.OuterJoinLoadable.class
org.hibernate.persister.entity.AbstractEntityPersister$3.class
org.hibernate.persister.entity.Lockable.class
org.hibernate.persister.entity.UniqueKeyLoadable.class
org.hibernate.persister.entity.AbstractEntityPersister$InclusionChecker.class
org.hibernate.persister.entity.UnionSubclassEntityPersister.class
org.hibernate.persister.entity.Loadable.class
org.hibernate.persister.entity.AbstractEntityPersister$2.class
org.hibernate.persister.entity.SQLLoadable.class
org.hibernate.persister.entity.AbstractEntityPersister.class
org.hibernate.persister.entity.SingleTableEntityPersister.class
org.hibernate.persister.entity.JoinedSubclassEntityPersister.class
org.hibernate.persister.entity.AbstractEntityPersister$1.class
org.hibernate.persister.collection.ElementPropertyMapping.class
org.hibernate.persister.collection.SQLLoadableCollection.class
org.hibernate.persister.collection.CollectionPersister.class
org.hibernate.persister.collection.CompositeElementPropertyMapping.class
org.hibernate.persister.collection.AbstractCollectionPersister.class
org.hibernate.persister.collection.OneToManyPersister.class
org.hibernate.persister.collection.QueryableCollection.class
org.hibernate.persister.collection.CollectionPropertyMapping.class
org.hibernate.persister.collection.BasicCollectionPersister.class
org.hibernate.persister.collection.CollectionPropertyNames.class
org.hibernate.persister.collection.NamedQueryCollectionInitializer.class
org.hibernate.persister.PersisterFactory.class
org.hibernate.param.ParameterSpecification.class
org.hibernate.param.AbstractExplicitParameterSpecification.class
org.hibernate.param.NamedParameterSpecification.class
org.hibernate.param.ExplicitParameterSpecification.class
org.hibernate.param.CollectionFilterKeyParameterSpecification.class
org.hibernate.param.PositionalParameterSpecification.class
org.hibernate.param.VersionTypeSeedParameterSpecification.class
org.hibernate.param.DynamicFilterParameterSpecification.class
org.hibernate.id.SelectGenerator$SelectGeneratorDelegate.class
org.hibernate.id.PersistentIdentifierGenerator.class
org.hibernate.id.SequenceIdentityGenerator$NoCommentsInsert.class
org.hibernate.id.IdentifierGeneratorFactory$2.class
org.hibernate.id.UUIDHexGenerator.class
org.hibernate.id.IdentifierGeneratorFactory.class
org.hibernate.id.AbstractUUIDGenerator.class
org.hibernate.id.MultipleHiLoPerTableGenerator.class
org.hibernate.id.IdentifierGeneratorFactory$1.class
org.hibernate.id.TableHiLoGenerator.class
org.hibernate.id.SequenceGenerator.class
org.hibernate.id.IdentityGenerator$BasicDelegate.class
org.hibernate.id.Configurable.class
org.hibernate.id.IdentityGenerator$InsertSelectDelegate.class
org.hibernate.id.IdentityGenerator.class
org.hibernate.id.IdentifierGenerationException.class
org.hibernate.id.IncrementGenerator.class
org.hibernate.id.PostInsertIdentityPersister.class
org.hibernate.id.IdentityGenerator$GetGeneratedKeysDelegate.class
org.hibernate.id.enhanced.SequenceStructure.class
org.hibernate.id.enhanced.TableStructure.class
org.hibernate.id.enhanced.OptimizerFactory$NoopOptimizer.class
org.hibernate.id.enhanced.SequenceStructure$1.class
org.hibernate.id.enhanced.TableGenerator$1.class
org.hibernate.id.enhanced.OptimizerFactory$HiLoOptimizer.class
org.hibernate.id.enhanced.OptimizerFactory.class
org.hibernate.id.enhanced.Optimizer.class
org.hibernate.id.enhanced.TableStructure$1.class
org.hibernate.id.enhanced.AccessCallback.class
org.hibernate.id.enhanced.TableGenerator.class
org.hibernate.id.enhanced.OptimizerFactory$OptimizerSupport.class
org.hibernate.id.enhanced.OptimizerFactory$PooledOptimizer.class
org.hibernate.id.enhanced.DatabaseStructure.class
org.hibernate.id.enhanced.SequenceStyleGenerator.class
org.hibernate.id.SelectGenerator$1.class
org.hibernate.id.SelectGenerator.class
org.hibernate.id.insert.AbstractSelectingDelegate.class
org.hibernate.id.insert.Binder.class
org.hibernate.id.insert.AbstractReturningDelegate.class
org.hibernate.id.insert.InsertGeneratedIdentifierDelegate.class
org.hibernate.id.insert.IdentifierGeneratingInsert.class
org.hibernate.id.insert.InsertSelectIdentityInsert.class
org.hibernate.id.TableGenerator.class
org.hibernate.id.ForeignGenerator.class
org.hibernate.id.GUIDGenerator.class
org.hibernate.id.PostInsertIdentifierGenerator.class
org.hibernate.id.SequenceIdentityGenerator$Delegate.class
org.hibernate.id.Assigned.class
org.hibernate.id.SequenceHiLoGenerator.class
org.hibernate.id.AbstractPostInsertGenerator.class
org.hibernate.id.IdentifierGenerator.class
org.hibernate.id.SequenceIdentityGenerator.class
org.hibernate.ReplicationMode.class
org.hibernate.FlushMode.class
org.hibernate.FetchMode.class
org/hibernate/hibernate-configuration-3.0.dtd
org.hibernate.DuplicateMappingException.class
org.hibernate.ReplicationMode$3.class
org.hibernate.cfg.HbmBinder$MapSecondPass.class
org.hibernate.cfg.SettingsFactory.class
org.hibernate.cfg.HbmBinder$CollectionType$3.class
org.hibernate.cfg.HbmBinder$IdentifierCollectionSecondPass.class
org.hibernate.cfg.Mappings$TableDescription.class
org.hibernate.cfg.ExtendsQueueEntry.class
org.hibernate.cfg.HbmBinder$CollectionType.class
org.hibernate.cfg.NamedSQLQuerySecondPass.class
org.hibernate.cfg.DefaultNamingStrategy.class
org.hibernate.cfg.HbmBinder$CollectionSecondPass.class
org.hibernate.cfg.Mappings$ColumnNames.class
org.hibernate.cfg.HbmBinder$ManyToOneSecondPass.class
org.hibernate.cfg.HbmBinder$CollectionType$1.class
org.hibernate.cfg.Mappings$PropertyReference.class
org.hibernate.cfg.Mappings.class
org.hibernate.cfg.HbmBinder$CollectionType$2.class
org.hibernate.cfg.HbmBinder$1.class
org.hibernate.cfg.ResultSetMappingSecondPass.class
org.hibernate.cfg.SecondPass.class
org.hibernate.cfg.NamingStrategy.class
org.hibernate.cfg.Configuration.class
org.hibernate.cfg.HbmBinder.class
org.hibernate.cfg.Settings.class
org.hibernate.cfg.HbmBinder$CollectionType$6.class
org.hibernate.cfg.HbmBinder$CollectionType$7.class
org.hibernate.cfg.CollectionSecondPass.class
org.hibernate.cfg.ResultSetMappingBinder.class
org.hibernate.cfg.HbmBinder$EntityElementHandler.class
org.hibernate.cfg.Environment.class
org.hibernate.cfg.HbmBinder$CollectionType$4.class
org.hibernate.cfg.Configuration$1.class
org.hibernate.cfg.ImprovedNamingStrategy.class
org.hibernate.cfg.HbmBinder$ListSecondPass.class
org.hibernate.cfg.QuerySecondPass.class
org.hibernate.cfg.HbmBinder$CollectionType$5.class
org.hibernate.bytecode.InstrumentedClassLoader.class
org.hibernate.bytecode.ReflectionOptimizer.class
org.hibernate.bytecode.AbstractClassTransformerImpl.class
org.hibernate.bytecode.cglib.ReflectionOptimizerImpl.class
org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl$BasicProxyFactoryImpl.class
org.hibernate.bytecode.cglib.AccessOptimizerAdapter.class
org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl$1.class
org.hibernate.bytecode.cglib.CglibClassTransformer$1.class
org.hibernate.bytecode.cglib.CglibClassTransformer.class
org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.class
org.hibernate.bytecode.cglib.BytecodeProviderImpl.class
org.hibernate.bytecode.cglib.InstantiationOptimizerAdapter.class
org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl$PassThroughInterceptor.class
org.hibernate.bytecode.javassist.ReflectionOptimizerImpl.class
org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl$BasicProxyFactoryImpl.class
org.hibernate.bytecode.javassist.FieldTransformer.class
org.hibernate.bytecode.javassist.BulkAccessorException.class
org.hibernate.bytecode.javassist.AccessOptimizerAdapter.class
org.hibernate.bytecode.javassist.FastClass.class
org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl$PassThroughHandler.class
org.hibernate.bytecode.javassist.JavassistClassTransformer$1.class
org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl$1.class
org.hibernate.bytecode.javassist.JavassistClassTransformer.class
org.hibernate.bytecode.javassist.FieldHandled.class
org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl.class
org.hibernate.bytecode.javassist.TransformingClassLoader.class
org.hibernate.bytecode.javassist.BytecodeProviderImpl.class
org.hibernate.bytecode.javassist.FieldHandler.class
org.hibernate.bytecode.javassist.InstantiationOptimizerAdapter.class
org.hibernate.bytecode.javassist.FieldFilter.class
org.hibernate.bytecode.javassist.BulkAccessor.class
org.hibernate.bytecode.javassist.BulkAccessorFactory.class
org.hibernate.bytecode.ReflectionOptimizer$AccessOptimizer.class
org.hibernate.bytecode.ReflectionOptimizer$InstantiationOptimizer.class
org.hibernate.bytecode.ProxyFactoryFactory.class
org.hibernate.bytecode.util.ClassFilter.class
org.hibernate.bytecode.util.ClassDescriptor.class
org.hibernate.bytecode.util.ByteCodeHelper.class
org.hibernate.bytecode.util.BasicClassFilter.class
org.hibernate.bytecode.util.FieldFilter.class
org.hibernate.bytecode.BytecodeProvider.class
org.hibernate.bytecode.ClassTransformer.class
org.hibernate.bytecode.BasicProxyFactory.class
org.hibernate.MappingException.class
org.hibernate.WrongClassException.class
org.hibernate.util.IdentityMap$IdentityMapEntry.class
org.hibernate.util.ReflectHelper.class
org.hibernate.util.IdentityMap$1.class
org.hibernate.util.Cloneable.class
org.hibernate.util.XMLHelper$ErrorLogger.class
org.hibernate.util.Cloneable$1.class
org.hibernate.util.StringHelper.class
org.hibernate.util.IdentityMap.class
org.hibernate.util.EmptyIterator.class
org.hibernate.util.SoftLimitMRUCache.class
org.hibernate.util.BytesHelper.class
org.hibernate.util.FilterHelper.class
org.hibernate.util.DTDEntityResolver.class
org.hibernate.util.MarkerObject.class
org.hibernate.util.IdentityMap$IdentityKey.class
org.hibernate.util.ComparableComparator.class
org.hibernate.util.CalendarComparator.class
org.hibernate.util.EqualsHelper.class
org.hibernate.util.SimpleMRUCache.class
org.hibernate.util.FastHashMap.class
org.hibernate.util.ConfigHelper.class
org.hibernate.util.CollectionHelper.class
org.hibernate.util.JoinedIterator.class
org.hibernate.util.SingletonIterator.class
org.hibernate.util.PropertiesHelper.class
org.hibernate.util.SerializationHelper.class
org.hibernate.util.ExternalSessionFactoryConfig.class
org.hibernate.util.IdentitySet.class
org.hibernate.util.JDBCExceptionReporter.class
org.hibernate.util.LazyIterator.class
org.hibernate.util.ArrayHelper.class
org.hibernate.util.IdentityMap$KeyIterator.class
org.hibernate.util.SerializationHelper$CustomObjectInputStream.class
org.hibernate.util.JTAHelper.class
org.hibernate.util.XMLHelper.class
org.hibernate.util.NamingHelper.class
org.hibernate.util.Cloneable$2.class
org.hibernate.PersistentObjectException.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jta-1.1.jar
/javax.transaction/jta/1.1
查看jta所有版本文件
jaas-1.0.01.jar
/javax.security/jaas/1.0.01
查看jaas所有版本文件
jacc-1.0.jar
/javax.security/jacc/1.0
查看jacc所有版本文件
ant-1.6.5.jar
/ant/ant/1.6.5
查看ant所有版本文件
javassist-3.4.GA.jar
/javassist/javassist/3.4.GA
查看javassist所有版本文件
hibernate-cglib-repack-2.1_3.jar
/org.hibernate/hibernate-cglib-repack/2.1_3
查看hibernate-cglib-repack所有版本文件
|