组织ID: |
org.hibernate |
项目ID: |
hibernate-core |
版本: |
3.3.0.CR1 |
最后修改时间: |
2018-08-09 10:40:21 |
包类型: |
jar |
标题: |
Hibernate Core |
描述: |
The core functionality of Hibernate |
大小: |
2.15MB |
|
Maven引入代码: |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>3.3.0.CR1</version>
</dependency>
|
Gradle引入代码: |
org.hibernate:hibernate-core:3.3.0.CR1
|
下载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.CR1</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>
<!-- YUCK, YUCK, YUCK!!!! -->
<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>
<!-- optional deps for bytecode providers until those are finally properly scoped -->
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.4.GA</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.1_3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-attrs</artifactId>
<version>1.5.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>
<!-- eventually should be based on the second phase grammar -->
<grammars>hql.g</grammars>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!--
for the time being, gonna ignore the custom stylesheet (what did it do anyway???)
<stylesheetfile>xyz</stylesheetfile>
-->
<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.metadata.ClassMetadata.class
org.hibernate.metadata.CollectionMetadata.class
org.hibernate.context.ThreadLocalSessionContext$TransactionProtectionWrapper.class
org.hibernate.context.ThreadLocalSessionContext$CleanupSynch.class
org.hibernate.context.JTASessionContext.class
org.hibernate.context.ThreadLocalSessionContext.class
org.hibernate.context.CurrentSessionContext.class
org.hibernate.context.ManagedSessionContext.class
org.hibernate.context.JTASessionContext$CleanupSynch.class
org.hibernate.collection.PersistentBag$SimpleAdd.class
org.hibernate.collection.AbstractPersistentCollection$SetProxy.class
org.hibernate.collection.PersistentBag$Clear.class
org.hibernate.collection.PersistentMap$Put.class
org.hibernate.collection.PersistentList$Set.class
org.hibernate.collection.AbstractPersistentCollection$ListIteratorProxy.class
org.hibernate.collection.PersistentList$SimpleAdd.class
org.hibernate.collection.PersistentIndexedElementHolder$IndexedValue.class
org.hibernate.collection.PersistentArrayHolder.class
org.hibernate.collection.AbstractPersistentCollection$1.class
org.hibernate.collection.PersistentList$Add.class
org.hibernate.collection.PersistentSet$SimpleAdd.class
org.hibernate.collection.PersistentIdentifierBag.class
org.hibernate.collection.AbstractPersistentCollection$IteratorProxy.class
org.hibernate.collection.PersistentMap$EntrySetProxy.class
org.hibernate.collection.PersistentMap$Clear.class
org.hibernate.collection.PersistentMap$MapEntryProxy.class
org.hibernate.collection.AbstractPersistentCollection$ListProxy.class
org.hibernate.collection.PersistentMap.class
org.hibernate.collection.PersistentList.class
org.hibernate.collection.PersistentSortedMap.class
org.hibernate.collection.AbstractPersistentCollection$DelayedOperation.class
org.hibernate.collection.AbstractPersistentCollection.class
org.hibernate.collection.PersistentMap$EntryIteratorProxy.class
org.hibernate.collection.PersistentSortedSet.class
org.hibernate.collection.PersistentElementHolder.class
org.hibernate.collection.PersistentBag.class
org.hibernate.collection.PersistentSet$SimpleRemove.class
org.hibernate.collection.PersistentSet.class
org.hibernate.collection.PersistentMap$Remove.class
org.hibernate.collection.PersistentList$Clear.class
org.hibernate.collection.PersistentSortedMap$SortedSubMap.class
org.hibernate.collection.PersistentList$Remove.class
org.hibernate.collection.PersistentMapElementHolder.class
org.hibernate.collection.PersistentSet$Clear.class
org.hibernate.collection.PersistentCollection.class
org.hibernate.collection.PersistentListElementHolder.class
org.hibernate.collection.PersistentList$SimpleRemove.class
org.hibernate.collection.PersistentIndexedElementHolder.class
org.hibernate.collection.PersistentSortedSet$SubSetProxy.class
org.hibernate.lob.SerializableClob.class
org.hibernate.lob.ClobImpl.class
org.hibernate.lob.ReaderInputStream.class
org.hibernate.lob.BlobImpl.class
org.hibernate.lob.SerializableBlob.class
org.hibernate.DuplicateMappingException.class
org.hibernate.pretty.MessageHelper.class
org.hibernate.pretty.Printer.class
org.hibernate.impl.SessionFactoryObjectFactory$1.class
org.hibernate.impl.SessionFactoryImpl$1.class
org.hibernate.impl.IteratorImpl.class
org.hibernate.impl.AbstractQueryImpl.class
org.hibernate.impl.CriteriaImpl$1.class
org.hibernate.impl.CriteriaImpl$Subcriteria.class
org.hibernate.impl.AbstractScrollableResults.class
org.hibernate.impl.SessionImpl.class
org.hibernate.impl.SessionFactoryObjectFactory.class
org.hibernate.impl.CriteriaImpl$CriterionEntry.class
org.hibernate.impl.QueryImpl.class
org.hibernate.impl.CriteriaImpl.class
org.hibernate.impl.SQLQueryImpl.class
org.hibernate.impl.ScrollableResultsImpl.class
org.hibernate.impl.StatelessSessionImpl.class
org.hibernate.impl.SessionFactoryImpl$2.class
org.hibernate.impl.SessionFactoryImpl.class
org.hibernate.impl.CollectionFilterImpl.class
org.hibernate.impl.FetchingScrollableResultsImpl.class
org.hibernate.impl.AbstractSessionImpl.class
org.hibernate.impl.CriteriaImpl$OrderEntry.class
org.hibernate.impl.FilterImpl.class
org.hibernate.ReplicationMode$4.class
org.hibernate.InstantiationException.class
org/hibernate/hibernate-mapping-3.0.dtd
org.hibernate.StaleStateException.class
org.hibernate.proxy.dom4j.Dom4jProxy.class
org.hibernate.proxy.dom4j.Dom4jLazyInitializer.class
org.hibernate.proxy.dom4j.Dom4jProxyFactory.class
org.hibernate.proxy.map.MapProxyFactory.class
org.hibernate.proxy.map.MapProxy.class
org.hibernate.proxy.map.MapLazyInitializer.class
org.hibernate.proxy.EntityNotFoundDelegate.class
org.hibernate.proxy.AbstractLazyInitializer.class
org.hibernate.proxy.HibernateProxyHelper.class
org.hibernate.proxy.LazyInitializer.class
org.hibernate.proxy.pojo.BasicLazyInitializer.class
org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer$1.class
org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.class
org.hibernate.proxy.pojo.javassist.JavassistProxyFactory.class
org.hibernate.proxy.pojo.javassist.SerializableProxy.class
org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer$1.class
org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory.class
org.hibernate.proxy.pojo.cglib.SerializableProxy.class
org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.class
org.hibernate.proxy.ProxyFactory.class
org.hibernate.proxy.HibernateProxy.class
org.hibernate.exception.SQLGrammarException.class
org.hibernate.exception.NestableRuntimeException.class
org.hibernate.exception.CacheSQLStateConverter.class
org.hibernate.exception.LockAcquisitionException.class
org.hibernate.exception.SQLExceptionConverterFactory$1.class
org.hibernate.exception.ExceptionUtils.class
org.hibernate.exception.Configurable.class
org.hibernate.exception.TemplatedViolatedConstraintNameExtracter.class
org.hibernate.exception.ConstraintViolationException.class
org.hibernate.exception.DataException.class
org.hibernate.exception.NestableException.class
org.hibernate.exception.SQLStateConverter.class
org.hibernate.exception.Nestable.class
org.hibernate.exception.JDBCConnectionException.class
org.hibernate.exception.JDBCExceptionHelper.class
org.hibernate.exception.SQLExceptionConverterFactory.class
org.hibernate.exception.SQLExceptionConverter.class
org.hibernate.exception.GenericJDBCException.class
org.hibernate.exception.ViolatedConstraintNameExtracter.class
org.hibernate.exception.NestableDelegate.class
org.hibernate.jdbc.JDBCContext.class
org.hibernate.jdbc.BatchingBatcherFactory.class
org.hibernate.jdbc.NonBatchingBatcher.class
org.hibernate.jdbc.ColumnNameCache.class
org.hibernate.jdbc.Expectations.class
org.hibernate.jdbc.Expectations$BasicExpectation.class
org.hibernate.jdbc.ConnectionManager$Callback.class
org.hibernate.jdbc.Batcher.class
org.hibernate.jdbc.BatchingBatcher.class
org.hibernate.jdbc.NonBatchingBatcherFactory.class
org.hibernate.jdbc.JDBCContext$Context.class
org.hibernate.jdbc.util.Formatter.class
org.hibernate.jdbc.util.FormatStyle.class
org.hibernate.jdbc.util.SQLStatementLogger.class
org.hibernate.jdbc.util.FormatStyle$1.class
org.hibernate.jdbc.util.BasicFormatterImpl$FormatProcess.class
org.hibernate.jdbc.util.FormatStyle$NoFormatImpl.class
org.hibernate.jdbc.util.DDLFormatterImpl.class
org.hibernate.jdbc.util.BasicFormatterImpl.class
org.hibernate.jdbc.BatchFailedException.class
org.hibernate.jdbc.BorrowedConnectionProxy.class
org.hibernate.jdbc.ResultSetWrapper.class
org.hibernate.jdbc.BatchedTooManyRowsAffectedException.class
org.hibernate.jdbc.Expectations$BasicParamExpectation.class
org.hibernate.jdbc.ConnectionWrapper.class
org.hibernate.jdbc.Work.class
org.hibernate.jdbc.Expectation.class
org.hibernate.jdbc.TooManyRowsAffectedException.class
org.hibernate.jdbc.BatcherFactory.class
org.hibernate.jdbc.Expectations$1.class
org.hibernate.jdbc.ConnectionManager.class
org.hibernate.jdbc.AbstractBatcher.class
org.hibernate.Hibernate.class
org.hibernate.SQLQuery.class
org.hibernate.InvalidMappingException.class
org.hibernate.property.Dom4jAccessor$AttributeGetter.class
org.hibernate.property.MapAccessor.class
org.hibernate.property.BasicPropertyAccessor$BasicGetter.class
org.hibernate.property.EmbeddedPropertyAccessor$EmbeddedSetter.class
org.hibernate.property.PropertyAccessor.class
org.hibernate.property.BackrefPropertyAccessor$BackrefGetter.class
org.hibernate.property.DirectPropertyAccessor.class
org.hibernate.property.Dom4jAccessor$Dom4jSetter.class
org.hibernate.property.Dom4jAccessor$ElementSetter.class
org.hibernate.property.Dom4jAccessor$TextSetter.class
org.hibernate.property.DirectPropertyAccessor$DirectSetter.class
org.hibernate.property.Dom4jAccessor.class
org.hibernate.property.Dom4jAccessor$ElementAttributeSetter.class
org.hibernate.property.Dom4jAccessor$ElementAttributeGetter.class
org.hibernate.property.IndexPropertyAccessor.class
org.hibernate.property.Dom4jAccessor$ElementGetter.class
org.hibernate.property.MapAccessor$MapGetter.class
org.hibernate.property.BasicPropertyAccessor.class
org.hibernate.property.NoopAccessor.class
org.hibernate.property.PropertyAccessorFactory.class
org.hibernate.property.BackrefPropertyAccessor$BackrefSetter.class
org.hibernate.property.IndexPropertyAccessor$IndexGetter.class
org.hibernate.property.Setter.class
org.hibernate.property.EmbeddedPropertyAccessor.class
org.hibernate.property.Dom4jAccessor$TextGetter.class
org.hibernate.property.DirectPropertyAccessor$DirectGetter.class
org.hibernate.property.NoopAccessor$NoopGetter.class
org.hibernate.property.NoopAccessor$1.class
org.hibernate.property.EmbeddedPropertyAccessor$EmbeddedGetter.class
org.hibernate.property.BackrefPropertyAccessor$1.class
org.hibernate.property.BasicPropertyAccessor$1.class
org.hibernate.property.MapAccessor$MapSetter.class
org.hibernate.property.NoopAccessor$NoopSetter.class
org.hibernate.property.Dom4jAccessor$Dom4jGetter.class
org.hibernate.property.BasicPropertyAccessor$BasicSetter.class
org.hibernate.property.Getter.class
org.hibernate.property.BackrefPropertyAccessor.class
org.hibernate.property.Dom4jAccessor$AttributeSetter.class
org.hibernate.property.IndexPropertyAccessor$IndexSetter.class
org.hibernate.property.ChainedPropertyAccessor.class
org.hibernate.CacheMode.class
org.hibernate.PropertyValueException.class
org.hibernate.usertype.EnhancedUserType.class
org.hibernate.usertype.CompositeUserType.class
org.hibernate.usertype.UserType.class
org.hibernate.usertype.ParameterizedType.class
org.hibernate.usertype.UserCollectionType.class
org.hibernate.usertype.LoggableUserType.class
org.hibernate.usertype.UserVersionType.class
org.hibernate.loader.collection.BasicCollectionJoinWalker.class
org.hibernate.loader.collection.BasicCollectionLoader.class
org.hibernate.loader.collection.CollectionInitializer.class
org.hibernate.loader.collection.OneToManyLoader.class
org.hibernate.loader.collection.SubselectCollectionLoader.class
org.hibernate.loader.collection.OneToManyJoinWalker.class
org.hibernate.loader.collection.BatchingCollectionInitializer.class
org.hibernate.loader.collection.SubselectOneToManyLoader.class
org.hibernate.loader.collection.CollectionJoinWalker.class
org.hibernate.loader.collection.CollectionLoader.class
org.hibernate.loader.custom.CustomQuery.class
org.hibernate.loader.custom.CustomLoader$ResultColumnProcessor.class
org.hibernate.loader.custom.CollectionFetchReturn.class
org.hibernate.loader.custom.CollectionReturn.class
org.hibernate.loader.custom.CustomLoader$NonScalarResultColumnProcessor.class
org.hibernate.loader.custom.RootReturn.class
org.hibernate.loader.custom.EntityFetchReturn.class
org.hibernate.loader.custom.NonScalarReturn.class
org.hibernate.loader.custom.CustomLoader$ResultRowProcessor.class
org.hibernate.loader.custom.FetchReturn.class
org.hibernate.loader.custom.CustomLoader$Metadata.class
org.hibernate.loader.custom.CustomLoader$ScalarResultColumnProcessor.class
org.hibernate.loader.custom.Return.class
org.hibernate.loader.custom.CustomLoader.class
org.hibernate.loader.custom.sql.SQLCustomQuery.class
org.hibernate.loader.custom.sql.SQLQueryParser$ParserContext.class
org.hibernate.loader.custom.sql.SQLQueryReturnProcessor$ResultAliasContext.class
org.hibernate.loader.custom.sql.SQLCustomQuery$ParserContext.class
org.hibernate.loader.custom.sql.SQLQueryParser.class
org.hibernate.loader.custom.sql.SQLQueryParser$ParameterSubstitutionRecognizer.class
org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.class
org.hibernate.loader.custom.ColumnCollectionAliases.class
org.hibernate.loader.custom.ScalarReturn.class
org.hibernate.loader.BasicLoader.class
org.hibernate.loader.JoinWalker$1.class
org.hibernate.loader.hql.QueryLoader.class
org.hibernate.loader.ColumnEntityAliases.class
org.hibernate.loader.Loader.class
org.hibernate.loader.AbstractEntityJoinWalker.class
org.hibernate.loader.JoinWalker.class
org.hibernate.loader.GeneratedCollectionAliases.class
org.hibernate.loader.DefaultEntityAliases.class
org.hibernate.loader.criteria.CriteriaQueryTranslator.class
org.hibernate.loader.criteria.CriteriaJoinWalker.class
org.hibernate.loader.criteria.CriteriaLoader.class
org.hibernate.loader.EntityAliases.class
org.hibernate.loader.OuterJoinLoader.class
org.hibernate.loader.JoinWalker$AssociationKey.class
org.hibernate.loader.entity.AbstractEntityLoader.class
org.hibernate.loader.entity.CascadeEntityJoinWalker.class
org.hibernate.loader.entity.BatchingEntityLoader.class
org.hibernate.loader.entity.CascadeEntityLoader.class
org.hibernate.loader.entity.EntityJoinWalker.class
org.hibernate.loader.entity.EntityLoader.class
org.hibernate.loader.entity.UniqueEntityLoader.class
org.hibernate.loader.entity.CollectionElementLoader.class
org.hibernate.loader.CollectionAliases.class
org.hibernate.loader.OuterJoinableAssociation.class
org.hibernate.ScrollMode.class
org.hibernate.hql.QueryTranslator.class
org.hibernate.hql.HolderInstantiator.class
org.hibernate.hql.ast.InvalidPathException.class
org.hibernate.hql.ast.exec.AbstractStatementExecutor$2.class
org.hibernate.hql.ast.exec.AbstractStatementExecutor.class
org.hibernate.hql.ast.exec.StatementExecutor.class
org.hibernate.hql.ast.exec.MultiTableUpdateExecutor.class
org.hibernate.hql.ast.exec.BasicExecutor.class
org.hibernate.hql.ast.exec.MultiTableDeleteExecutor.class
org.hibernate.hql.ast.exec.AbstractStatementExecutor$1.class
org.hibernate.hql.ast.ErrorCounter.class
org.hibernate.hql.ast.ASTQueryTranslatorFactory.class
org.hibernate.hql.ast.HqlSqlWalker.class
org.hibernate.hql.ast.SqlGenerator$DefaultWriter.class
org.hibernate.hql.ast.ParameterTranslationsImpl.class
org.hibernate.hql.ast.ParameterTranslationsImpl$ParameterInfo.class
org.hibernate.hql.ast.ParseErrorHandler.class
org.hibernate.hql.ast.ParameterTranslationsImpl$1NamedParamTempHolder.class
org.hibernate.hql.ast.DetailedSemanticException.class
org.hibernate.hql.ast.HqlSqlWalker$1.class
org.hibernate.hql.ast.HqlParser.class
org.hibernate.hql.ast.HqlASTFactory.class
org.hibernate.hql.ast.InvalidWithClauseException.class
org.hibernate.hql.ast.QueryTranslatorImpl$JavaConstantConverter.class
org.hibernate.hql.ast.QuerySyntaxException.class
org.hibernate.hql.ast.SqlGenerator$FunctionArguments.class
org.hibernate.hql.ast.util.ASTUtil$IncludePredicate.class
org.hibernate.hql.ast.util.ASTAppender.class
org.hibernate.hql.ast.util.SyntheticAndFactory.class
org.hibernate.hql.ast.util.LiteralProcessor.class
org.hibernate.hql.ast.util.LiteralProcessor$ApproximateDecimalFormatter.class
org.hibernate.hql.ast.util.NodeTraverser$VisitationStrategy.class
org.hibernate.hql.ast.util.ASTParentsFirstIterator.class
org.hibernate.hql.ast.util.LiteralProcessor$1.class
org.hibernate.hql.ast.util.LiteralProcessor$DecimalFormatter.class
org.hibernate.hql.ast.util.JoinProcessor.class
org.hibernate.hql.ast.util.ASTIterator.class
org.hibernate.hql.ast.util.AliasGenerator.class
org.hibernate.hql.ast.util.JoinProcessor$1.class
org.hibernate.hql.ast.util.ASTUtil$FilterPredicate.class
org.hibernate.hql.ast.util.ASTUtil$CollectingNodeVisitor.class
org.hibernate.hql.ast.util.PathHelper.class
org.hibernate.hql.ast.util.ColumnHelper.class
org.hibernate.hql.ast.util.ASTUtil.class
org.hibernate.hql.ast.util.NodeTraverser.class
org.hibernate.hql.ast.util.LiteralProcessor$ExactDecimalFormatter.class
org.hibernate.hql.ast.util.SessionFactoryHelper.class
org.hibernate.hql.ast.util.ASTPrinter.class
org.hibernate.hql.ast.QueryTranslatorImpl.class
org.hibernate.hql.ast.ErrorReporter.class
org.hibernate.hql.ast.HqlToken.class
org.hibernate.hql.ast.SqlGenerator$SqlWriter.class
org.hibernate.hql.ast.SqlGenerator.class
org.hibernate.hql.ast.HqlSqlWalker$WithClauseVisitor.class
org.hibernate.hql.ast.HqlLexer.class
org.hibernate.hql.ast.SqlASTFactory.class
org.hibernate.hql.ast.tree.DeleteStatement.class
org.hibernate.hql.ast.tree.BooleanLiteralNode.class
org.hibernate.hql.ast.tree.UnaryArithmeticNode.class
org.hibernate.hql.ast.tree.FromClause$3.class
org.hibernate.hql.ast.tree.DotNode$IllegalCollectionDereferenceExceptionBuilder.class
org.hibernate.hql.ast.tree.FromClause$4.class
org.hibernate.hql.ast.tree.BinaryLogicOperatorNode.class
org.hibernate.hql.ast.tree.OrderByClause.class
org.hibernate.hql.ast.tree.Case2Node.class
org.hibernate.hql.ast.tree.SelectExpressionList.class
org.hibernate.hql.ast.tree.UpdateStatement.class
org.hibernate.hql.ast.tree.RestrictableStatement.class
org.hibernate.hql.ast.tree.DisplayableNode.class
org.hibernate.hql.ast.tree.InitializeableNode.class
org.hibernate.hql.ast.tree.SelectClause.class
org.hibernate.hql.ast.tree.ExpectedTypeAwareNode.class
org.hibernate.hql.ast.tree.FromElement.class
org.hibernate.hql.ast.tree.IdentNode.class
org.hibernate.hql.ast.tree.InsertStatement.class
org.hibernate.hql.ast.tree.IsNullLogicOperatorNode.class
org.hibernate.hql.ast.tree.DotNode$1.class
org.hibernate.hql.ast.tree.ResolvableNode.class
org.hibernate.hql.ast.tree.Node.class
org.hibernate.hql.ast.tree.Statement.class
org.hibernate.hql.ast.tree.ImpliedFromElement.class
org.hibernate.hql.ast.tree.AbstractRestrictableStatement.class
org.hibernate.hql.ast.tree.IsNotNullLogicOperatorNode.class
org.hibernate.hql.ast.tree.QueryNode.class
org.hibernate.hql.ast.tree.SelectExpression.class
org.hibernate.hql.ast.tree.AbstractSelectExpression.class
org.hibernate.hql.ast.tree.CaseNode.class
org.hibernate.hql.ast.tree.CollectionFunction.class
org.hibernate.hql.ast.tree.FromReferenceNode.class
org.hibernate.hql.ast.tree.UnaryOperatorNode.class
org.hibernate.hql.ast.tree.ParameterNode.class
org.hibernate.hql.ast.tree.BetweenOperatorNode.class
org.hibernate.hql.ast.tree.FromClause$1.class
org.hibernate.hql.ast.tree.FromClause.class
org.hibernate.hql.ast.tree.SelectExpressionImpl.class
org.hibernate.hql.ast.tree.AssignmentSpecification$1.class
org.hibernate.hql.ast.tree.IntoClause.class
org.hibernate.hql.ast.tree.ConstructorNode.class
org.hibernate.hql.ast.tree.DotNode.class
org.hibernate.hql.ast.tree.FromElementType.class
org.hibernate.hql.ast.tree.AggregateNode.class
org.hibernate.hql.ast.tree.SqlFragment.class
org.hibernate.hql.ast.tree.MethodNode.class
org.hibernate.hql.ast.tree.FromElementFactory.class
org.hibernate.hql.ast.tree.CountNode.class
org.hibernate.hql.ast.tree.HqlSqlWalkerNode.class
org.hibernate.hql.ast.tree.JavaConstantNode.class
org.hibernate.hql.ast.tree.FromClause$2.class
org.hibernate.hql.ast.tree.UnaryLogicOperatorNode.class
org.hibernate.hql.ast.tree.LiteralNode.class
org.hibernate.hql.ast.tree.BinaryArithmeticOperatorNode.class
org.hibernate.hql.ast.tree.SqlNode.class
org.hibernate.hql.ast.tree.PathNode.class
org.hibernate.hql.ast.tree.SessionFactoryAwareNode.class
org.hibernate.hql.ast.tree.AbstractNullnessCheckNode.class
org.hibernate.hql.ast.tree.OperatorNode.class
org.hibernate.hql.ast.tree.AssignmentSpecification.class
org.hibernate.hql.ast.tree.BinaryOperatorNode.class
org.hibernate.hql.ast.tree.InLogicOperatorNode.class
org.hibernate.hql.ast.tree.AbstractStatement.class
org.hibernate.hql.ast.tree.IndexNode.class
org.hibernate.hql.QueryExecutionRequestException.class
org.hibernate.hql.NameGenerator.class
org/hibernate/hql/antlr/SqlTokenTypes.txt
org.hibernate.hql.antlr.SqlGeneratorBase.class
org.hibernate.hql.antlr.HqlTokenTypes.class
org.hibernate.hql.antlr.HqlBaseParser.class
org/hibernate/hql/antlr/HqlTokenTypes.txt
org.hibernate.hql.antlr.HqlSqlBaseWalker.class
org.hibernate.hql.antlr.HqlSqlTokenTypes.class
org.hibernate.hql.antlr.HqlBaseLexer.class
org.hibernate.hql.antlr.SqlTokenTypes.class
org/hibernate/hql/antlr/HqlSqlTokenTypes.txt
org.hibernate.hql.CollectionProperties.class
org.hibernate.hql.ParameterTranslations.class
org.hibernate.hql.CollectionSubqueryFactory.class
org.hibernate.hql.FilterTranslator.class
org.hibernate.hql.QueryTranslatorFactory.class
org.hibernate.hql.QuerySplitter.class
org.hibernate.hql.classic.ClauseParser.class
org.hibernate.hql.classic.QueryTranslatorImpl$1.class
org.hibernate.hql.classic.QueryTranslatorImpl$2.class
org.hibernate.hql.classic.HavingParser.class
org.hibernate.hql.classic.PathExpressionParser.class
org.hibernate.hql.classic.FromPathExpressionParser.class
org.hibernate.hql.classic.OrderByParser.class
org.hibernate.hql.classic.GroupByParser.class
org.hibernate.hql.classic.SelectPathExpressionParser.class
org.hibernate.hql.classic.SelectParser.class
org.hibernate.hql.classic.ParserHelper.class
org.hibernate.hql.classic.Parser.class
org.hibernate.hql.classic.ClassicQueryTranslatorFactory.class
org.hibernate.hql.classic.PreprocessingParser.class
org.hibernate.hql.classic.PathExpressionParser$CollectionElement.class
org.hibernate.hql.classic.QueryTranslatorImpl.class
org.hibernate.hql.classic.FromParser.class
org.hibernate.hql.classic.WhereParser.class
org/hibernate/hibernate-configuration-3.0.dtd
org.hibernate.dialect.PostgreSQLDialect$1.class
org.hibernate.dialect.Oracle8iDialect$1.class
org.hibernate.dialect.function.CharIndexFunction.class
org.hibernate.dialect.function.ClassicAvgFunction.class
org.hibernate.dialect.function.NoArgSQLFunction.class
org.hibernate.dialect.function.ConditionalParenthesisFunction.class
org.hibernate.dialect.function.StandardJDBCEscapeFunction.class
org.hibernate.dialect.function.SQLFunctionRegistry.class
org.hibernate.dialect.function.ConvertFunction.class
org.hibernate.dialect.function.SQLFunctionTemplate.class
org.hibernate.dialect.function.StandardSQLFunction.class
org.hibernate.dialect.function.ClassicCountFunction.class
org.hibernate.dialect.function.NvlFunction.class
org.hibernate.dialect.function.PositionSubstringFunction.class
org.hibernate.dialect.function.CastFunction.class
org.hibernate.dialect.function.AnsiTrimEmulationFunction.class
org.hibernate.dialect.function.SQLFunction.class
org.hibernate.dialect.function.VarArgsSQLFunction.class
org.hibernate.dialect.function.ClassicSumFunction.class
org.hibernate.dialect.DialectFactory$VersionInsensitiveMapper.class
org.hibernate.dialect.DialectFactory$DatabaseDialectMapper.class
org.hibernate.dialect.MySQLInnoDBDialect.class
org.hibernate.dialect.Sybase11Dialect.class
org.hibernate.dialect.Dialect.class
org.hibernate.dialect.DB2390Dialect.class
org.hibernate.dialect.InformixDialect.class
org.hibernate.dialect.Dialect$4.class
org.hibernate.dialect.DialectFactory$1.class
org.hibernate.dialect.ProgressDialect.class
org.hibernate.dialect.Oracle8iDialect.class
org.hibernate.dialect.TypeNames.class
org.hibernate.dialect.MimerSQLDialect.class
org.hibernate.dialect.H2Dialect.class
org.hibernate.dialect.PostgreSQLDialect.class
org.hibernate.dialect.MySQLDialect.class
org.hibernate.dialect.MySQL5Dialect.class
org.hibernate.dialect.lock.LockingStrategy.class
org.hibernate.dialect.lock.SelectLockingStrategy.class
org.hibernate.dialect.lock.UpdateLockingStrategy.class
org.hibernate.dialect.DB2Dialect.class
org.hibernate.dialect.Cache71Dialect.class
org.hibernate.dialect.Oracle9Dialect.class
org.hibernate.dialect.RDMSOS2200Dialect.class
org.hibernate.dialect.MySQLMyISAMDialect.class
org.hibernate.dialect.InformixDialect$1.class
org.hibernate.dialect.MckoiDialect.class
org.hibernate.dialect.MySQL5InnoDBDialect.class
org.hibernate.dialect.Dialect$1.class
org.hibernate.dialect.SybaseAnywhereDialect.class
org.hibernate.dialect.Dialect$3.class
org.hibernate.dialect.Dialect$2.class
org.hibernate.dialect.SybaseDialect.class
org.hibernate.dialect.HSQLDialect.class
org.hibernate.dialect.DerbyDialect$DerbyTrimFunctionEmulation.class
org.hibernate.dialect.H2Dialect$1.class
org.hibernate.dialect.HSQLDialect$1.class
org.hibernate.dialect.HSQLDialect$ReadUncommittedLockingStrategy.class
org.hibernate.dialect.TimesTenDialect.class
org.hibernate.dialect.Oracle9Dialect$1.class
org.hibernate.dialect.DB2400Dialect.class
org.hibernate.dialect.OracleDialect.class
org.hibernate.dialect.JDataStoreDialect.class
org.hibernate.dialect.TeradataDialect.class
org.hibernate.dialect.DataDirectOracle9Dialect.class
org.hibernate.dialect.SAPDBDialect.class
org.hibernate.dialect.DialectFactory.class
org.hibernate.dialect.InterbaseDialect.class
org.hibernate.dialect.FrontBaseDialect.class
org.hibernate.dialect.SQLServerDialect.class
org.hibernate.dialect.Oracle10gDialect.class
org.hibernate.dialect.IngresDialect.class
org.hibernate.dialect.DerbyDialect.class
org.hibernate.dialect.Cache71Dialect$1.class
org.hibernate.dialect.Oracle9iDialect.class
org.hibernate.dialect.PointbaseDialect.class
org.hibernate.dialect.ResultColumnReferenceStrategy.class
org.hibernate.dialect.FirebirdDialect.class
org.hibernate.StaleObjectStateException.class
org.hibernate.mapping.Selectable.class
org.hibernate.mapping.JoinedSubclass.class
org.hibernate.mapping.DependantValue.class
org.hibernate.mapping.PersistentClass.class
org.hibernate.mapping.ForeignKey.class
org.hibernate.mapping.IndexBackref.class
org.hibernate.mapping.Column.class
org.hibernate.mapping.Constraint.class
org.hibernate.mapping.Map.class
org.hibernate.mapping.IdentifierBag.class
org.hibernate.mapping.SimpleAuxiliaryDatabaseObject.class
org.hibernate.mapping.Formula.class
org.hibernate.mapping.AbstractAuxiliaryDatabaseObject.class
org.hibernate.mapping.Index.class
org.hibernate.mapping.Any.class
org.hibernate.mapping.Value.class
org.hibernate.mapping.ToOne.class
org.hibernate.mapping.Table$ForeignKeyKey.class
org.hibernate.mapping.Property.class
org.hibernate.mapping.SimpleValue.class
org.hibernate.mapping.Set.class
org.hibernate.mapping.PropertyGeneration.class
org.hibernate.mapping.PrimaryKey.class
org.hibernate.mapping.ValueVisitor.class
org.hibernate.mapping.Collection.class
org.hibernate.mapping.Subclass.class
org.hibernate.mapping.UnionSubclass.class
org.hibernate.mapping.KeyValue.class
org.hibernate.mapping.Component.class
org.hibernate.mapping.List.class
org.hibernate.mapping.IdentifierCollection.class
org.hibernate.mapping.PersistentClassVisitor.class
org.hibernate.mapping.RootClass.class
org.hibernate.mapping.Fetchable.class
org.hibernate.mapping.Table.class
org.hibernate.mapping.AuxiliaryDatabaseObject.class
org.hibernate.mapping.TableOwner.class
org.hibernate.mapping.RelationalModel.class
org.hibernate.mapping.UniqueKey.class
org.hibernate.mapping.PrimitiveArray.class
org.hibernate.mapping.DenormalizedTable.class
org.hibernate.mapping.Backref.class
org.hibernate.mapping.Bag.class
org.hibernate.mapping.Filterable.class
org.hibernate.mapping.SingleTableSubclass.class
org.hibernate.mapping.OneToMany.class
org.hibernate.mapping.MetaAttribute.class
org.hibernate.mapping.OneToOne.class
org.hibernate.mapping.Join.class
org.hibernate.mapping.IndexedCollection.class
org.hibernate.mapping.MetaAttributable.class
org.hibernate.mapping.Array.class
org.hibernate.mapping.TypeDef.class
org.hibernate.mapping.ManyToOne.class
org.hibernate.type.CustomType.class
org.hibernate.type.OrderedMapType.class
org.hibernate.type.SortedMapType.class
org.hibernate.type.IntegerType.class
org.hibernate.type.CalendarType.class
org.hibernate.type.TimestampType.class
org.hibernate.type.LongType.class
org.hibernate.type.SpecialOneToOneType.class
org.hibernate.type.BlobType.class
org.hibernate.type.BigIntegerType.class
org.hibernate.type.AbstractBynaryType.class
org.hibernate.type.CharacterArrayType.class
org.hibernate.type.ImmutableType.class
org.hibernate.type.DiscriminatorType.class
org.hibernate.type.OneToOneType.class
org.hibernate.type.ByteType.class
org.hibernate.type.DbTimestampType.class
org.hibernate.type.TextType.class
org.hibernate.type.LiteralType.class
org.hibernate.type.ComponentType.class
org.hibernate.type.TypeFactory.class
org.hibernate.type.CharArrayType.class
org.hibernate.type.CharBooleanType.class
org.hibernate.type.AbstractType.class
org.hibernate.type.ForeignKeyDirection$1.class
org.hibernate.type.VersionType.class
org.hibernate.type.SortedSetType.class
org.hibernate.type.TimeZoneType.class
org.hibernate.type.ArrayType.class
org.hibernate.type.IdentifierBagType.class
org.hibernate.type.CharacterType.class
org.hibernate.type.ForeignKeyDirection$2.class
org.hibernate.type.AssociationType.class
org.hibernate.type.CurrencyType.class
org.hibernate.type.CompositeCustomType.class
org.hibernate.type.BigDecimalType.class
org.hibernate.type.LocaleType.class
org.hibernate.type.NullableType.class
org.hibernate.type.MetaType.class
org.hibernate.type.AbstractCharArrayType.class
org.hibernate.type.ShortType.class
org.hibernate.type.PrimitiveType.class
org.hibernate.type.MutableType.class
org.hibernate.type.FloatType.class
org.hibernate.type.BinaryType.class
org.hibernate.type.DoubleType.class
org.hibernate.type.BooleanType.class
org.hibernate.type.ClobType.class
org.hibernate.type.AbstractComponentType.class
org.hibernate.type.MapType.class
org.hibernate.type.ClassType.class
org.hibernate.type.SerializableType.class
org.hibernate.type.YesNoType.class
org.hibernate.type.CollectionType.class
org.hibernate.type.ManyToOneType.class
org.hibernate.type.ListType.class
org.hibernate.type.AdaptedImmutableType.class
org.hibernate.type.EmbeddedComponentType.class
org.hibernate.type.SetType.class
org.hibernate.type.TrueFalseType.class
org.hibernate.type.AnyType$ObjectTypeCacheEntry.class
org.hibernate.type.AnyType.class
org.hibernate.type.WrapperBinaryType.class
org.hibernate.type.SerializationException.class
org.hibernate.type.CalendarDateType.class
org.hibernate.type.BagType.class
org.hibernate.type.Type.class
org.hibernate.type.EntityType.class
org.hibernate.type.TimeType.class
org.hibernate.type.IdentifierType.class
org.hibernate.type.CustomCollectionType.class
org.hibernate.type.StringType.class
org.hibernate.type.ForeignKeyDirection.class
org.hibernate.type.OrderedSetType.class
org.hibernate.type.DateType.class
org.hibernate.FetchMode.class
org.hibernate.event.PreLoadEventListener.class
org.hibernate.event.PostCollectionRemoveEvent.class
org.hibernate.event.PostInsertEvent.class
org.hibernate.event.AbstractCollectionEvent.class
org.hibernate.event.EvictEventListener.class
org.hibernate.event.PreUpdateEventListener.class
org.hibernate.event.InitializeCollectionEventListener.class
org.hibernate.event.EventListeners.class
org.hibernate.event.EvictEvent.class
org.hibernate.event.MergeEvent.class
org.hibernate.event.PreInsertEventListener.class
org.hibernate.event.LoadEventListener.class
org.hibernate.event.EventListeners$2.class
org.hibernate.event.LoadEventListener$1.class
org.hibernate.event.PostCollectionRemoveEventListener.class
org.hibernate.event.PreDeleteEvent.class
org.hibernate.event.LoadEventListener$LoadType.class
org.hibernate.event.RefreshEvent.class
org.hibernate.event.ReplicateEventListener.class
org.hibernate.event.PostCollectionRecreateEvent.class
org.hibernate.event.FlushEventListener.class
org.hibernate.event.PreCollectionUpdateEvent.class
org.hibernate.event.PostCollectionUpdateEventListener.class
org.hibernate.event.PreDeleteEventListener.class
org.hibernate.event.PreCollectionRemoveEventListener.class
org.hibernate.event.PersistEvent.class
org.hibernate.event.SaveOrUpdateEventListener.class
org.hibernate.event.DeleteEventListener.class
org.hibernate.event.LockEventListener.class
org.hibernate.event.PreCollectionRemoveEvent.class
org.hibernate.event.PostLoadEventListener.class
org.hibernate.event.PreCollectionRecreateEvent.class
org.hibernate.event.PostUpdateEventListener.class
org.hibernate.event.PreUpdateEvent.class
org.hibernate.event.MergeEventListener.class
org.hibernate.event.Destructible.class
org.hibernate.event.PersistEventListener.class
org.hibernate.event.ReplicateEvent.class
org.hibernate.event.PreLoadEvent.class
org.hibernate.event.AutoFlushEvent.class
org.hibernate.event.RefreshEventListener.class
org.hibernate.event.Initializable.class
org.hibernate.event.PostDeleteEvent.class
org.hibernate.event.EventSource.class
org.hibernate.event.LoadEvent.class
org.hibernate.event.PostLoadEvent.class
org.hibernate.event.PreCollectionRecreateEventListener.class
org.hibernate.event.PostDeleteEventListener.class
org.hibernate.event.PreCollectionUpdateEventListener.class
org.hibernate.event.LockEvent.class
org.hibernate.event.FlushEntityEventListener.class
org.hibernate.event.PostUpdateEvent.class
org.hibernate.event.AbstractEvent.class
org.hibernate.event.EventListeners$1.class
org.hibernate.event.DirtyCheckEventListener.class
org.hibernate.event.PostInsertEventListener.class
org.hibernate.event.DeleteEvent.class
org.hibernate.event.DirtyCheckEvent.class
org.hibernate.event.InitializeCollectionEvent.class
org.hibernate.event.PreInsertEvent.class
org.hibernate.event.FlushEntityEvent.class
org.hibernate.event.PostCollectionRecreateEventListener.class
org.hibernate.event.SaveOrUpdateEvent.class
org.hibernate.event.AutoFlushEventListener.class
org.hibernate.event.FlushEvent.class
org.hibernate.event.def.AbstractLockUpgradeEventListener.class
org.hibernate.event.def.DefaultLockEventListener.class
org.hibernate.event.def.OnLockVisitor.class
org.hibernate.event.def.AbstractReassociateEventListener.class
org.hibernate.event.def.AbstractVisitor.class
org.hibernate.event.def.OnReplicateVisitor.class
org.hibernate.event.def.DefaultSaveEventListener.class
org.hibernate.event.def.DefaultInitializeCollectionEventListener.class
org.hibernate.event.def.DefaultPreLoadEventListener.class
org.hibernate.event.def.DefaultPersistOnFlushEventListener.class
org.hibernate.event.def.FlushVisitor.class
org.hibernate.event.def.AbstractFlushingEventListener.class
org.hibernate.event.def.EvictVisitor.class
org.hibernate.event.def.DefaultDeleteEventListener.class
org.hibernate.event.def.ProxyVisitor.class
org.hibernate.event.def.DefaultSaveOrUpdateCopyEventListener.class
org.hibernate.event.def.DefaultFlushEventListener.class
org.hibernate.event.def.DefaultEvictEventListener.class
org.hibernate.event.def.OnUpdateVisitor.class
org.hibernate.event.def.DirtyCollectionSearchVisitor.class
org.hibernate.event.def.DefaultAutoFlushEventListener.class
org.hibernate.event.def.DefaultFlushEntityEventListener.class
org.hibernate.event.def.DefaultRefreshEventListener.class
org.hibernate.event.def.DefaultReplicateEventListener.class
org.hibernate.event.def.DefaultPostLoadEventListener.class
org.hibernate.event.def.AbstractSaveEventListener.class
org.hibernate.event.def.DefaultMergeEventListener.class
org.hibernate.event.def.ReattachVisitor.class
org.hibernate.event.def.DefaultPersistEventListener.class
org.hibernate.event.def.WrapVisitor.class
org.hibernate.event.def.DefaultDirtyCheckEventListener.class
org.hibernate.event.def.DefaultLoadEventListener.class
org.hibernate.event.def.DefaultUpdateEventListener.class
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.class
org.hibernate.event.PostCollectionUpdateEvent.class
org.hibernate.event.EventListeners$ListenerProcesser.class
org.hibernate.AssertionFailure.class
org.hibernate.tuple.Dom4jInstantiator.class
org.hibernate.tuple.ElementWrapper.class
org.hibernate.tuple.Property.class
org.hibernate.tuple.VersionProperty.class
org.hibernate.tuple.Instantiator.class
org.hibernate.tuple.DynamicMapInstantiator.class
org.hibernate.tuple.component.DynamicMapComponentTuplizer.class
org.hibernate.tuple.component.PojoComponentTuplizer.class
org.hibernate.tuple.component.Dom4jComponentTuplizer.class
org.hibernate.tuple.component.ComponentEntityModeToTuplizerMapping.class
org.hibernate.tuple.component.PojoComponentTuplizer$ProxiedInstantiator.class
org.hibernate.tuple.component.AbstractComponentTuplizer.class
org.hibernate.tuple.component.ComponentTuplizer.class
org.hibernate.tuple.component.ComponentMetamodel.class
org.hibernate.tuple.PropertyFactory.class
org.hibernate.tuple.StandardProperty.class
org.hibernate.tuple.entity.Dom4jEntityTuplizer.class
org.hibernate.tuple.entity.EntityMetamodel.class
org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.class
org.hibernate.tuple.entity.DynamicMapEntityTuplizer.class
org.hibernate.tuple.entity.AbstractEntityTuplizer.class
org.hibernate.tuple.entity.PojoEntityTuplizer.class
org.hibernate.tuple.entity.EntityTuplizer.class
org.hibernate.tuple.Tuplizer.class
org.hibernate.tuple.PojoInstantiator.class
org.hibernate.tuple.IdentifierProperty.class
org.hibernate.tuple.EntityModeToTuplizerMapping.class
org/hibernate/checkstyle_checks.xml
org.hibernate.Transaction.class
org.hibernate.stat.EntityStatistics.class
org.hibernate.stat.SessionStatisticsImpl.class
org.hibernate.stat.StatisticsImplementor.class
org.hibernate.stat.SecondLevelCacheStatistics.class
org.hibernate.stat.QueryStatistics.class
org.hibernate.stat.SessionStatistics.class
org.hibernate.stat.Statistics.class
org.hibernate.stat.CollectionStatistics.class
org.hibernate.stat.CategorizedStatistics.class
org.hibernate.stat.StatisticsImpl.class
org.hibernate.TransactionException.class
org.hibernate.LazyInitializationException.class
org.hibernate.NonUniqueResultException.class
org.hibernate.intercept.LazyPropertyInitializer$1.class
org.hibernate.intercept.AbstractFieldInterceptor.class
org.hibernate.intercept.FieldInterceptionHelper.class
org.hibernate.intercept.FieldInterceptor.class
org.hibernate.intercept.javassist.JavassistHelper.class
org.hibernate.intercept.javassist.FieldInterceptorImpl.class
org.hibernate.intercept.LazyPropertyInitializer.class
org.hibernate.intercept.cglib.CGLIBHelper.class
org.hibernate.intercept.cglib.FieldInterceptorImpl.class
org.hibernate.connection.ConnectionProvider.class
org.hibernate.connection.UserSuppliedConnectionProvider.class
org.hibernate.connection.ConnectionProviderFactory.class
org.hibernate.connection.DatasourceConnectionProvider.class
org.hibernate.connection.DriverManagerConnectionProvider.class
org.hibernate.persister.collection.BasicCollectionPersister.class
org.hibernate.persister.collection.CollectionPersister.class
org.hibernate.persister.collection.ElementPropertyMapping.class
org.hibernate.persister.collection.QueryableCollection.class
org.hibernate.persister.collection.CollectionPropertyNames.class
org.hibernate.persister.collection.CollectionPropertyMapping.class
org.hibernate.persister.collection.SQLLoadableCollection.class
org.hibernate.persister.collection.AbstractCollectionPersister.class
org.hibernate.persister.collection.NamedQueryCollectionInitializer.class
org.hibernate.persister.collection.CompositeElementPropertyMapping.class
org.hibernate.persister.collection.OneToManyPersister.class
org.hibernate.persister.PersisterFactory.class
org.hibernate.persister.entity.Queryable.class
org.hibernate.persister.entity.AbstractEntityPersister$3.class
org.hibernate.persister.entity.AbstractEntityPersister.class
org.hibernate.persister.entity.Loadable.class
org.hibernate.persister.entity.BasicEntityPropertyMapping.class
org.hibernate.persister.entity.NamedQueryLoader.class
org.hibernate.persister.entity.SingleTableEntityPersister.class
org.hibernate.persister.entity.OuterJoinLoadable.class
org.hibernate.persister.entity.PropertyMapping.class
org.hibernate.persister.entity.EntityPersister.class
org.hibernate.persister.entity.AbstractEntityPersister$InclusionChecker.class
org.hibernate.persister.entity.Lockable.class
org.hibernate.persister.entity.AbstractEntityPersister$2.class
org.hibernate.persister.entity.Joinable.class
org.hibernate.persister.entity.UnionSubclassEntityPersister.class
org.hibernate.persister.entity.SQLLoadable.class
org.hibernate.persister.entity.AbstractEntityPersister$1.class
org.hibernate.persister.entity.Queryable$Declarer.class
org.hibernate.persister.entity.UniqueKeyLoadable.class
org.hibernate.persister.entity.JoinedSubclassEntityPersister.class
org.hibernate.persister.entity.AbstractPropertyMapping.class
org.hibernate.PropertyAccessException.class
org.hibernate.action.CollectionRecreateAction.class
org.hibernate.action.EntityAction.class
org.hibernate.action.EntityDeleteAction.class
org.hibernate.action.BulkOperationCleanupAction.class
org.hibernate.action.CollectionAction.class
org.hibernate.action.Executable.class
org.hibernate.action.CollectionRemoveAction.class
org.hibernate.action.DelayedPostInsertIdentifier.class
org.hibernate.action.EntityInsertAction.class
org.hibernate.action.EntityUpdateAction.class
org.hibernate.action.EntityIdentityInsertAction.class
org.hibernate.action.CollectionUpdateAction.class
org.hibernate.ScrollableResults.class
org.hibernate.MappingNotFoundException.class
org.hibernate.CallbackException.class
org.hibernate.bytecode.AbstractClassTransformerImpl.class
org.hibernate.bytecode.BasicProxyFactory.class
org.hibernate.bytecode.ReflectionOptimizer$AccessOptimizer.class
org.hibernate.bytecode.ReflectionOptimizer.class
org.hibernate.bytecode.InstrumentedClassLoader.class
org.hibernate.bytecode.ProxyFactoryFactory.class
org.hibernate.bytecode.util.BasicClassFilter.class
org.hibernate.bytecode.util.ClassFilter.class
org.hibernate.bytecode.util.FieldFilter.class
org.hibernate.bytecode.util.ClassDescriptor.class
org.hibernate.bytecode.util.ByteCodeHelper.class
org.hibernate.bytecode.javassist.JavassistClassTransformer.class
org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl.class
org.hibernate.bytecode.javassist.ReflectionOptimizerImpl.class
org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl$1.class
org.hibernate.bytecode.javassist.BulkAccessorFactory.class
org.hibernate.bytecode.javassist.BulkAccessor.class
org.hibernate.bytecode.javassist.BulkAccessorException.class
org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl$BasicProxyFactoryImpl.class
org.hibernate.bytecode.javassist.JavassistClassTransformer$1.class
org.hibernate.bytecode.javassist.FieldFilter.class
org.hibernate.bytecode.javassist.BytecodeProviderImpl.class
org.hibernate.bytecode.javassist.AccessOptimizerAdapter.class
org.hibernate.bytecode.javassist.InstantiationOptimizerAdapter.class
org.hibernate.bytecode.javassist.FieldHandler.class
org.hibernate.bytecode.javassist.TransformingClassLoader.class
org.hibernate.bytecode.javassist.FieldTransformer.class
org.hibernate.bytecode.javassist.FastClass.class
org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl$PassThroughHandler.class
org.hibernate.bytecode.javassist.FieldHandled.class
org.hibernate.bytecode.ReflectionOptimizer$InstantiationOptimizer.class
org.hibernate.bytecode.BytecodeProvider.class
org.hibernate.bytecode.cglib.CglibClassTransformer$1.class
org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.class
org.hibernate.bytecode.cglib.ReflectionOptimizerImpl.class
org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl$1.class
org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl$BasicProxyFactoryImpl.class
org.hibernate.bytecode.cglib.BytecodeProviderImpl.class
org.hibernate.bytecode.cglib.AccessOptimizerAdapter.class
org.hibernate.bytecode.cglib.InstantiationOptimizerAdapter.class
org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl$PassThroughInterceptor.class
org.hibernate.bytecode.cglib.CglibClassTransformer.class
org.hibernate.bytecode.ClassTransformer.class
org.hibernate.Filter.class
org.hibernate.Query.class
org.hibernate.Criteria.class
org.hibernate.param.ParameterSpecification.class
org.hibernate.param.ExplicitParameterSpecification.class
org.hibernate.param.CollectionFilterKeyParameterSpecification.class
org.hibernate.param.VersionTypeSeedParameterSpecification.class
org.hibernate.param.DynamicFilterParameterSpecification.class
org.hibernate.param.NamedParameterSpecification.class
org.hibernate.param.PositionalParameterSpecification.class
org.hibernate.param.AbstractExplicitParameterSpecification.class
org.hibernate.ObjectDeletedException.class
org.hibernate.tool.hbm2ddl.IndexMetadata.class
org.hibernate.tool.hbm2ddl.SchemaValidator.class
org.hibernate.tool.hbm2ddl.SchemaExportTask.class
org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.class
org.hibernate.tool.hbm2ddl.ManagedProviderConnectionHelper.class
org.hibernate.tool.hbm2ddl.ConnectionHelper.class
org.hibernate.tool.hbm2ddl.ColumnMetadata.class
org.hibernate.tool.hbm2ddl.TableMetadata.class
org.hibernate.tool.hbm2ddl.SchemaUpdate.class
org.hibernate.tool.hbm2ddl.ForeignKeyMetadata.class
org.hibernate.tool.hbm2ddl.DatabaseMetadata.class
org.hibernate.tool.hbm2ddl.SchemaExport.class
org.hibernate.tool.hbm2ddl.SchemaUpdateTask.class
org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.class
org.hibernate.tool.hbm2ddl.SchemaValidatorTask.class
org.hibernate.tool.instrument.BasicInstrumentationTask$CustomFieldFilter.class
org.hibernate.tool.instrument.BasicInstrumentationTask$ZipEntryHandler.class
org.hibernate.tool.instrument.BasicInstrumentationTask$1.class
org.hibernate.tool.instrument.BasicInstrumentationTask.class
org.hibernate.tool.instrument.BasicInstrumentationTask$ZipFileProcessor.class
org.hibernate.tool.instrument.BasicInstrumentationTask$Logger.class
org.hibernate.tool.instrument.javassist.InstrumentTask.class
org.hibernate.tool.instrument.javassist.InstrumentTask$CustomClassDescriptor.class
org.hibernate.tool.instrument.BasicInstrumentationTask$2.class
org.hibernate.tool.instrument.cglib.InstrumentTask.class
org.hibernate.tool.instrument.cglib.InstrumentTask$CustomClassDescriptor.class
org.hibernate.JDBCException.class
org.hibernate.HibernateException.class
org.hibernate.TypeMismatchException.class
org.hibernate.ReplicationMode$2.class
org.hibernate.TransientObjectException.class
org.hibernate.classic.Validatable.class
org.hibernate.classic.ValidationFailure.class
org.hibernate.classic.Lifecycle.class
org.hibernate.classic.Session.class
org.hibernate.QueryException.class
org.hibernate.ObjectNotFoundException.class
org.hibernate.id.enhanced.OptimizerFactory$NoopOptimizer.class
org.hibernate.id.enhanced.SequenceStyleGenerator.class
org.hibernate.id.enhanced.OptimizerFactory$PooledOptimizer.class
org.hibernate.id.enhanced.OptimizerFactory$OptimizerSupport.class
org.hibernate.id.enhanced.OptimizerFactory.class
org.hibernate.id.enhanced.AccessCallback.class
org.hibernate.id.enhanced.SequenceStructure.class
org.hibernate.id.enhanced.TableStructure.class
org.hibernate.id.enhanced.OptimizerFactory$HiLoOptimizer.class
org.hibernate.id.enhanced.DatabaseStructure.class
org.hibernate.id.enhanced.SequenceStructure$1.class
org.hibernate.id.enhanced.Optimizer.class
org.hibernate.id.enhanced.TableGenerator.class
org.hibernate.id.enhanced.TableGenerator$1.class
org.hibernate.id.enhanced.TableStructure$1.class
org.hibernate.id.IdentityGenerator.class
org.hibernate.id.insert.IdentifierGeneratingInsert.class
org.hibernate.id.insert.InsertSelectIdentityInsert.class
org.hibernate.id.insert.InsertGeneratedIdentifierDelegate.class
org.hibernate.id.insert.Binder.class
org.hibernate.id.insert.AbstractSelectingDelegate.class
org.hibernate.id.insert.AbstractReturningDelegate.class
org.hibernate.id.IdentityGenerator$GetGeneratedKeysDelegate.class
org.hibernate.id.PostInsertIdentifierGenerator.class
org.hibernate.id.ForeignGenerator.class
org.hibernate.id.SelectGenerator$1.class
org.hibernate.id.IdentifierGeneratorFactory$1.class
org.hibernate.id.IncrementGenerator.class
org.hibernate.id.AbstractUUIDGenerator.class
org.hibernate.id.SequenceIdentityGenerator$Delegate.class
org.hibernate.id.IdentifierGeneratorFactory.class
org.hibernate.id.MultipleHiLoPerTableGenerator.class
org.hibernate.id.AbstractPostInsertGenerator.class
org.hibernate.id.SequenceHiLoGenerator.class
org.hibernate.id.SelectGenerator$SelectGeneratorDelegate.class
org.hibernate.id.PostInsertIdentityPersister.class
org.hibernate.id.Configurable.class
org.hibernate.id.PersistentIdentifierGenerator.class
org.hibernate.id.GUIDGenerator.class
org.hibernate.id.TableHiLoGenerator.class
org.hibernate.id.SequenceGenerator.class
org.hibernate.id.IdentityGenerator$BasicDelegate.class
org.hibernate.id.IdentifierGenerationException.class
org.hibernate.id.IdentifierGenerator.class
org.hibernate.id.SelectGenerator.class
org.hibernate.id.IdentifierGeneratorFactory$2.class
org.hibernate.id.IdentityGenerator$InsertSelectDelegate.class
org.hibernate.id.SequenceIdentityGenerator$NoCommentsInsert.class
org.hibernate.id.Assigned.class
org.hibernate.id.TableGenerator.class
org.hibernate.id.UUIDHexGenerator.class
org.hibernate.id.SequenceIdentityGenerator.class
org.hibernate.sql.Template.class
org.hibernate.sql.Insert.class
org.hibernate.sql.SelectFragment.class
org.hibernate.sql.DerbyCaseFragment.class
org.hibernate.sql.ForUpdateFragment.class
org.hibernate.sql.ANSIJoinFragment.class
org.hibernate.sql.DisjunctionFragment.class
org.hibernate.sql.CacheJoinFragment.class
org.hibernate.sql.JoinFragment.class
org.hibernate.sql.CaseFragment.class
org.hibernate.sql.DecodeCaseFragment.class
org.hibernate.sql.MckoiCaseFragment.class
org.hibernate.sql.HSQLCaseFragment.class
org.hibernate.sql.Delete.class
org.hibernate.sql.Sybase11JoinFragment.class
org.hibernate.sql.QueryJoinFragment.class
org.hibernate.sql.Alias.class
org.hibernate.sql.ConditionFragment.class
org.hibernate.sql.Update.class
org.hibernate.sql.InsertSelect.class
org.hibernate.sql.Select.class
org.hibernate.sql.OracleJoinFragment.class
org.hibernate.sql.ANSICaseFragment.class
org.hibernate.sql.SimpleSelect.class
org.hibernate.sql.QuerySelect.class
org.hibernate.sql.InFragment.class
org.hibernate.SessionException.class
org.hibernate.ReplicationMode.class
org.hibernate.util.Cloneable$1.class
org.hibernate.util.XMLHelper.class
org.hibernate.util.JDBCExceptionReporter.class
org.hibernate.util.FastHashMap.class
org.hibernate.util.EmptyIterator.class
org.hibernate.util.XMLHelper$ErrorLogger.class
org.hibernate.util.EqualsHelper.class
org.hibernate.util.LazyIterator.class
org.hibernate.util.IdentityMap.class
org.hibernate.util.JTAHelper.class
org.hibernate.util.IdentityMap$IdentityKey.class
org.hibernate.util.ConfigHelper.class
org.hibernate.util.SerializationHelper$CustomObjectInputStream.class
org.hibernate.util.BytesHelper.class
org.hibernate.util.SingletonIterator.class
org.hibernate.util.PropertiesHelper.class
org.hibernate.util.IdentitySet.class
org.hibernate.util.MarkerObject.class
org.hibernate.util.CalendarComparator.class
org.hibernate.util.ArrayHelper.class
org.hibernate.util.StringHelper.class
org.hibernate.util.Cloneable$2.class
org.hibernate.util.FilterHelper.class
org.hibernate.util.ComparableComparator.class
org.hibernate.util.IdentityMap$IdentityMapEntry.class
org.hibernate.util.SerializationHelper.class
org.hibernate.util.IdentityMap$1.class
org.hibernate.util.JoinedIterator.class
org.hibernate.util.NamingHelper.class
org.hibernate.util.DTDEntityResolver.class
org.hibernate.util.ReflectHelper.class
org.hibernate.util.SimpleMRUCache.class
org.hibernate.util.Cloneable.class
org.hibernate.util.CollectionHelper.class
org.hibernate.util.ExternalSessionFactoryConfig.class
org.hibernate.util.SoftLimitMRUCache.class
org.hibernate.util.IdentityMap$KeyIterator.class
org.hibernate.FlushMode.class
org.hibernate.PersistentObjectException.class
org.hibernate.criterion.ExistsSubqueryExpression.class
org.hibernate.criterion.SubqueryExpression.class
org.hibernate.criterion.Restrictions.class
org.hibernate.criterion.SimpleProjection.class
org.hibernate.criterion.MatchMode$3.class
org.hibernate.criterion.LikeExpression.class
org.hibernate.criterion.Example$NotNullOrZeroPropertySelector.class
org.hibernate.criterion.Distinct.class
org.hibernate.criterion.Junction.class
org.hibernate.criterion.BetweenExpression.class
org.hibernate.criterion.Order.class
org.hibernate.criterion.SimpleExpression.class
org.hibernate.criterion.Property.class
org.hibernate.criterion.SQLProjection.class
org.hibernate.criterion.PropertyProjection.class
org.hibernate.criterion.Example$PropertySelector.class
org.hibernate.criterion.PropertySubqueryExpression.class
org.hibernate.criterion.MatchMode$1.class
org.hibernate.criterion.AggregateProjection.class
org.hibernate.criterion.SizeExpression.class
org.hibernate.criterion.Subqueries.class
org.hibernate.criterion.Disjunction.class
org.hibernate.criterion.InExpression.class
org.hibernate.criterion.CriteriaSpecification.class
org.hibernate.criterion.Example$AllPropertySelector.class
org.hibernate.criterion.MatchMode.class
org.hibernate.criterion.IdentifierProjection.class
org.hibernate.criterion.DetachedCriteria.class
org.hibernate.criterion.AliasedProjection.class
org.hibernate.criterion.SimpleSubqueryExpression.class
org.hibernate.criterion.NotExpression.class
org.hibernate.criterion.PropertyExpression.class
org.hibernate.criterion.AvgProjection.class
org.hibernate.criterion.CountProjection.class
org.hibernate.criterion.NaturalIdentifier.class
org.hibernate.criterion.IlikeExpression.class
org.hibernate.criterion.EmptyExpression.class
org.hibernate.criterion.AbstractEmptinessExpression.class
org.hibernate.criterion.NotEmptyExpression.class
org.hibernate.criterion.RowCountProjection.class
org.hibernate.criterion.MatchMode$2.class
org.hibernate.criterion.Expression.class
org.hibernate.criterion.Example$NotNullPropertySelector.class
org.hibernate.criterion.Conjunction.class
org.hibernate.criterion.IdentifierEqExpression.class
org.hibernate.criterion.LogicalExpression.class
org.hibernate.criterion.ProjectionList.class
org.hibernate.criterion.Criterion.class
org.hibernate.criterion.Projections.class
org.hibernate.criterion.CriteriaQuery.class
org.hibernate.criterion.Example.class
org.hibernate.criterion.Projection.class
org.hibernate.criterion.SQLCriterion.class
org.hibernate.criterion.NotNullExpression.class
org.hibernate.criterion.NullExpression.class
org.hibernate.criterion.MatchMode$4.class
org.hibernate.NonUniqueObjectException.class
org.hibernate.SessionFactory.class
org.hibernate.transaction.JNDITransactionManagerLookup.class
org.hibernate.transaction.BTMTransactionManagerLookup.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所有版本文件
cglib-2.1_3.jar
/cglib/cglib/2.1_3
查看cglib所有版本文件
asm-attrs-1.5.3.jar
/asm/asm-attrs/1.5.3
查看asm-attrs所有版本文件
|