| Library: | Hibernate |
| Version: | 2.1.8 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| AbstractCollectionPersister | net.sf.hibernate.collection | Base implementation of the QueryableCollection interface. |
| AbstractCriterion | net.sf.hibernate.expression | Base class for Criterion implementations |
| AbstractEntityLoader | net.sf.hibernate.loader | Abstract superclass for entity loaders that use outer joins |
| AbstractEntityPersister | net.sf.hibernate.persister | Superclass for built-in mapping strategies. |
| AbstractPropertyMapping | net.sf.hibernate.persister | Base implementation of a PropertyMapping |
| AbstractQueryImpl | net.sf.hibernate.impl | Abstract implementation of the Query interface |
| AbstractType | net.sf.hibernate.type | Abstract superclass of the built in Type hierarchy. |
| Alias | net.sf.hibernate.sql | An alias generator for SQL identifiers |
| AliasToEntityMapResultTransformer | net.sf.hibernate.transform | No description provided. |
| AndExpression | net.sf.hibernate.expression | A logical "and" |
| ANSICaseFragment | net.sf.hibernate.sql | An ANSI SQL CASE expression. |
| ANSIJoinFragment | net.sf.hibernate.sql | An ANSI-style join |
| Any | net.sf.hibernate.mapping | A Hibernate "any" type (ie. |
| Array | net.sf.hibernate.mapping | An array mapping has a primary key consisting of the key columns + index column. |
| ArrayHelper | net.sf.hibernate.util | No description provided. |
| ArrayHolder | net.sf.hibernate.collection | A persistent wrapper for an array. |
| ArrayType | net.sf.hibernate.type | A type for persistent arrays. |
| Assigned | net.sf.hibernate.id | assigned An IdentifierGenerator that returns the current identifier assigned to an instance. |
| Bag | net.sf.hibernate.mapping | A bag permits duplicates, so it has no primary key |
| Bag | net.sf.hibernate.collection | An unordered, unkeyed collection that can contain the same element multiple times. |
| BagType | net.sf.hibernate.type | No description provided. |
| BasicCollectionPersister | net.sf.hibernate.collection | Collection persister for collections of values and many-to-many associations. |
| BasicPropertyAccessor | net.sf.hibernate.property | Accesses property values via a get/set pair, which may be nonpublic. |
| BasicPropertyAccessor.BasicGetter | net.sf.hibernate.property | No description provided. |
| BasicPropertyAccessor.BasicSetter | net.sf.hibernate.property | No description provided. |
| BatcherImpl | net.sf.hibernate.impl | Manages prepared statements and batching. |
| BatchingBatcher | net.sf.hibernate.impl | An implementation of the Batcher interface that actually uses batching |
| BatchingCollectionInitializer | net.sf.hibernate.loader | "Batch" loads collections, using multiple foreign key values in the SQL where clause. |
| BatchingEntityLoader | net.sf.hibernate.loader | "Batch" loads entities, using multiple primary key values in the SQL where clause. |
| BESTransactionManagerLookup | net.sf.hibernate.transaction | A TransactionManager lookup strategy for Borland ES. |
| BetweenExpression | net.sf.hibernate.expression | Constrains a property to between two values |
| BigDecimalType | net.sf.hibernate.type | big_decimal: A type that maps an SQL NUMERIC to a java.math.BigDecimal |
| BinaryType | net.sf.hibernate.type | binary: A type that maps an SQL VARBINARY to a Java byte[]. |
| BlobImpl | net.sf.hibernate.lob | A dummy implementation of java.sql.Blob that may be used to insert new data into a BLOB. |
| BlobType | net.sf.hibernate.type | blob: A type that maps an SQL BLOB to a java.sql.Blob. |
| BooleanType | net.sf.hibernate.type | boolean: A type that maps an SQL BIT to a Java Boolean. |
| BytesHelper | net.sf.hibernate.util | No description provided. |
| ByteType | net.sf.hibernate.type | byte: A type that maps an SQL TINYINT to a Java Byte. |
| C3P0ConnectionProvider | net.sf.hibernate.connection | A connection provider that uses a C3P0 connection pool. |
| CacheEntry | net.sf.hibernate.impl | A cached instance of a persistent class |
| CacheFactory | net.sf.hibernate.cache | No description provided. |
| CacheSynchronization | net.sf.hibernate.engine | No description provided. |
| CalendarComparator | net.sf.hibernate.util | No description provided. |
| CalendarDateType | net.sf.hibernate.type | calendar_date: A type mapping for a Calendar object that represents a date. |
| CalendarType | net.sf.hibernate.type | calendar: A type mapping for a Calendar object that represents a datetime. |
| Cascades | net.sf.hibernate.engine | Implements cascaded save / delete / update / lock / evict / replicate |
| Cascades.CascadeStyle | net.sf.hibernate.engine | A style of cascade that can be specified by the mapping for an association. |
| Cascades.CascadingAction | net.sf.hibernate.engine | A session action that may be cascaded from parent entity to its children |
| Cascades.IdentifierValue | net.sf.hibernate.engine | A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance. |
| Cascades.VersionValue | net.sf.hibernate.engine | A strategy for determining if a version value is an version of a new transient instance or a previously persistent transient instance. |
| CaseFragment | net.sf.hibernate.sql | Abstract SQL case fragment renderer |
| CGLIBLazyInitializer | net.sf.hibernate.proxy | A LazyInitializer implemented using the CGLIB bytecode generation library |
| CGLIBProxyFactory | net.sf.hibernate.proxy | No description provided. |
| CharacterType | net.sf.hibernate.type | character: A type that maps an SQL CHAR(1) to a Java Character. |
| CharBooleanType | net.sf.hibernate.type | Superclass for types that map Java boolean to SQL CHAR(1). |
| ClassType | net.sf.hibernate.type | class: A type that maps an SQL VARCHAR to a Java Class. |
| ClauseParser | net.sf.hibernate.hql | Parses the Hibernate query into its constituent clauses. |
| ClobImpl | net.sf.hibernate.lob | A dummy implementation of java.sql.Clob that may be used to insert new data into a CLOB. |
| ClobType | net.sf.hibernate.type | clob: A type that maps an SQL CLOB to a java.sql.Clob. |
| Collection | net.sf.hibernate.mapping | Mapping for a collection. |
| CollectionLoader | net.sf.hibernate.loader | Loads a collection of values or a many-to-many association. |
| CollectionPropertyMapping | net.sf.hibernate.collection | No description provided. |
| Column | net.sf.hibernate.mapping | A column of a relational database table |
| ColumnMetadata | net.sf.hibernate.tool.hbm2ddl | JDBC column metadata |
| ColumnNameCache | net.sf.hibernate.impl | Implementation of ColumnNameCache. |
| ComparableComparator | net.sf.hibernate.util | Delegates to Comparable |
| Component | net.sf.hibernate.mapping | The mapping for a component, composite element, composite identifier, etc. |
| ComponentType | net.sf.hibernate.type | Handles "component" mappings |
| CompositeCustomType | net.sf.hibernate.type | Adapts CompositeUserType to Type interface |
| CompositeElementPropertyMapping | net.sf.hibernate.collection | No description provided. |
| ConditionFragment | net.sf.hibernate.sql | No description provided. |
| ConfigHelper | net.sf.hibernate.util | A simple class to centralize logic needed to locate config files on the system. |
| Configuration | net.sf.hibernate.cfg | An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory. |
| Conjunction | net.sf.hibernate.expression | No description provided. |
| ConnectionProviderFactory | net.sf.hibernate.connection | Instantiates a connection provider given either System properties or a java.util.Properties instance. |
| Constraint | net.sf.hibernate.mapping | A relational constraint. |
| CounterGenerator | net.sf.hibernate.id | vm An IdentifierGenerator that returns a long, constructed from the system time and a counter value. |
| CriteriaImpl | net.sf.hibernate.impl | Implementation of the Criteria interface |
| CriteriaImpl.CriterionEntry | net.sf.hibernate.impl | No description provided. |
| CriteriaImpl.Subcriteria | net.sf.hibernate.impl | No description provided. |
| CriteriaLoader | net.sf.hibernate.loader | A Loader for Criteria queries. |
| CurrencyType | net.sf.hibernate.type | currency: A type that maps an SQL VARCHAR to a java.util.Currency |
| CustomType | net.sf.hibernate.type | Adapts UserType to the generic Type interface. |
| Database | net.sf.hibernate.odmg | Implements the ODMG Database API. |
| DatabaseMetadata | net.sf.hibernate.tool.hbm2ddl | JDBC database metadata |
| DatasourceConnectionProvider | net.sf.hibernate.connection | A connection provider that uses a DataSource registered with JNDI. |
| DateType | net.sf.hibernate.type | date: A type that maps an SQL DATE to a Java Date. |
| DB2390Dialect | net.sf.hibernate.dialect | An SQL dialect for DB2/390. |
| DB2400Dialect | net.sf.hibernate.dialect | An SQL dialect for DB2/400. |
| DB2Dialect | net.sf.hibernate.dialect | An SQL dialect for DB2. |
| DBCPConnectionProvider | net.sf.hibernate.connection | A connection provider that uses an Apache commons DBCP connection pool. |
| DecodeCaseFragment | net.sf.hibernate.sql | An Oracle-style DECODE function. |
| DefaultNamingStrategy | net.sf.hibernate.cfg | The default NamingStrategy |
| Delete | net.sf.hibernate.sql | An SQL DELETE statement |
| Dialect | net.sf.hibernate.dialect | Represents a dialect of SQL implemented by a particular RDBMS. |
| DirectPropertyAccessor | net.sf.hibernate.property | Accesses fields directly. |
| DirectPropertyAccessor.DirectGetter | net.sf.hibernate.property | No description provided. |
| DirectPropertyAccessor.DirectSetter | net.sf.hibernate.property | No description provided. |
| Disjunction | net.sf.hibernate.expression | No description provided. |
| DisjunctionFragment | net.sf.hibernate.sql | A disjunctive string of conditions |
| DistinctRootEntityResultTransformer | net.sf.hibernate.transform | No description provided. |
| DoubleType | net.sf.hibernate.type | double: A type that maps an SQL DOUBLE to a Java Double. |
| DriverManagerConnectionProvider | net.sf.hibernate.connection | A connection provider that uses java.sql.DriverManager. |
| DTDEntityResolver | net.sf.hibernate.util | No description provided. |
| DynamicComponentType | net.sf.hibernate.type | Handles "dynamic" components, represented as Maps |
| EhCache | net.sf.hibernate.cache | EHCache plugin for Hibernate EHCache uses a MemoryStore and a DiskStore . |
| EhCacheProvider | net.sf.hibernate.cache | Cache Provider plugin for Hibernate
Use hibernate.cache.provider_class=org.hibernate.cache.EhCacheProvider
in Hibernate 3.x or later
Taken from EhCache 0.9 distribution |
| ElementPropertyMapping | net.sf.hibernate.collection | No description provided. |
| EmptyIterator | net.sf.hibernate.util | No description provided. |
| EntityLoader | net.sf.hibernate.loader | Load an entity using outerjoin fetching to fetch associated entities. |
| EntityPersister | net.sf.hibernate.persister | The default implementation of the ClassPersister interface. |
| EntityType | net.sf.hibernate.type | A reference to an entity class |
| Environment | net.sf.hibernate.cfg | Provides access to configuration info passed in Properties objects. |
| EqExpression | net.sf.hibernate.expression | No description provided. |
| EqPropertyExpression | net.sf.hibernate.expression | No description provided. |
| EqualsHelper | net.sf.hibernate.util | No description provided. |
| ErrorCodeConverter | net.sf.hibernate.exception | A SQLExceptionConverter implementation which performs converion based on the vendor specific ErrorCode. |
| Example | net.sf.hibernate.expression | Support for query by example. |
| ExceptionUtils | net.sf.hibernate.exception | Provides utilities for manipulating and examining
|
| Expression | net.sf.hibernate.expression | The expression package may be used by applications as a framework for building new kinds of Criterion. |
| FastHashMap | net.sf.hibernate.util | A customized implementation of |
| FetchMode | net.sf.hibernate | Represents an association fetching strategy. |
| FilterImpl | net.sf.hibernate.impl | implementation of the Query interface for collection filters |
| FilterTranslator | net.sf.hibernate.hql | No description provided. |
| FirebirdDialect | net.sf.hibernate.dialect | An SQL dialect for Firebird. |
| FloatType | net.sf.hibernate.type | float: A type that maps an SQL FLOAT to a Java Float. |
| FlushMode | net.sf.hibernate | Represents a flushing strategy. |
| ForeignGenerator | net.sf.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 | net.sf.hibernate.mapping | A foreign key constraint |
| ForeignKeyDirection | net.sf.hibernate.type | Represents directionality of the foreign key constraint |
| ForeignKeyMetadata | net.sf.hibernate.tool.hbm2ddl | JDBC foreign key metadata |
| Formula | net.sf.hibernate.mapping | A formula is a derived column value |
| ForUpdateFragment | net.sf.hibernate.sql | No description provided. |
| FromParser | net.sf.hibernate.hql | Parses the from clause of a hibernate query, looking for tables and aliases for the SQL query. |
| FromPathExpressionParser | net.sf.hibernate.hql | No description provided. |
| FrontBaseDialect | net.sf.hibernate.dialect | An SQL Dialect for Frontbase. |
| GeExpression | net.sf.hibernate.expression | No description provided. |
| GenericDialect | net.sf.hibernate.dialect | A generic SQL dialect which may or may not work on any actual databases |
| GetGeneratedKeysHelper | net.sf.hibernate.util | No description provided. |
| GroupByParser | net.sf.hibernate.hql | Parses the GROUP BY clause of an aggregate query |
| GtExpression | net.sf.hibernate.expression | No description provided. |
| HashtableCache | net.sf.hibernate.cache | A lightweight implementation of the Cache interface |
| HashtableCacheProvider | net.sf.hibernate.cache | No description provided. |
| HavingParser | net.sf.hibernate.hql | Parses the having clause of a hibernate query and translates it to an SQL having clause. |
| Hibernate | net.sf.hibernate |
|
| HibernateProxyHelper | net.sf.hibernate.proxy | Utility methods for working with proxies. |
| HibernateService | net.sf.hibernate.jmx | Implementation of HibernateServiceMBean. |
| HSQLCaseFragment | net.sf.hibernate.sql | The HSQL CASEWHEN function. |
| HSQLDialect | net.sf.hibernate.dialect | An SQL dialect compatible with HSQLDB (Hypersonic SQL). |
| IdentifierBag | net.sf.hibernate.mapping | An IdentifierBag has a primary key consisting of just the identifier column |
| IdentifierBag | net.sf.hibernate.collection | An IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table. |
| IdentifierBagType | net.sf.hibernate.type | No description provided. |
| IdentifierCollection | net.sf.hibernate.mapping | A collection with a synthetic "identifier" column |
| IdentifierGeneratorFactory | net.sf.hibernate.id | Factory and helper methods for IdentifierGenerator framework. |
| IdentityGenerator | net.sf.hibernate.id | The IdentityGenerator for autoincrement/identity key generation. |
| IdentityMap | net.sf.hibernate.util | A Map where keys are compared by object identity, rather than equals(). |
| IdentityMap.IdentityKey | net.sf.hibernate.util | No description provided. |
| IdentityMap.IdentityMapEntry | net.sf.hibernate.util | No description provided. |
| IlikeExpression | net.sf.hibernate.expression | A case-insensitive "like" |
| ImmutableType | net.sf.hibernate.type | Superclass of nullable immutable types. |
| Implementation | net.sf.hibernate.odmg | Singleton class implementing the ODMG Implementation interface. |
| ImprovedNamingStrategy | net.sf.hibernate.cfg | An improved naming strategy that prefers embedded underscores to mixed case names |
| IncrementGenerator | net.sf.hibernate.id | increment An IdentifierGenerator that returns a long, constructed by counting from the maximum primary key value at startup. |
| Index | net.sf.hibernate.mapping | A relational table index |
| IndexedCollection | net.sf.hibernate.mapping | Indexed collections include Lists, Maps, arrays and primitive arrays. |
| IndexMetadata | net.sf.hibernate.tool.hbm2ddl | JDBC index metadata |
| InExpression | net.sf.hibernate.expression | Constrains the property to a specified list of values |
| InformixDialect | net.sf.hibernate.dialect | Informix dialect. |
| InFragment | net.sf.hibernate.sql | An SQL IN expression. |
| IngresDialect | net.sf.hibernate.dialect | An Ingres SQL dialect |
| Insert | net.sf.hibernate.sql | An SQL INSERT statement |
| IntegerType | net.sf.hibernate.type | integer: A type that maps an SQL INT to a Java Integer. |
| InterbaseDialect | net.sf.hibernate.dialect | An SQL dialect for Interbase. |
| IteratorImpl | net.sf.hibernate.impl | An implementation of java.util.Iterator that is returned by iterate() query execution methods. |
| JBossTransactionManagerLookup | net.sf.hibernate.transaction | A TransactionManager lookup strategy for JBoss |
| JCASessionFactoryImpl | net.sf.hibernate.jca | No description provided. |
| JCASessionImpl | net.sf.hibernate.jca | A logical session handle, all real work is deligated to underlying physical session represented by ManagedConnectionImpl instance. |
| JCSCache | net.sf.hibernate.cache | Support for Apache Turbine's JCS |
| JCSCacheProvider | net.sf.hibernate.cache | No description provided. |
| JDBCExceptionHelper | net.sf.hibernate.exception | Implementation of JDBCExceptionHelper. |
| JDBCExceptionReporter | net.sf.hibernate.util | No description provided. |
| JDBCTransaction | net.sf.hibernate.transaction | Implements a basic transaction strategy for JDBC connections.This is the default Transaction implementation used if none is explicitly specified. |
| JDBCTransactionFactory | net.sf.hibernate.transaction | Factory for JDBCTransaction. |
| JNDITransactionManagerLookup | net.sf.hibernate.transaction | Locates a TransactionManager in JNDI. |
| JoinedIterator | net.sf.hibernate.util | An JoinedIterator is an Iterator that wraps a number of Iterators. |
| JoinFragment | net.sf.hibernate.sql | An abstract SQL join fragment renderer |
| JOnASTransactionManagerLookup | net.sf.hibernate.transaction | TransactionManager lookup strategy for JOnAS |
| JOTMTransactionManagerLookup | net.sf.hibernate.transaction | TransactionManager lookup strategy for JOTM |
| JRun4TransactionManagerLookup | net.sf.hibernate.transaction | TransactionManager lookup strategy for JRun4 |
| JTATransaction | net.sf.hibernate.transaction | Implements a basic transaction strategy for JTA transactions. |
| JTATransactionFactory | net.sf.hibernate.transaction | Factory for JTATransaction. |
| Junction | net.sf.hibernate.expression | A sequence of a logical expressions combined by some associative logical operator |
| Key | net.sf.hibernate.engine | A globally unique identifier of an instance. |
| LazyInitializer | net.sf.hibernate.proxy | No description provided. |
| LeExpression | net.sf.hibernate.expression | No description provided. |
| LePropertyExpression | net.sf.hibernate.expression | No description provided. |
| LikeExpression | net.sf.hibernate.expression | No description provided. |
| LinkedHashCollectionHelper | net.sf.hibernate.util | No description provided. |
| List | net.sf.hibernate.mapping | A list mapping has a primary key consisting of the key columns + index column. |
| List | net.sf.hibernate.collection | A persistent wrapper for a java.util.List. |
| ListType | net.sf.hibernate.type | No description provided. |
| Loader | net.sf.hibernate.loader | Abstract superclass of object loading (and querying) strategies. |
| LocaleType | net.sf.hibernate.type | locale: A type that maps an SQL VARCHAR to a Java Locale. |
| LockMode | net.sf.hibernate | Instances represent a lock mode for a row of a relational database table. |
| LogicalExpression | net.sf.hibernate.expression | Superclass of binary logical expressions |
| LongType | net.sf.hibernate.type | long: A type that maps an SQL BIGINT to a Java Long. |
| LtExpression | net.sf.hibernate.expression | No description provided. |
| LtPropertyExpression | net.sf.hibernate.expression | No description provided. |
| ManagedConnectionFactoryImpl | net.sf.hibernate.jca | Factory for creating Factories, connections and matching connections Does not currently support unmanaged environments |
| ManagedConnectionImpl | net.sf.hibernate.jca | Implementation of JCA Managed Connection. |
| ManyToOne | net.sf.hibernate.mapping | A many-to-one association mapping |
| ManyToOneType | net.sf.hibernate.type | A many-to-one association to an entity |
| Map | net.sf.hibernate.mapping | A map has a primary key consisting of the key columns + index columns. |
| Map | net.sf.hibernate.collection | A persistent wrapper for a java.util.Map. |
| Mappings | net.sf.hibernate.cfg | A collection of mappings from classes and collections to relational database tables. |
| MapType | net.sf.hibernate.type | No description provided. |
| MatchMode | net.sf.hibernate.expression | Represents an strategy for matching strings using "like". |
| MckoiCaseFragment | net.sf.hibernate.sql | A Mckoi IF function. |
| MckoiDialect | net.sf.hibernate.dialect | An SQL dialect compatible with McKoi SQL |
| MessageHelper | net.sf.hibernate.impl | Helper methods for rendering log messages and exception messages. |
| MetaAttribute | net.sf.hibernate.mapping | A meta attribute is a named value or values. |
| MetaDataImpl | net.sf.hibernate.jca | Implementation delegates to the database connection meta data object |
| MetaType | net.sf.hibernate.type | No description provided. |
| MutableType | net.sf.hibernate.type | Superclass for mutable nullable types |
| MySQLDialect | net.sf.hibernate.dialect | An SQL dialect for MySQL. |
| Name | net.sf.hibernate.odmg | An ODMG name that may be bound to a persistent object. |
| NamedSQLQuery | net.sf.hibernate.mapping | Simple value holder for named sql queries. |
| NamingHelper | net.sf.hibernate.util | No description provided. |
| NestableDelegate | net.sf.hibernate.exception | A shared implementation of the nestable exception functionality. |
| NoArgSQLFunction | net.sf.hibernate.dialect | No description provided. |
| NonBatchingBatcher | net.sf.hibernate.impl | An implementation of the Batcher interface that does no batching |
| NonstrictReadWriteCache | net.sf.hibernate.cache | Caches data that is sometimes updated without ever locking the cache. |
| NormalizedEntityPersister | net.sf.hibernate.persister | A ClassPersister implementing the normalized "table-per-subclass" mapping strategy. |
| NotExpression | net.sf.hibernate.expression | Negates another criterion |
| NotNullExpression | net.sf.hibernate.expression | Constrains a property to be non-null |
| NullableType | net.sf.hibernate.type | Superclass of single-column nullable types. |
| NullExpression | net.sf.hibernate.expression | Constrains a property to be null |
| ObjectType | net.sf.hibernate.type | Handles "any" mappings and the old deprecated "object" type |
| ObjectType.ObjectTypeCacheEntry | net.sf.hibernate.type | No description provided. |
| ODMGCollection | net.sf.hibernate.collection | All Hibernate collections actually implement the ODMG DCollection interface and are castable to that type. |
| OneToMany | net.sf.hibernate.mapping | A mapping for a one-to-many association |
| OneToManyLoader | net.sf.hibernate.loader | Loads one-to-many associations The collection persister must implement QueryableCOllection. |
| OneToManyPersister | net.sf.hibernate.collection | Collection persister for one-to-many associations. |
| OneToOne | net.sf.hibernate.mapping | A one-to-one association mapping |
| OneToOneType | net.sf.hibernate.type | A one-to-one association to an entity |
| OQLQuery | net.sf.hibernate.odmg | Experimental implementation of the ODMG OQLQuery interface. |
| Oracle9Dialect | net.sf.hibernate.dialect | An SQL dialect for Oracle 9 (uses ANSI-style syntax where possible). |
| OracleDialect | net.sf.hibernate.dialect | An SQL dialect for Oracle, compatible with Oracle 8. |
| OracleJoinFragment | net.sf.hibernate.sql | An Oracle-style (theta) join |
| Order | net.sf.hibernate.expression | Represents an order imposed upon a Criteria result set |
| OrderByParser | net.sf.hibernate.hql | Parses the ORDER BY clause of a query |
| OrExpression | net.sf.hibernate.expression | A logical "or" |
| OrionTransactionManagerLookup | net.sf.hibernate.transaction | TransactionManager lookup strategy for Orion |
| OSCache | net.sf.hibernate.cache | No description provided. |
| OSCacheProvider | net.sf.hibernate.cache | Support for OpenSymphony OSCache. |
| OuterJoinLoader | net.sf.hibernate.loader | Implements logic for walking a tree of associated classes. |
| OuterJoinLoader.OuterJoinableAssociation | net.sf.hibernate.loader | No description provided. |
| ParserHelper | net.sf.hibernate.hql | No description provided. |
| PathExpressionParser | net.sf.hibernate.hql | Parses an expression of the form foo.bar.baz and builds up an expression involving two less table joins than there are path components. |
| PersistentClass | net.sf.hibernate.mapping | Mapping for an entity class. |
| PersistentCollection | net.sf.hibernate.collection | Persistent collections are treated as value objects by Hibernate. |
| PersistentCollectionType | net.sf.hibernate.type | A type that handles Hibernate PersistentCollections (including arrays). |
| PersistentEnumType | net.sf.hibernate.type | A type for Hibernate PersistentEnum |
| PersisterFactory | net.sf.hibernate.persister | Factory for ClassPersister and CollectionPersister instances |
| PointbaseDialect | net.sf.hibernate.dialect | A Dialect for Pointbase. |
| PostgreSQLDialect | net.sf.hibernate.dialect | An SQL dialect for Postgres |
| PreprocessingParser | net.sf.hibernate.hql | No description provided. |
| PrimaryKey | net.sf.hibernate.mapping | A primary key constraint |
| PrimitiveArray | net.sf.hibernate.mapping | A primitive array has a primary key consisting of the key columns + index column. |
| PrimitiveType | net.sf.hibernate.type | Superclass of primitive / primitive wrapper types. |
| Printer | net.sf.hibernate.impl | Renders entities to a nicely readable string. |
| ProgressDialect | net.sf.hibernate.dialect | An SQL dialect compatible with Progress 9.1C Connection Parameters required:
|
| PropertiesHelper | net.sf.hibernate.util | No description provided. |
| Property | net.sf.hibernate.mapping | Mapping for a property of a Java class (entity or component) |
| PropertyAccessorFactory | net.sf.hibernate.property | No description provided. |
| PropertyExpression | net.sf.hibernate.expression | superclass for comparisons between two properties (with SQL binary operators) |
| ProxoolConnectionProvider | net.sf.hibernate.connection | A connection provider that uses a Proxool connection pool. |
| QueryImpl | net.sf.hibernate.impl | default implementation of the Query interface, for "ordinary" HQL queries (not collection filters) |
| QueryJoinFragment | net.sf.hibernate.sql | A join that appears in a translated HQL query |
| QueryKey | net.sf.hibernate.cache | A key that identifies a particular query with bound parameter values |
| QueryParameters | net.sf.hibernate.engine | No description provided. |
| QuerySelect | net.sf.hibernate.sql | A translated HQL query |
| QueryTranslator | net.sf.hibernate.hql | An instance of QueryTranslator translates a Hibernate query string to SQL. |
| Range | net.sf.hibernate.util | No description provided. |
| ReadOnlyCache | net.sf.hibernate.cache | Caches data that is never updated. |
| ReadWriteCache | net.sf.hibernate.cache | Caches data that is sometimes updated while maintaining the semantics of "read committed" isolation level. |
| ReadWriteCache.Item | net.sf.hibernate.cache | An item of cached data, timestamped with the time it was cached,. |
| ReadWriteCache.Lock | net.sf.hibernate.cache | A soft lock which supports concurrent locking, timestamped with the time it was released |
| ReflectHelper | net.sf.hibernate.util | No description provided. |
| ReplicationMode | net.sf.hibernate | Represents a replication strategy. |
| ResinTransactionManagerLookup | net.sf.hibernate.transaction | TransactionManager lookup strategy for Resin |
| ResultSetWrapper | net.sf.hibernate.impl | A ResultSet delegate, responsible for locally caching the columnName-to-columnIndex resolution that has been found to be inefficient in a few vendor's drivers (i.e., Oracle and Postgres). |
| RootClass | net.sf.hibernate.mapping | The root class of a table-per-subclass, or table-per-concrete-class inheritance hierarchy. |
| RootEntityResultTransformer | net.sf.hibernate.transform | No description provided. |
| RowSelection | net.sf.hibernate.engine | Represents a selection of rows in a JDBC ResultSet |
| SAPDBDialect | net.sf.hibernate.dialect | An SQL dialect compatible with SAP DB. |
| SchemaExport | net.sf.hibernate.tool.hbm2ddl | Commandline tool to export table schema to the database. |
| SchemaExportTask | net.sf.hibernate.tool.hbm2ddl | An Ant task for SchemaExport. |
| SchemaUpdate | net.sf.hibernate.tool.hbm2ddl | A commandline tool to update a database schema. |
| SchemaUpdateTask | net.sf.hibernate.tool.hbm2ddl | An Ant task for SchemaUpdate. |
| ScrollableResultsImpl | net.sf.hibernate.impl | Implementation of the ScrollableResults interface |
| ScrollMode | net.sf.hibernate | Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults |
| Select | net.sf.hibernate.sql | A simple SQL SELECT statement |
| SelectFragment | net.sf.hibernate.sql | A fragment of an SQL SELECT clause |
| SelectParser | net.sf.hibernate.hql | Parsers the select clause of a Hibernate query. |
| SelectPathExpressionParser | net.sf.hibernate.hql | No description provided. |
| SequenceGenerator | net.sf.hibernate.id | sequence Generates long values using an oracle-style sequence. |
| SequenceHiLoGenerator | net.sf.hibernate.id | seqhilo An IdentifierGenerator that combines a hi/lo algorithm with an underlying oracle-style sequence that generates hi values. |
| SerializableProxy | net.sf.hibernate.proxy | Serializable placeholder for CGLIB proxies |
| SerializableType | net.sf.hibernate.type | serializable: A type that maps an SQL VARBINARY to a serializable Java object. |
| SerializationHelper | net.sf.hibernate.util | Assists with the serialization process and performs additional functionality based on serialization. |
| SessionFactoryImpl | net.sf.hibernate.impl | Concrete implementation of the SessionFactory interface. |
| SessionFactoryObjectFactory | net.sf.hibernate.impl | Resolves SessionFactory JNDI lookups and deserialization |
| SessionFactoryStub | net.sf.hibernate.jmx | A flyweight for SessionFactory. |
| SessionImpl | net.sf.hibernate.impl | Concrete implementation of a Session, and also the central, organizing component of Hibernate's internal implementation. |
| SessionImpl.CollectionEntry | net.sf.hibernate.impl | We need an entry to tell us all about the current state of a collection with respect to its persistent state |
| Set | net.sf.hibernate.mapping | A set with no nullable element columns. |
| Set | net.sf.hibernate.collection | A persistent wrapper for a java.util.Set. |
| Settings | net.sf.hibernate.cfg | Settings that affect the behaviour of Hibernate at runtime. |
| SettingsFactory | net.sf.hibernate.cfg | Reads configuration properties and configures a Settings instance. |
| SetType | net.sf.hibernate.type | No description provided. |
| ShortType | net.sf.hibernate.type | short: A type that maps an SQL SMALLINT to a Java Short. |
| SimpleEntityLoader | net.sf.hibernate.loader | Loads entity instances one instance per select, without without any outerjoin fetching. |
| SimpleExpression | net.sf.hibernate.expression | superclass for "simple" comparisons (with SQL binary operators) |
| SimpleSelect | net.sf.hibernate.sql | An SQL SELECT statement with no table joins |
| SimpleValue | net.sf.hibernate.mapping | Any value that maps to columns. |
| SortedMap | net.sf.hibernate.collection | A persistent wrapper for a java.util.SortedMap. |
| SortedMapType | net.sf.hibernate.type | No description provided. |
| SortedSet | net.sf.hibernate.collection | A persistent wrapper for a java.util.SortedSet. |
| SortedSetType | net.sf.hibernate.type | No description provided. |
| SQLCriterion | net.sf.hibernate.expression | A SQL fragment. |
| SQLExceptionConverterFactory | net.sf.hibernate.exception | A factory for building SQLExceptionConverter instances. |
| SQLLoader | net.sf.hibernate.loader | A loader that uses a native SQL query string provided by the user |
| SQLQueryImpl | net.sf.hibernate.impl | Implements SQL query passthrough. |
| SQLServerDialect | net.sf.hibernate.dialect | A dialect for Microsoft SQL Server 2000 |
| SQLStateConverter | net.sf.hibernate.exception | A SQLExceptionConverter implementation which performs converion based on the underlying SQLState. |
| StandardQueryCache | net.sf.hibernate.cache | The standard implementation of the Hibernate QueryCache interface. |
| StandardQueryCacheFactory | net.sf.hibernate.cache | Standard Hibernate implementation of the QueryCacheFactory interface. |
| StandardSQLFunction | net.sf.hibernate.dialect | Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL. |
| StringHelper | net.sf.hibernate.util | No description provided. |
| StringType | net.sf.hibernate.type | string: A type that maps an SQL VARCHAR to a Java String. |
| Subclass | net.sf.hibernate.mapping | A sublass in a table-per-subclass, or table-per-concrete-class inheritance hierarchy. |
| SunONETransactionManagerLookup | net.sf.hibernate.transaction | TransactionManager lookup strategy for Sun ONE Application Server 7 |
| SwarmCache | net.sf.hibernate.cache | No description provided. |
| SwarmCacheProvider | net.sf.hibernate.cache | Support for SwarmCache replicated cache. |
| Sybase11_9_2Dialect | net.sf.hibernate.dialect | A SQL dialect suitable for use with Sybase 11.9.2 (specifically: avoids ANSI JOIN syntax) |
| Sybase11_9_2JoinFragment | net.sf.hibernate.sql | An old Sybase-style join (before Sybase supported the ANSI style "inner join" etc syntax) This is needed for Sybase 11.9.2 and earlier, using the HQL 2.* syntax with Collections. |
| SybaseAnywhereDialect | net.sf.hibernate.dialect | SQL Dialect for Sybase Anywhere extending Sybase (Enterprise) Dialect (Tested on ASA 8.x) |
| SybaseDialect | net.sf.hibernate.dialect | An SQL dialect compatible with Sybase and MS SQL Server. |
| Table | net.sf.hibernate.mapping | A relational table |
| TableGenerator | net.sf.hibernate.id | An IdentifierGenerator that uses a database table to store the last generated value. |
| TableHiLoGenerator | net.sf.hibernate.id | hilo An IdentifierGenerator that returns a Long, constructed using a hi/lo algorithm. |
| TableMetadata | net.sf.hibernate.tool.hbm2ddl | JDBC table metadata |
| Template | net.sf.hibernate.sql | Parses SQL fragments specified in mapping documents |
| TemplatedViolatedConstraintNameExtracter | net.sf.hibernate.exception | Knows how to extract a violated constraint name from an error message based on the fact that the constraint name is templated within the message. |
| TextType | net.sf.hibernate.type | text: A type that maps an SQL CLOB to a Java String. |
| Timestamper | net.sf.hibernate.cache | Generates increasing identifiers (in a single VM only). |
| TimestampType | net.sf.hibernate.type | timestamp: A type that maps an SQL TIMESTAMP to a Java java.util.Date or java.sql.Timestamp. |
| TimesTenDialect | net.sf.hibernate.dialect | A SQL dialect for TimesTen 5.1. |
| TimeType | net.sf.hibernate.type | time: A type that maps an SQL TIME to a Java java.util.Date or java.sql.Time. |
| TimeZoneType | net.sf.hibernate.type | timezone: A type that maps an SQL VARCHAR to a java.util.TimeZone |
| ToOne | net.sf.hibernate.mapping | A simple-point association (ie. |
| Transaction | net.sf.hibernate.odmg | Implements the ODMG Transaction API. |
| TransactionalCache | net.sf.hibernate.cache | Support for fully transactional cache implementations like JBoss TreeCache. |
| TransactionFactoryFactory | net.sf.hibernate.transaction | No description provided. |
| TransactionManagerLookupFactory | net.sf.hibernate.transaction | No description provided. |
| TreeCache | net.sf.hibernate.cache | No description provided. |
| TreeCacheProvider | net.sf.hibernate.cache | Support for JBoss TreeCache |
| TrueFalseType | net.sf.hibernate.type | true_false: A type that maps an SQL CHAR(1) to a Java Boolean. |
| TypedValue | net.sf.hibernate.engine | An ordered pair of a value and its Hibernate type. |
| TypeFactory | net.sf.hibernate.type | Used internally to obtain instances of Type. |
| TypeNames | net.sf.hibernate.dialect | This class maps a type to names. |
| UniqueKey | net.sf.hibernate.mapping | A relational unique key constraint |
| Update | net.sf.hibernate.sql | An SQL UPDATE statement |
| UpdateTimestampsCache | net.sf.hibernate.cache | Tracks the timestamps of the most recent updates to particular tables. |
| UserSuppliedConnectionProvider | net.sf.hibernate.connection | An implementation of the |
| UUIDGenerator | net.sf.hibernate.id | The base class for identifier generators that use a UUID algorithm. |
| UUIDHexGenerator | net.sf.hibernate.id | uuid.hex A UUIDGenerator that returns a string of length 32, This string will consist of only hex digits. |
| UUIDStringGenerator | net.sf.hibernate.id | uuid.string A UUIDGenerator that returns a string of length 16, This string will NOT consist of only alphanumeric characters. |
| Versioning | net.sf.hibernate.engine | Utility methods for managing versions and timestamps |
| WeblogicTransactionManagerLookup | net.sf.hibernate.transaction | TransactionManager lookup strategy for WebLogic |
| WebSphereExtendedJTATransactionLookup | net.sf.hibernate.transaction | Support for proprietary interfaces for registering synchronizations in WebSphere 5 and 6. |
| WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter | net.sf.hibernate.transaction | No description provided. |
| WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter | net.sf.hibernate.transaction | No description provided. |
| WebSphereTransactionManagerLookup | net.sf.hibernate.transaction | TransactionManager lookup strategy for WebSphere (versions 4, 5.0 and 5.1) |
| WhereParser | net.sf.hibernate.hql | Parses the where clause of a hibernate query and translates it to an SQL where clause. |
| XMLDatabinder | net.sf.hibernate.xml | Implementation of the API class Databinder. |
| XMLHelper | net.sf.hibernate.util | No description provided. |
| XMLHelper.ErrorLogger | net.sf.hibernate.util | No description provided. |
| YesNoType | net.sf.hibernate.type | yes_no: A type that maps an SQL CHAR(1) to a Java Boolean. |
| Search |




