| Library: | Hibernate |
| Version: | 3.2.5 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AbstractAuxiliaryDatabaseObject | org.hibernate.mapping | Convenience base class for AuxiliaryDatabaseObject s. |
| AbstractBatcher | org.hibernate.jdbc | Manages prepared statements and batching. |
| AbstractBynaryType | org.hibernate.type | Logic to bind stream of byte into a VARBINARY |
| AbstractCharArrayType | org.hibernate.type | Logic to bind stream of char into a VARCHAR |
| AbstractClassTransformerImpl | org.hibernate.bytecode | No description provided. |
| AbstractCollectionPersister | org.hibernate.persister.collection | Base implementation of the QueryableCollection interface. |
| AbstractComponentTuplizer | org.hibernate.tuple.component | Support for tuplizers relating to components. |
| AbstractEmptinessExpression | org.hibernate.criterion | Implementation of AbstractEmptinessExpression. |
| AbstractEntityJoinWalker | org.hibernate.loader | Abstract walker for walkers which begin at an entity (criteria queries and entity loaders). |
| AbstractEntityLoader | org.hibernate.loader.entity | No description provided. |
| AbstractEntityPersister | org.hibernate.persister.entity | Basic functionality for persisting an entity via JDBC through either generated or custom SQL |
| AbstractEntityTuplizer | org.hibernate.tuple.entity | Support for tuplizers relating to entities. |
| AbstractEvent | org.hibernate.event | Defines a base class for Session generated events. |
| AbstractExplicitParameterSpecification | org.hibernate.param | Convenience base class for explicitly defined query parameters. |
| AbstractFieldInterceptor | org.hibernate.intercept | No description provided. |
| AbstractFlushingEventListener | org.hibernate.event.def | A convenience base class for listeners whose functionality results in flushing. |
| AbstractJndiBoundCacheProvider | org.hibernate.cache | Support for CacheProvider implementations which are backed by caches bound into JNDI namespace. |
| AbstractLazyInitializer | org.hibernate.proxy | Convenience base class for lazy initialization handlers. |
| AbstractLockUpgradeEventListener | org.hibernate.event.def | A convenience base class for listeners that respond to requests to perform a pessimistic lock upgrade on an entity. |
| AbstractPersistentCollection | org.hibernate.collection | Base class implementing PersistentCollection |
| AbstractPostInsertGenerator | org.hibernate.id | No description provided. |
| AbstractPropertyMapping | org.hibernate.persister.entity | Base implementation of a PropertyMapping |
| AbstractQueryImpl | org.hibernate.impl | Abstract implementation of the Query interface. |
| AbstractReassociateEventListener | org.hibernate.event.def | A convenience base class for listeners that respond to requests to reassociate an entity to a session ( such as through lock() or update() ). |
| AbstractRestrictableStatement | org.hibernate.hql.ast.tree | Convenience implementation of RestrictableStatement to centralize common functionality. |
| AbstractReturningDelegate | org.hibernate.id.insert | Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the enerated identitifer to be returned as an effect of performing the insert statement. |
| AbstractSaveEventListener | org.hibernate.event.def | A convenience bas class for listeners responding to save events. |
| AbstractScrollableResults | org.hibernate.impl | Implementation of the ScrollableResults interface |
| AbstractSelectExpression | org.hibernate.hql.ast.tree | Partial implementation of SelectExpression for all the nodes that aren't constructors. |
| AbstractSelectingDelegate | org.hibernate.id.insert | Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires an subsequent select after the insert to determine the generated identifier. |
| AbstractSessionImpl | org.hibernate.impl | Functionality common to stateless and stateful sessions |
| AbstractStatement | org.hibernate.hql.ast.tree | Convenience implementation of Statement to centralize common functionality. |
| AbstractStatementExecutor | org.hibernate.hql.ast.exec | Implementation of AbstractStatementExecutor. |
| AbstractType | org.hibernate.type | Abstract superclass of the built in Type hierarchy. |
| AbstractUUIDGenerator | org.hibernate.id | The base class for identifier generators that use a UUID algorithm. |
| AbstractVisitor | org.hibernate.event.def | Abstract superclass of algorithms that walk a tree of property values of an entity, and perform specific functionality for collections, components and associated entities. |
| AccessOptimizerAdapter | org.hibernate.bytecode.javassist | The AccessOptimizer implementation for Javassist which simply acts as an adpater to the BulkAccessor class. |
| AccessOptimizerAdapter | org.hibernate.bytecode.cglib | The AccessOptimizer implementation for CGLIB which simply acts as an adpater to the BulkBean class. |
| ActionQueue | org.hibernate.engine | Responsible for maintaining the queue of actions related to events. |
| AdaptedImmutableType | org.hibernate.type | Optimize a mutable type, if the user promises not to mutable the instances. |
| AggregateNode | org.hibernate.hql.ast.tree | Represents an aggregate function i.e. |
| AggregateProjection | org.hibernate.criterion | An aggregation |
| Alias | org.hibernate.sql | An alias generator for SQL identifiers |
| AliasedProjection | org.hibernate.criterion | No description provided. |
| AliasGenerator | org.hibernate.hql.ast.util | Generates class/table/column aliases during semantic analysis and SQL rendering. |
| AliasToBeanConstructorResultTransformer | org.hibernate.transform | No description provided. |
| AliasToBeanResultTransformer | org.hibernate.transform | Result transformer that allows to transform a result to a user specified class which will be populated via setter methods or fields matching the alias names. |
| AliasToEntityMapResultTransformer | org.hibernate.transform | No description provided. |
| ANSICaseFragment | org.hibernate.sql | An ANSI SQL CASE expression. |
| ANSIJoinFragment | org.hibernate.sql | An ANSI-style join |
| AnsiTrimEmulationFunction | org.hibernate.dialect.function | A SQLFunction implementation that emulates the ANSI SQL trim function on dialects which do not support the full definition. |
| Any | org.hibernate.mapping | A Hibernate "any" type (ie. |
| AnyType | org.hibernate.type | Handles "any" mappings and the old deprecated "object" type |
| AnyType.ObjectTypeCacheEntry | org.hibernate.type | No description provided. |
| Array | org.hibernate.mapping | An array mapping has a primary key consisting of the key columns + index column. |
| ArrayHelper | org.hibernate.util | No description provided. |
| ArrayType | org.hibernate.type | A type for persistent arrays. |
| Assigned | org.hibernate.id | assigned An IdentifierGenerator that returns the current identifier assigned to an instance. |
| AssignmentSpecification | org.hibernate.hql.ast.tree | Encapsulates the information relating to an individual assignment within the set clause of an HQL update statement. |
| ASTAppender | org.hibernate.hql.ast.util | Appends child nodes to a parent efficiently. |
| ASTIterator | org.hibernate.hql.ast.util | Depth first iteration of an ANTLR AST. |
| ASTParentsFirstIterator | org.hibernate.hql.ast.util | Depth first iteration of an ANTLR AST. |
| ASTPrinter | org.hibernate.hql.ast.util | An 'ASCII art' AST printer for debugging ANTLR grammars. |
| ASTQueryTranslatorFactory | org.hibernate.hql.ast | Generates translators which uses the Antlr-based parser to perform the translation. |
| ASTUtil | org.hibernate.hql.ast.util | Provides utility methods for AST traversal and manipulation. |
| ASTUtil.IncludePredicate | org.hibernate.hql.ast.util | A predicate that uses inclusion, rather than exclusion semantics. |
| AutoFlushEvent | org.hibernate.event | Defines an event class for the auto-flushing of a session. |
| AvgProjection | org.hibernate.criterion | No description provided. |
| Backref | org.hibernate.mapping | No description provided. |
| BackrefPropertyAccessor | org.hibernate.property | Represents a "back-reference" to the id of a collection owner. |
| BackrefPropertyAccessor.BackrefGetter | org.hibernate.property | The Getter implementation for id backrefs. |
| BackrefPropertyAccessor.BackrefSetter | org.hibernate.property | The Setter implementation for id backrefs. |
| Bag | org.hibernate.mapping | A bag permits duplicates, so it has no primary key |
| BagType | org.hibernate.type | No description provided. |
| BasicClassFilter | org.hibernate.bytecode.util | BasicClassFilter provides class filtering based on a series of packages to be included and/or a series of explicit class names to be included. |
| BasicCollectionJoinWalker | org.hibernate.loader.collection | Walker for collections of values and many-to-many associations |
| BasicCollectionLoader | org.hibernate.loader.collection | Loads a collection of values or a many-to-many association. |
| BasicCollectionPersister | org.hibernate.persister.collection | Collection persister for collections of values and many-to-many associations. |
| BasicEntityPropertyMapping | org.hibernate.persister.entity | No description provided. |
| BasicExecutor | org.hibernate.hql.ast.exec | Implementation of BasicExecutor. |
| BasicInstrumentationTask | org.hibernate.tool.instrument | Super class for all Hibernate instrumentation tasks. |
| BasicInstrumentationTask.CustomFieldFilter | org.hibernate.tool.instrument | No description provided. |
| BasicInstrumentationTask.Logger | org.hibernate.tool.instrument | No description provided. |
| BasicLazyInitializer | org.hibernate.proxy.pojo | Lazy initializer for POJOs |
| BasicLoader | org.hibernate.loader | Uses the default mapping from property to result set column alias defined by the entities' persisters. |
| BasicPropertyAccessor | org.hibernate.property | Accesses property values via a get/set pair, which may be nonpublic. |
| BasicPropertyAccessor.BasicGetter | org.hibernate.property | No description provided. |
| BasicPropertyAccessor.BasicSetter | org.hibernate.property | No description provided. |
| BatchFetchQueue | org.hibernate.engine | Tracks entity and collection keys that are available for batch fetching, and the queries which were used to load entities, which can be re-used as a subquery for loading owned collections. |
| BatchingBatcher | org.hibernate.jdbc | An implementation of the Batcher interface that actually uses batching |
| BatchingBatcherFactory | org.hibernate.jdbc | A BatcherFactory implementation which constructs Batcher instances capable of actually performing batch operations. |
| BatchingCollectionInitializer | org.hibernate.loader.collection | "Batch" loads collections, using multiple foreign key values in the SQL where clause. |
| BatchingEntityLoader | org.hibernate.loader.entity | "Batch" loads entities, using multiple primary key values in the SQL where clause. |
| BESTransactionManagerLookup | org.hibernate.transaction | A TransactionManager lookup strategy for Borland ES. |
| BetweenExpression | org.hibernate.criterion | Constrains a property to between two values |
| BetweenOperatorNode | org.hibernate.hql.ast.tree | Contract for nodes representing logcial BETWEEN (ternary) operators. |
| BigDecimalType | org.hibernate.type | big_decimal: A type that maps an SQL NUMERIC to a java.math.BigDecimal |
| BigIntegerType | org.hibernate.type | big_integer: A type that maps an SQL NUMERIC to a java.math.BigInteger |
| BinaryArithmeticOperatorNode | org.hibernate.hql.ast.tree | Nodes which represent binary arithmetic operators. |
| BinaryLogicOperatorNode | org.hibernate.hql.ast.tree | Contract for nodes representing binary operators. |
| BinaryType | org.hibernate.type | binary: A type that maps an SQL VARBINARY to a Java byte[]. |
| BlobImpl | org.hibernate.lob | A dummy implementation of java.sql.Blob that may be used to insert new data into a BLOB. |
| BlobType | org.hibernate.type | blob: A type that maps an SQL BLOB to a java.sql.Blob. |
| BooleanLiteralNode | org.hibernate.hql.ast.tree | Represents a boolean literal within a query. |
| BooleanType | org.hibernate.type | boolean: A type that maps an SQL BIT to a Java Boolean. |
| BorrowedConnectionProxy | org.hibernate.jdbc | A proxy for borrowed connections which funnels all requests back into the ConnectionManager from which it was borrowed to be properly handled (in terms of connection release modes). |
| BulkAccessor | org.hibernate.bytecode.javassist | A JavaBean accessor. |
| BulkOperationCleanupAction | org.hibernate.action | Implementation of BulkOperationCleanupAction. |
| ByteCodeHelper | org.hibernate.bytecode.util | A helper for reading byte code from various input sources. |
| BytecodeProviderImpl | org.hibernate.bytecode.javassist | Bytecode provider implementation for Javassist. |
| BytecodeProviderImpl | org.hibernate.bytecode.cglib | Bytecode provider implementation for CGLIB. |
| BytesHelper | org.hibernate.util | No description provided. |
| ByteType | org.hibernate.type | byte: A type that maps an SQL TINYINT to a Java Byte. |
| C3P0ConnectionProvider | org.hibernate.connection | A connection provider that uses a C3P0 connection pool. |
| Cache71Dialect | org.hibernate.dialect | Caché 2007.1 dialect. |
| CacheEntry | org.hibernate.cache.entry | A cached instance of a persistent class |
| CacheFactory | org.hibernate.cache | No description provided. |
| CacheJoinFragment | org.hibernate.sql | A Caché dialect join. |
| CacheKey | org.hibernate.cache | Allows multiple entity classes / collection roles to be stored in the same cache region. |
| CacheMode | org.hibernate | Controls how the session interacts with the second-level cache and query cache. |
| CacheSQLStateConverter | org.hibernate.exception | A SQLExceptionConverter implementation specific to Caché SQL, accounting for its custom integrity constraint violation error codes. |
| CacheSynchronization | org.hibernate.transaction | No description provided. |
| CalendarComparator | org.hibernate.util | No description provided. |
| CalendarDateType | org.hibernate.type | calendar_date: A type mapping for a Calendar object that represents a date. |
| CalendarType | org.hibernate.type | calendar: A type mapping for a Calendar object that represents a datetime. |
| Cascade | org.hibernate.engine | Delegate responsible for, in conjunction with the various actions , implementing cascade processing. |
| CascadeEntityJoinWalker | org.hibernate.loader.entity | No description provided. |
| CascadeEntityLoader | org.hibernate.loader.entity | No description provided. |
| CascadeStyle | org.hibernate.engine | A contract for defining the aspects of cascading various persistence actions. |
| CascadeStyle.MultipleCascadeStyle | org.hibernate.engine | No description provided. |
| CascadingAction | org.hibernate.engine | A session action that may be cascaded from parent entity to its children |
| Case2Node | org.hibernate.hql.ast.tree | Represents a case ... |
| CaseFragment | org.hibernate.sql | Abstract SQL case fragment renderer |
| CaseNode | org.hibernate.hql.ast.tree | Represents a case ... |
| CastFunction | org.hibernate.dialect.function | ANSI-SQL style cast(foo as type) where the type is a Hibernate type |
| CategorizedStatistics | org.hibernate.stat | Statistics for a particular "category" (a named entity, collection role, second level cache region or query). |
| CglibClassTransformer | org.hibernate.bytecode.cglib | Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations. |
| CGLIBHelper | org.hibernate.intercept.cglib | No description provided. |
| CGLIBLazyInitializer | org.hibernate.proxy.pojo.cglib | A LazyInitializer implemented using the CGLIB bytecode generation library |
| CGLIBProxyFactory | org.hibernate.proxy.pojo.cglib | No description provided. |
| ChainedPropertyAccessor | org.hibernate.property | No description provided. |
| CharacterArrayType | org.hibernate.type | Bridge Character[] and VARCHAR |
| CharacterType | org.hibernate.type | character: A type that maps an SQL CHAR(1) to a Java Character. |
| CharArrayType | org.hibernate.type | put char[] into VARCHAR |
| CharBooleanType | org.hibernate.type | Superclass for types that map Java boolean to SQL CHAR(1). |
| CharIndexFunction | org.hibernate.dialect.function | Emulation of locate() on Sybase |
| ClassicAvgFunction | org.hibernate.dialect.function | Classic AVG sqlfunction that return types as it was done in Hibernate 3.1 |
| ClassicCountFunction | org.hibernate.dialect.function | Classic COUNT sqlfunction that return types as it was done in Hibernate 3.1 |
| ClassicQueryTranslatorFactory | org.hibernate.hql.classic | Generates translators which uses the older hand-written parser to perform the translation. |
| ClassicSumFunction | org.hibernate.dialect.function | Classic SUM sqlfunction that return types as it was done in Hibernate 3.1 |
| ClassType | org.hibernate.type | class: A type that maps an SQL VARCHAR to a Java Class. |
| ClauseParser | org.hibernate.hql.classic | Parses the Hibernate query into its constituent clauses. |
| ClobImpl | org.hibernate.lob | A dummy implementation of java.sql.Clob that may be used to insert new data into a CLOB. |
| ClobType | org.hibernate.type | clob: A type that maps an SQL CLOB to a java.sql.Clob. |
| Cloneable | org.hibernate.util | An object that is shallow-coneable |
| CMTTransaction | org.hibernate.transaction | Implements a basic transaction strategy for CMT transactions. |
| CMTTransactionFactory | org.hibernate.transaction | Factory for CMTTransaction. |
| Collection | org.hibernate.mapping | Mapping for a collection. |
| CollectionAction | org.hibernate.action | Any action relating to insert/update/delete of a collection |
| CollectionCacheEntry | org.hibernate.cache.entry | No description provided. |
| CollectionElementLoader | org.hibernate.loader.entity | No description provided. |
| CollectionEntry | org.hibernate.engine | We need an entry to tell us all about the current state of a collection with respect to its persistent state |
| CollectionFetchReturn | org.hibernate.loader.custom | Spefically a fetch return that refers to a collection association. |
| CollectionFilterImpl | org.hibernate.impl | implementation of the Query interface for collection filters |
| CollectionFilterKeyParameterSpecification | org.hibernate.param | A specialized ParameterSpecification impl for dealing with a collection-key as part of a collection filter compilation. |
| CollectionFunction | org.hibernate.hql.ast.tree | Represents 'elements()' or 'indices()'. |
| CollectionHelper | org.hibernate.util | No description provided. |
| CollectionJoinWalker | org.hibernate.loader.collection | Superclass of walkers for collection initializers |
| CollectionKey | org.hibernate.engine | Uniquely identifies a collection instance in a particular session. |
| CollectionLoadContext | org.hibernate.engine.loading | Represents state associated with the processing of a given ResultSet in regards to loading collections. |
| CollectionLoader | org.hibernate.loader.collection | Superclass for loaders that initialize collections |
| CollectionProperties | org.hibernate.hql | Provides a map of collection function names to the corresponding property names. |
| CollectionPropertyMapping | org.hibernate.persister.collection | No description provided. |
| CollectionPropertyNames | org.hibernate.persister.collection | The names of all the collection properties. |
| CollectionRecreateAction | org.hibernate.action | No description provided. |
| CollectionRemoveAction | org.hibernate.action | No description provided. |
| CollectionReturn | org.hibernate.loader.custom | Represents a return which names a collection role; it is used in defining a custom query for loading an entity's collection in non-fetching scenarios (i.e., loading the collection itself as the "root" of the result). |
| Collections | org.hibernate.engine | Implements book-keeping for the collection persistence by reachability algorithm |
| CollectionSecondPass | org.hibernate.cfg | Collection second pass |
| CollectionStatistics | org.hibernate.stat | Collection related statistics |
| CollectionSubqueryFactory | org.hibernate.hql | Provides the SQL for collection subqueries. |
| CollectionType | org.hibernate.type | A type that handles Hibernate PersistentCollections (including arrays). |
| CollectionUpdateAction | org.hibernate.action | No description provided. |
| Column | org.hibernate.mapping | A column of a relational database table |
| ColumnCollectionAliases | org.hibernate.loader.custom | CollectionAliases that uses columnnames instead of generated aliases. |
| ColumnEntityAliases | org.hibernate.loader | EntityAliases that chooses the column names over the alias names. |
| ColumnHelper | org.hibernate.hql.ast.util | Provides utility methods for dealing with arrays of SQL column names. |
| ColumnMetadata | org.hibernate.tool.hbm2ddl | JDBC column metadata |
| ColumnNameCache | org.hibernate.jdbc | Implementation of ColumnNameCache. |
| ComparableComparator | org.hibernate.util | Delegates to Comparable |
| Component | org.hibernate.mapping | The mapping for a component, composite element, composite identifier, etc. |
| ComponentMetamodel | org.hibernate.tuple.component | Centralizes metamodel information about a component. |
| ComponentType | org.hibernate.type | Handles "component" mappings |
| CompositeCustomType | org.hibernate.type | Adapts CompositeUserType to Type interface |
| CompositeElementPropertyMapping | org.hibernate.persister.collection | No description provided. |
| ConditionalParenthesisFunction | org.hibernate.dialect.function | Essentially the same as StandardSQLFunction , except that here the parentheses are not included when no arguments are given. |
| ConditionFragment | org.hibernate.sql | No description provided. |
| ConfigHelper | org.hibernate.util | A simple class to centralize logic needed to locate config files on the system. |
| Configuration | org.hibernate.cfg | An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory. |
| Conjunction | org.hibernate.criterion | No description provided. |
| ConnectionManager | org.hibernate.jdbc | Encapsulates JDBC Connection management logic needed by Hibernate. |
| ConnectionProviderFactory | org.hibernate.connection | Instantiates a connection provider given either System properties or a java.util.Properties instance. |
| ConnectionReleaseMode | org.hibernate | Defines the various policies by which Hibernate might release its underlying JDBC connection. |
| Constraint | org.hibernate.mapping | A relational constraint. |
| ConstructorNode | org.hibernate.hql.ast.tree | Represents a constructor (new) in a SELECT. |
| ConvertFunction | org.hibernate.dialect.function | A Caché defintion of a convert function. |
| CountNode | org.hibernate.hql.ast.tree | Represents a COUNT expression in a select. |
| CountProjection | org.hibernate.criterion | A count |
| CriteriaImpl | org.hibernate.impl | Implementation of the Criteria interface |
| CriteriaImpl.CriterionEntry | org.hibernate.impl | No description provided. |
| CriteriaImpl.OrderEntry | org.hibernate.impl | No description provided. |
| CriteriaImpl.Subcriteria | org.hibernate.impl | No description provided. |
| CriteriaJoinWalker | org.hibernate.loader.criteria | A JoinWalker for Criteria queries. |
| CriteriaLoader | org.hibernate.loader.criteria | A Loader for Criteria queries. |
| CriteriaQueryTranslator | org.hibernate.loader.criteria | No description provided. |
| CurrencyType | org.hibernate.type | currency: A type that maps an SQL VARCHAR to a java.util.Currency |
| CustomCollectionType | org.hibernate.type | A custom type for mapping user-written classes that implement PersistentCollection |
| CustomLoader | org.hibernate.loader.custom | Extension point for loaders which use a SQL result set with "unexpected" column aliases. |
| CustomLoader.NonScalarResultColumnProcessor | org.hibernate.loader.custom | No description provided. |
| CustomLoader.ResultRowProcessor | org.hibernate.loader.custom | No description provided. |
| CustomLoader.ScalarResultColumnProcessor | org.hibernate.loader.custom | No description provided. |
| CustomType | org.hibernate.type | Adapts UserType to the generic Type interface, in order to isolate user code from changes in the internal Type contracts. |
| DatabaseMetadata | org.hibernate.tool.hbm2ddl | JDBC database metadata |
| DataDirectOracle9Dialect | org.hibernate.dialect | No description provided. |
| DatasourceConnectionProvider | org.hibernate.connection | A connection provider that uses a DataSource registered with JNDI. |
| DateType | org.hibernate.type | date: A type that maps an SQL DATE to a Java Date. |
| DB2390Dialect | org.hibernate.dialect | An SQL dialect for DB2/390. |
| DB2400Dialect | org.hibernate.dialect | An SQL dialect for DB2/400 |
| DB2Dialect | org.hibernate.dialect | An SQL dialect for DB2. |
| DbTimestampType | org.hibernate.type | dbtimestamp: An extension of TimestampType which maps to the database's current timestamp, rather than the jvm's current timestamp. |
| DDLFormatter | org.hibernate.pretty | No description provided. |
| DecodeCaseFragment | org.hibernate.sql | An Oracle-style DECODE function. |
| DefaultAutoFlushEventListener | org.hibernate.event.def | Defines the default flush event listeners used by hibernate for flushing session state in response to generated auto-flush events. |
| DefaultDeleteEventListener | org.hibernate.event.def | Defines the default delete event listener used by hibernate for deleting entities from the datastore in response to generated delete events. |
| DefaultDirtyCheckEventListener | org.hibernate.event.def | Defines the default dirty-check event listener used by hibernate for checking the session for dirtiness in response to generated dirty-check events. |
| DefaultEntityAliases | org.hibernate.loader | EntityAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases. |
| DefaultEvictEventListener | org.hibernate.event.def | Defines the default evict event listener used by hibernate for evicting entities in response to generated flush events. |
| DefaultFlushEntityEventListener | org.hibernate.event.def | An event that occurs for each entity instance at flush time |
| DefaultFlushEventListener | org.hibernate.event.def | Defines the default flush event listeners used by hibernate for flushing session state in response to generated flush events. |
| DefaultInitializeCollectionEventListener | org.hibernate.event.def | No description provided. |
| DefaultLoadEventListener | org.hibernate.event.def | Defines the default load event listeners used by hibernate for loading entities in response to generated load events. |
| DefaultLockEventListener | org.hibernate.event.def | Defines the default lock event listeners used by hibernate to lock entities in response to generated lock events. |
| DefaultMergeEventListener | org.hibernate.event.def | Defines the default copy event listener used by hibernate for copying entities in response to generated copy events. |
| DefaultNamingStrategy | org.hibernate.cfg | The default NamingStrategy |
| DefaultPersistEventListener | org.hibernate.event.def | Defines the default create event listener used by hibernate for creating transient entities in response to generated create events. |
| DefaultPersistOnFlushEventListener | org.hibernate.event.def | When persist is used as the cascade action, persistOnFlush should be used |
| DefaultPostLoadEventListener | org.hibernate.event.def | Call Lifecycle interface if necessary |
| DefaultPreLoadEventListener | org.hibernate.event.def | Called before injecting property values into a newly loaded entity instance. |
| DefaultRefreshEventListener | org.hibernate.event.def | Defines the default refresh event listener used by hibernate for refreshing entities in response to generated refresh events. |
| DefaultReplicateEventListener | org.hibernate.event.def | Defines the default replicate event listener used by Hibernate to replicate entities in response to generated replicate events. |
| DefaultSaveEventListener | org.hibernate.event.def | An event handler for save() events |
| DefaultSaveOrUpdateCopyEventListener | org.hibernate.event.def | No description provided. |
| DefaultSaveOrUpdateEventListener | org.hibernate.event.def | Defines the default listener used by Hibernate for handling save-update events. |
| DefaultUpdateEventListener | org.hibernate.event.def | An event handler for update() events |
| DelayedPostInsertIdentifier | org.hibernate.action | Acts as a stand-in for an entity identifier which is supposed to be generated on insert (like an IDENTITY column) where the insert needed to be delayed because we were outside a transaction when the persist occurred (save currently still performs the insert). |
| Delete | org.hibernate.sql | An SQL DELETE statement |
| DeleteEvent | org.hibernate.event | Defines an event class for the deletion of an entity. |
| DeleteStatement | org.hibernate.hql.ast.tree | Defines a top-level AST node representing an HQL delete statement. |
| DenormalizedTable | org.hibernate.mapping | No description provided. |
| DependantValue | org.hibernate.mapping | A value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key). |
| DerbyCaseFragment | org.hibernate.sql | No description provided. |
| DerbyDialect | org.hibernate.dialect | No description provided. |
| DerbyDialect.DerbyTrimFunctionEmulation | org.hibernate.dialect | A specialized function template to emulate the ANSI trim function on Derby DB since it does not support the full trim specification. |
| DetachedCriteria | org.hibernate.criterion | Some applications need to create criteria queries in "detached mode", where the Hibernate session is not available. |
| Dialect | org.hibernate.dialect | Represents a dialect of SQL implemented by a particular RDBMS. |
| DialectFactory | org.hibernate.dialect | A factory for generating Dialect instances. |
| DialectFactory.VersionInsensitiveMapper | org.hibernate.dialect | A simple DatabaseDialectMapper for dialects which are independent of the underlying database product version. |
| DirectPropertyAccessor | org.hibernate.property | Accesses fields directly. |
| DirectPropertyAccessor.DirectGetter | org.hibernate.property | No description provided. |
| DirectPropertyAccessor.DirectSetter | org.hibernate.property | No description provided. |
| DirtyCheckEvent | org.hibernate.event | Defines an event class for the dirty-checking of a session. |
| DirtyCollectionSearchVisitor | org.hibernate.event.def | Do we have a dirty collection here? 1. |
| Disjunction | org.hibernate.criterion | No description provided. |
| DisjunctionFragment | org.hibernate.sql | A disjunctive string of conditions |
| Distinct | org.hibernate.criterion | No description provided. |
| DistinctRootEntityResultTransformer | org.hibernate.transform | No description provided. |
| Dom4jAccessor | org.hibernate.property | Responsible for accessing property values represented as a dom4j Element or Attribute. |
| Dom4jAccessor.AttributeGetter | org.hibernate.property | For nodes like "@bar" |
| Dom4jAccessor.AttributeSetter | org.hibernate.property | For nodes like "@bar" |
| Dom4jAccessor.Dom4jGetter | org.hibernate.property | Defines the strategy for getting property values out of a dom4j Node. |
| Dom4jAccessor.Dom4jSetter | org.hibernate.property | No description provided. |
| Dom4jAccessor.ElementAttributeGetter | org.hibernate.property | For nodes like "foo/@bar" |
| Dom4jAccessor.ElementAttributeSetter | org.hibernate.property | For nodes like "foo/@bar" |
| Dom4jAccessor.ElementGetter | org.hibernate.property | For nodes like "foo" |
| Dom4jAccessor.ElementSetter | org.hibernate.property | For nodes like "foo" |
| Dom4jAccessor.TextGetter | org.hibernate.property | For nodes like "." |
| Dom4jAccessor.TextSetter | org.hibernate.property | For nodes like "." |
| Dom4jComponentTuplizer | org.hibernate.tuple.component | A ComponentTuplizer specific to the dom4j entity mode. |
| Dom4jEntityTuplizer | org.hibernate.tuple.entity | An EntityTuplizer specific to the dom4j entity mode. |
| Dom4jInstantiator | org.hibernate.tuple | Performs "instantiation" based on DOM4J elements. |
| Dom4jLazyInitializer | org.hibernate.proxy.dom4j | Lazy initializer for "dom4j" entity representations. |
| Dom4jProxy | org.hibernate.proxy.dom4j | Proxy for "dom4j" entity representations. |
| Dom4jProxyFactory | org.hibernate.proxy.dom4j | Builds proxies for "dom4j" entity representations. |
| DotNode | org.hibernate.hql.ast.tree | Represents a reference to a property or alias expression. |
| DoubleType | org.hibernate.type | double: A type that maps an SQL DOUBLE to a Java Double. |
| DriverManagerConnectionProvider | org.hibernate.connection | A connection provider that uses java.sql.DriverManager. |
| DTDEntityResolver | org.hibernate.util | An EntityResolver implementation which attempts to resolve
various systemId URLs to local classpath lookups
|
| DynamicFilterParameterSpecification | org.hibernate.param | A specialized ParameterSpecification impl for dealing with a dynamic filter parameters. |
| DynamicMapComponentTuplizer | org.hibernate.tuple.component | A ComponentTuplizer specific to the dynamic-map entity mode. |
| DynamicMapEntityTuplizer | org.hibernate.tuple.entity | An EntityTuplizer specific to the dynamic-map entity mode. |
| DynamicMapInstantiator | org.hibernate.tuple | No description provided. |
| EhCache | org.hibernate.cache | EHCache plugin for Hibernate EHCache uses a MemoryStore and a DiskStore . |
| EhCacheProvider | org.hibernate.cache | Cache Provider plugin for ehcache-1.2. |
| ElementPropertyMapping | org.hibernate.persister.collection | No description provided. |
| ElementWrapper | org.hibernate.tuple | Wraps dom4j elements, allowing them to exist in a non-hierarchical structure. |
| EmbeddedComponentType | org.hibernate.type | No description provided. |
| EmbeddedPropertyAccessor | org.hibernate.property | No description provided. |
| EmbeddedPropertyAccessor.EmbeddedGetter | org.hibernate.property | No description provided. |
| EmbeddedPropertyAccessor.EmbeddedSetter | org.hibernate.property | No description provided. |
| EmptyExpression | org.hibernate.criterion | No description provided. |
| EmptyInterceptor | org.hibernate | An interceptor that does nothing. |
| EmptyIterator | org.hibernate.util | No description provided. |
| EntityAction | org.hibernate.action | Base class for actions relating to insert/update/delete of an entity instance. |
| EntityDeleteAction | org.hibernate.action | No description provided. |
| EntityEntityModeToTuplizerMapping | org.hibernate.tuple.entity | Handles mapping EntityMode s to EntityTuplizer s. |
| EntityEntry | org.hibernate.engine | We need an entry to tell us all about the current state of an object with respect to its persistent state |
| EntityFetchReturn | org.hibernate.loader.custom | Spefically a fetch return that refers to an entity association. |
| EntityIdentityInsertAction | org.hibernate.action | No description provided. |
| EntityInsertAction | org.hibernate.action | No description provided. |
| EntityJoinWalker | org.hibernate.loader.entity | A walker for loaders that fetch entities |
| EntityKey | org.hibernate.engine | Uniquely identifies of an entity instance in a particular session by identifier. |
| EntityLoadContext | org.hibernate.engine.loading | |
| EntityLoader | org.hibernate.loader.entity | Loads an entity instance using outerjoin fetching to fetch associated entities. |
| EntityMetamodel | org.hibernate.tuple.entity | Centralizes metamodel information about an entity. |
| EntityMode | org.hibernate | Defines the representation modes available for entities. |
| EntityModeToTuplizerMapping | org.hibernate.tuple | Centralizes handling of EntityMode to Tuplizer mappings. |
| EntityStatistics | org.hibernate.stat | Entity related statistics |
| EntityType | org.hibernate.type | Base for types which map associations to persistent entities. |
| EntityUniqueKey | org.hibernate.engine | Used to uniquely key an entity instance in relation to a particular session by some unique property reference, as opposed to identifier. |
| EntityUpdateAction | org.hibernate.action | No description provided. |
| Environment | org.hibernate.cfg | Provides access to configuration info passed in Properties objects. |
| EqualsHelper | org.hibernate.util | No description provided. |
| ErrorCounter | org.hibernate.hql.ast | An error handler that counts parsing errors and warnings. |
| EventListeners | org.hibernate.event | A convience holder for all defined session event listeners. |
| EvictEvent | org.hibernate.event | Defines an event class for the evicting of an entity. |
| EvictVisitor | org.hibernate.event.def | Evict any collections referenced by the object from the session cache. |
| Example | org.hibernate.criterion | Support for query by example. |
| ExceptionUtils | org.hibernate.exception | Provides utilities for manipulating and examining
|
| ExecuteUpdateResultCheckStyle | org.hibernate.engine | For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used. |
| ExistsSubqueryExpression | org.hibernate.criterion | No description provided. |
| Expectations | org.hibernate.jdbc | Holds various often used Expectations.BasicExpectation definitions. |
| Expectations.BasicExpectation | org.hibernate.jdbc | No description provided. |
| Expectations.BasicParamExpectation | org.hibernate.jdbc | No description provided. |
| Expression | org.hibernate.criterion | This class is semi-deprecated. |
| ExtendsQueueEntry | org.hibernate.cfg | Represents a mapping queued for delayed processing to await processing of an extends entity upon which it depends. |
| ExternalSessionFactoryConfig | org.hibernate.util | Defines support for various externally configurable SessionFactory(s), for example, JMX or the JCA adapter. |
| FastClass | org.hibernate.bytecode.javassist | No description provided. |
| FastHashMap | org.hibernate.util | A customized implementation of |
| FetchingScrollableResultsImpl | org.hibernate.impl | Implementation of ScrollableResults which can handle collection fetches. |
| FetchMode | org.hibernate | Represents an association fetching strategy. |
| FetchReturn | org.hibernate.loader.custom | Represents a return which names a fetched association. |
| FieldInterceptionHelper | org.hibernate.intercept | Helper class for dealing with enhanced entity classes. |
| FieldInterceptorImpl | org.hibernate.intercept.cglib | A field-level interceptor that initializes lazily fetched properties. |
| FieldInterceptorImpl | org.hibernate.intercept.javassist | A field-level interceptor that initializes lazily fetched properties. |
| FieldTransformer | org.hibernate.bytecode.javassist | The thing that handles actual class enhancement in regards to intercepting field accesses. |
| FilterDefinition | org.hibernate.engine | A FilterDefinition defines the global attributes of a dynamic filter. |
| FilterHelper | org.hibernate.util | Implementation of FilterHelper. |
| FilterImpl | org.hibernate.impl | Implementation of FilterImpl. |
| FilterKey | org.hibernate.cache | Allows cached queries to be keyed by enabled filters. |
| FilterQueryPlan | org.hibernate.engine.query | Extends an HQLQueryPlan to maintain a reference to the collection-role name being filtered. |
| FirebirdDialect | org.hibernate.dialect | An SQL dialect for Firebird. |
| FloatType | org.hibernate.type | float: A type that maps an SQL FLOAT to a Java Float. |
| FlushEntityEvent | org.hibernate.event | No description provided. |
| FlushEvent | org.hibernate.event | Defines an event class for the flushing of a session. |
| FlushMode | org.hibernate | Represents a flushing strategy. |
| FlushVisitor | org.hibernate.event.def | Process collections reachable from an entity. |
| ForeignGenerator | org.hibernate.id | foreign An Identifier generator that uses the value of the id property of an associated object One mapping parameter is required: property. |
| ForeignKey | org.hibernate.mapping | A foreign key constraint |
| ForeignKeyDirection | org.hibernate.type | Represents directionality of the foreign key constraint |
| ForeignKeyMetadata | org.hibernate.tool.hbm2ddl | JDBC foreign key metadata |
| ForeignKeys | org.hibernate.engine | Algorithms related to foreign key constraint transparency |
| ForeignKeys.Nullifier | org.hibernate.engine | No description provided. |
| Formatter | org.hibernate.pretty | No description provided. |
| Formula | org.hibernate.mapping | A formula is a derived column value |
| ForUpdateFragment | org.hibernate.sql | No description provided. |
| FromClause | org.hibernate.hql.ast.tree | Represents the 'FROM' part of a query or subquery, containing all mapped class references. |
| FromElement | org.hibernate.hql.ast.tree | Represents a single mapped class mentioned in an HQL FROM clause. |
| FromParser | org.hibernate.hql.classic | Parses the from clause of a hibernate query, looking for tables and aliases for the SQL query. |
| FromPathExpressionParser | org.hibernate.hql.classic | No description provided. |
| FromReferenceNode | org.hibernate.hql.ast.tree | Represents a reference to a FROM element, for example a class alias in a WHERE clause. |
| FrontBaseDialect | org.hibernate.dialect | An SQL Dialect for Frontbase. |
| GeneratedCollectionAliases | org.hibernate.loader | CollectionAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases. |
| GetGeneratedKeysHelper | org.hibernate.util | No description provided. |
| GroupByParser | org.hibernate.hql.classic | Parses the GROUP BY clause of an aggregate query |
| GUIDGenerator | org.hibernate.id | Generates string values using the SQL Server NEWID() function. |
| H2Dialect | org.hibernate.dialect | A dialect compatible with the H2 database. |
| HashtableCache | org.hibernate.cache | A lightweight implementation of the Cache interface |
| HashtableCacheProvider | org.hibernate.cache | A simple in-memory Hashtable-based cache impl. |
| HavingParser | org.hibernate.hql.classic | Parses the having clause of a hibernate query and translates it to an SQL having clause. |
| HbmBinder | org.hibernate.cfg | Walks an XML mapping document and produces the Hibernate configuration-time metamodel (the classes in the mapping package) |
| Hibernate | org.hibernate |
|
| HibernatePermission | org.hibernate.secure | No description provided. |
| HibernateProxyHelper | org.hibernate.proxy | Utility methods for working with proxies. |
| HibernateService | org.hibernate.jmx | Implementation of HibernateServiceMBean. |
| HolderInstantiator | org.hibernate.hql | No description provided. |
| HqlASTFactory | org.hibernate.hql.ast | User: Joshua Davis Date: Sep 23, 2005 Time: 12:30:01 PM |
| HqlBaseLexer | org.hibernate.hql.antlr | Hibernate Query Language Lexer
This lexer provides the HQL parser with tokens. |
| HqlBaseParser | org.hibernate.hql.antlr | Hibernate Query Language Grammar
This grammar parses the query language for Hibernate (an Open Source, Object-Relational mapping library). |
| HqlParser | org.hibernate.hql.ast | Implements the semantic action methods defined in the HQL base parser to keep the grammar source file a little cleaner. |
| HQLQueryPlan | org.hibernate.engine.query | Defines a query execution plan for an HQL query (or filter). |
| HqlSqlBaseWalker | org.hibernate.hql.antlr | Hibernate Query Language to SQL Tree Transform. This is a tree grammar that transforms an HQL AST into a intermediate SQL AST with bindings to Hibernate interfaces (Queryable, etc.). |
| HqlSqlWalker | org.hibernate.hql.ast | Implements methods used by the HQL->SQL tree transform grammar (a.k.a. |
| HqlSqlWalkerNode | org.hibernate.hql.ast.tree | A semantic analysis node, that points back to the main analyzer. |
| HqlToken | org.hibernate.hql.ast | A custom token class for the HQL grammar. |
| HSQLCaseFragment | org.hibernate.sql | The HSQL CASEWHEN function. |
| HSQLDialect | org.hibernate.dialect | An SQL dialect compatible with HSQLDB (Hypersonic SQL). |
| HSQLDialect.ReadUncommittedLockingStrategy | org.hibernate.dialect | No description provided. |
| IdentifierBag | org.hibernate.mapping | An IdentifierBag has a primary key consisting of just the identifier column |
| IdentifierBagType | org.hibernate.type | No description provided. |
| IdentifierCollection | org.hibernate.mapping | A collection with a synthetic "identifier" column |
| IdentifierEqExpression | org.hibernate.criterion | An identifier constraint |
| IdentifierGeneratingInsert | org.hibernate.id.insert | Nothing more than a distinguishing subclass of Insert used to indicate intent. |
| IdentifierGeneratorFactory | org.hibernate.id | Factory and helper methods for IdentifierGenerator framework. |
| IdentifierProjection | org.hibernate.criterion | A property value, or grouped property value |
| IdentifierProperty | org.hibernate.tuple | Represents a defined entity identifier property within the Hibernate runtime-metamodel. |
| IdentifierValue | org.hibernate.engine | A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance. |
| IdentityGenerator | org.hibernate.id | A generator for use with ANSI-SQL IDENTITY columns used as the primary key. |
| IdentityGenerator.BasicDelegate | org.hibernate.id | Delegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY value |
| IdentityGenerator.GetGeneratedKeysDelegate | org.hibernate.id | Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys |
| IdentityGenerator.InsertSelectDelegate | org.hibernate.id | Delegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement. |
| IdentityMap | org.hibernate.util | A Map where keys are compared by object identity, rather than equals(). |
| IdentityMap.IdentityKey | org.hibernate.util | No description provided. |
| IdentityMap.IdentityMapEntry | org.hibernate.util | No description provided. |
| IdentitySet | org.hibernate.util | Set implementation that use == instead of equals() as its comparison mechanism that base its implementation of IdentityMap |
| IdentNode | org.hibernate.hql.ast.tree | Represents an identifier all by itself, which may be a function name, a class alias, or a form of naked property-ref depending on the context. |
| IlikeExpression | org.hibernate.criterion | A case-insensitive "like" |
| ImmutableType | org.hibernate.type | Superclass of nullable immutable types. |
| ImpliedFromElement | org.hibernate.hql.ast.tree | Represents a FROM element implied by a path expression or a collection reference. |
| ImprovedNamingStrategy | org.hibernate.cfg | An improved naming strategy that prefers embedded underscores to mixed case names |
| IncrementGenerator | org.hibernate.id | increment An IdentifierGenerator that returns a long, constructed by counting from the maximum primary key value at startup. |
| Index | org.hibernate.mapping | A relational table index |
| IndexBackref | org.hibernate.mapping | No description provided. |
| IndexedCollection | org.hibernate.mapping | Indexed collections include Lists, Maps, arrays and primitive arrays. |
| IndexMetadata | org.hibernate.tool.hbm2ddl | JDBC index metadata |
| IndexNode | org.hibernate.hql.ast.tree | Represents the [] operator and provides it's semantics. |
| IndexPropertyAccessor | org.hibernate.property | Represents a "back-reference" to the index of a collection. |
| IndexPropertyAccessor.IndexGetter | org.hibernate.property | The Getter implementation for index backrefs. |
| IndexPropertyAccessor.IndexSetter | org.hibernate.property | The Setter implementation for index backrefs. |
| InExpression | org.hibernate.criterion | Constrains the property to a specified list of values |
| InformixDialect | org.hibernate.dialect | Informix dialect. Seems to work with Informix Dynamic Server Version 7.31.UD3, Informix JDBC driver version 2.21JC3. |
| InFragment | org.hibernate.sql | An SQL IN expression. |
| IngresDialect | org.hibernate.dialect | An Ingres SQL dialect. |
| InitializeCollectionEvent | org.hibernate.event | An event that occurs when a collection wants to be initialized |
| InLogicOperatorNode | org.hibernate.hql.ast.tree | No description provided. |
| Insert | org.hibernate.sql | An SQL INSERT statement |
| InsertSelect | org.hibernate.sql | Implementation of InsertSelect. |
| InsertSelectIdentityInsert | org.hibernate.id.insert | Specialized IdentifierGeneratingInsert which appends the database specific clause which signifies to return generated IDENTITY values to the end of the insert statement. |
| InsertStatement | org.hibernate.hql.ast.tree | Defines a top-level AST node representing an HQL "insert select" statement. |
| InstantiationOptimizerAdapter | org.hibernate.bytecode.javassist | The InstantiationOptimizer implementation for Javassist which simply acts as an adpater to the FastClass class. |
| InstantiationOptimizerAdapter | org.hibernate.bytecode.cglib | The InstantiationOptimizer implementation for CGLIB which simply acts as an adpater to the FastClass class. |
| InstrumentedClassLoader | org.hibernate.bytecode | A specialized classloader which performs bytecode enhancement on class definitions as they are loaded into the classloader scope. |
| InstrumentTask | org.hibernate.tool.instrument.javassist | An Ant task for instrumenting persistent classes in order to enable field-level interception using Javassist. |
| InstrumentTask | org.hibernate.tool.instrument.cglib | An Ant task for instrumenting persistent classes in order to enable field-level interception using CGLIB. |
| IntegerType | org.hibernate.type | integer: A type that maps an SQL INT to a Java Integer. |
| InterbaseDialect | org.hibernate.dialect | An SQL dialect for Interbase. |
| IntoClause | org.hibernate.hql.ast.tree | Represents an entity referenced in the INTO clause of an HQL INSERT statement. |
| Isolater | org.hibernate.engine.transaction | Class which provides the isolation semantics required by an IsolatedWork . |
| Isolater.JdbcDelegate | org.hibernate.engine.transaction | An isolation delegate for JDBC-based transactions. |
| Isolater.JtaDelegate | org.hibernate.engine.transaction | An isolation delegate for JTA-based transactions. |
| IteratorImpl | org.hibernate.impl | An implementation of java.util.Iterator that is returned by iterate() query execution methods. |
| JACCConfiguration | org.hibernate.secure | Adds Hibernate permissions to roles via JACC |
| JACCPermissions | org.hibernate.secure | Copied from JBoss org.jboss.ejb3.security.JaccHelper and org.jboss.ejb3.security.SecurityActions |
| JACCPreDeleteEventListener | org.hibernate.secure | Check security before any deletion |
| JACCPreInsertEventListener | org.hibernate.secure | Check security before an insertion |
| JACCPreLoadEventListener | org.hibernate.secure | Check security before any load |
| JACCPreUpdateEventListener | org.hibernate.secure | Check security before any update |
| JavaConstantNode | org.hibernate.hql.ast.tree | A node representing a static Java constant. |
| JavassistClassTransformer | org.hibernate.bytecode.javassist | Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations. |
| JavassistHelper | org.hibernate.intercept.javassist | No description provided. |
| JavassistLazyInitializer | org.hibernate.proxy.pojo.javassist | A Javassist-based lazy initializer proxy. |
| JavassistProxyFactory | org.hibernate.proxy.pojo.javassist | A ProxyFactory implementation for producing Javassist-based proxies. |
| JBossTransactionManagerLookup | org.hibernate.transaction | A TransactionManager lookup strategy for JBoss |
| JDataStoreDialect | org.hibernate.dialect | A Dialect for JDataStore. |
| JDBCContext | org.hibernate.jdbc | Acts as the mediary between "entity-mode related" sessions in terms of their interaction with the JDBC data store. |
| JDBCExceptionHelper | org.hibernate.exception | Implementation of JDBCExceptionHelper. |
| JDBCExceptionReporter | org.hibernate.util | No description provided. |
| JDBCTransaction | org.hibernate.transaction | Implements a basic transaction strategy for JDBC connections.This is the default Transaction implementation used if none is explicitly specified. |
| JDBCTransactionFactory | org.hibernate.transaction | Factory for JDBCTransaction. |
| JndiBoundTreeCacheProvider | org.hibernate.cache | Support for JBossCache (TreeCache), where the cache instance is available via JNDI lookup. |
| JNDITransactionManagerLookup | org.hibernate.transaction | Locates a TransactionManager in JNDI. |
| Join | org.hibernate.mapping | No description provided. |
| JoinedIterator | org.hibernate.util | An JoinedIterator is an Iterator that wraps a number of Iterators. |
| JoinedSubclass | org.hibernate.mapping | A subclass in a table-per-subclass mapping |
| JoinedSubclassEntityPersister | org.hibernate.persister.entity | An EntityPersister implementing the normalized "table-per-subclass" mapping strategy |
| JoinFragment | org.hibernate.sql | An abstract SQL join fragment renderer |
| JoinHelper | org.hibernate.engine | No description provided. |
| JoinProcessor | org.hibernate.hql.ast.util | Performs the post-processing of the join information gathered during semantic analysis. |
| JoinSequence | org.hibernate.engine | No description provided. |
| JoinWalker | org.hibernate.loader | Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader. |
| JOnASTransactionManagerLookup | org.hibernate.transaction | TransactionManager lookup strategy for JOnAS |
| JOTMTransactionManagerLookup | org.hibernate.transaction | TransactionManager lookup strategy for JOTM |
| JRun4TransactionManagerLookup | org.hibernate.transaction | TransactionManager lookup strategy for JRun4 |
| JTAHelper | org.hibernate.util | No description provided. |
| JTASessionContext | org.hibernate.context | An implementation of CurrentSessionContext which scopes the notion of a current session to a JTA transaction. |
| JTASessionContext.CleanupSynch | org.hibernate.context | JTA transaction synch used for cleanup of the internal session map. |
| JTATransaction | org.hibernate.transaction | Implements a basic transaction strategy for JTA transactions. |
| JTATransactionFactory | org.hibernate.transaction | Factory for JTATransaction. |
| Junction | org.hibernate.criterion | A sequence of a logical expressions combined by some associative logical operator |
| LazyIterator | org.hibernate.util | No description provided. |
| LikeExpression | org.hibernate.criterion | A criterion representing a "like" expression |
| Search |




