Library:Hibernate
Version:2.1.8
Compatibility:JDK 1.4
Classes in library Hibernate.
NamePackageDescription
AbstractCollectionPersisternet.sf.hibernate.collectionBase implementation of the QueryableCollection interface.
AbstractCriterionnet.sf.hibernate.expressionBase class for Criterion implementations
AbstractEntityLoadernet.sf.hibernate.loaderAbstract superclass for entity loaders that use outer joins
AbstractEntityPersisternet.sf.hibernate.persisterSuperclass for built-in mapping strategies.
AbstractPropertyMappingnet.sf.hibernate.persisterBase implementation of a PropertyMapping
AbstractQueryImplnet.sf.hibernate.implAbstract implementation of the Query interface
AbstractTypenet.sf.hibernate.typeAbstract superclass of the built in Type hierarchy.
Aliasnet.sf.hibernate.sqlAn alias generator for SQL identifiers
AliasToEntityMapResultTransformernet.sf.hibernate.transformNo description provided.
AndExpressionnet.sf.hibernate.expressionA logical "and"
ANSICaseFragmentnet.sf.hibernate.sqlAn ANSI SQL CASE expression.
ANSIJoinFragmentnet.sf.hibernate.sqlAn ANSI-style join
Anynet.sf.hibernate.mappingA Hibernate "any" type (ie.
Arraynet.sf.hibernate.mappingAn array mapping has a primary key consisting of the key columns + index column.
ArrayHelpernet.sf.hibernate.utilNo description provided.
ArrayHoldernet.sf.hibernate.collectionA persistent wrapper for an array.
ArrayTypenet.sf.hibernate.typeA type for persistent arrays.
Assignednet.sf.hibernate.idassigned

An IdentifierGenerator that returns the current identifier assigned to an instance.
Bagnet.sf.hibernate.mappingA bag permits duplicates, so it has no primary key
Bagnet.sf.hibernate.collectionAn unordered, unkeyed collection that can contain the same element multiple times.
BagTypenet.sf.hibernate.typeNo description provided.
BasicCollectionPersisternet.sf.hibernate.collectionCollection persister for collections of values and many-to-many associations.
BasicPropertyAccessornet.sf.hibernate.propertyAccesses property values via a get/set pair, which may be nonpublic.
BasicPropertyAccessor.BasicGetternet.sf.hibernate.propertyNo description provided.
BasicPropertyAccessor.BasicSetternet.sf.hibernate.propertyNo description provided.
BatcherImplnet.sf.hibernate.implManages prepared statements and batching.
BatchingBatchernet.sf.hibernate.implAn implementation of the Batcher interface that actually uses batching
BatchingCollectionInitializernet.sf.hibernate.loader"Batch" loads collections, using multiple foreign key values in the SQL where clause.
BatchingEntityLoadernet.sf.hibernate.loader"Batch" loads entities, using multiple primary key values in the SQL where clause.
BESTransactionManagerLookupnet.sf.hibernate.transactionA TransactionManager lookup strategy for Borland ES.
BetweenExpressionnet.sf.hibernate.expressionConstrains a property to between two values
BigDecimalTypenet.sf.hibernate.typebig_decimal: A type that maps an SQL NUMERIC to a java.math.BigDecimal
BinaryTypenet.sf.hibernate.typebinary: A type that maps an SQL VARBINARY to a Java byte[].
BlobImplnet.sf.hibernate.lobA dummy implementation of java.sql.Blob that may be used to insert new data into a BLOB.
BlobTypenet.sf.hibernate.typeblob: A type that maps an SQL BLOB to a java.sql.Blob.
BooleanTypenet.sf.hibernate.typeboolean: A type that maps an SQL BIT to a Java Boolean.
BytesHelpernet.sf.hibernate.utilNo description provided.
ByteTypenet.sf.hibernate.typebyte: A type that maps an SQL TINYINT to a Java Byte.
C3P0ConnectionProvidernet.sf.hibernate.connectionA connection provider that uses a C3P0 connection pool.
CacheEntrynet.sf.hibernate.implA cached instance of a persistent class
CacheFactorynet.sf.hibernate.cacheNo description provided.
CacheSynchronizationnet.sf.hibernate.engineNo description provided.
CalendarComparatornet.sf.hibernate.utilNo description provided.
CalendarDateTypenet.sf.hibernate.typecalendar_date: A type mapping for a Calendar object that represents a date.
CalendarTypenet.sf.hibernate.typecalendar: A type mapping for a Calendar object that represents a datetime.
Cascadesnet.sf.hibernate.engineImplements cascaded save / delete / update / lock / evict / replicate
Cascades.CascadeStylenet.sf.hibernate.engineA style of cascade that can be specified by the mapping for an association.
Cascades.CascadingActionnet.sf.hibernate.engineA session action that may be cascaded from parent entity to its children
Cascades.IdentifierValuenet.sf.hibernate.engineA strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance.
Cascades.VersionValuenet.sf.hibernate.engineA strategy for determining if a version value is an version of a new transient instance or a previously persistent transient instance.
CaseFragmentnet.sf.hibernate.sqlAbstract SQL case fragment renderer
CGLIBLazyInitializernet.sf.hibernate.proxyA LazyInitializer implemented using the CGLIB bytecode generation library
CGLIBProxyFactorynet.sf.hibernate.proxyNo description provided.
CharacterTypenet.sf.hibernate.typecharacter: A type that maps an SQL CHAR(1) to a Java Character.
CharBooleanTypenet.sf.hibernate.typeSuperclass for types that map Java boolean to SQL CHAR(1).
ClassTypenet.sf.hibernate.typeclass: A type that maps an SQL VARCHAR to a Java Class.
ClauseParsernet.sf.hibernate.hqlParses the Hibernate query into its constituent clauses.
ClobImplnet.sf.hibernate.lobA dummy implementation of java.sql.Clob that may be used to insert new data into a CLOB.
ClobTypenet.sf.hibernate.typeclob: A type that maps an SQL CLOB to a java.sql.Clob.
Collectionnet.sf.hibernate.mappingMapping for a collection.
CollectionLoadernet.sf.hibernate.loaderLoads a collection of values or a many-to-many association.
CollectionPropertyMappingnet.sf.hibernate.collectionNo description provided.
Columnnet.sf.hibernate.mappingA column of a relational database table
ColumnMetadatanet.sf.hibernate.tool.hbm2ddlJDBC column metadata
ColumnNameCachenet.sf.hibernate.implImplementation of ColumnNameCache.
ComparableComparatornet.sf.hibernate.utilDelegates to Comparable
Componentnet.sf.hibernate.mappingThe mapping for a component, composite element, composite identifier, etc.
ComponentTypenet.sf.hibernate.typeHandles "component" mappings
CompositeCustomTypenet.sf.hibernate.typeAdapts CompositeUserType to Type interface
CompositeElementPropertyMappingnet.sf.hibernate.collectionNo description provided.
ConditionFragmentnet.sf.hibernate.sqlNo description provided.
ConfigHelpernet.sf.hibernate.utilA simple class to centralize logic needed to locate config files on the system.
Configurationnet.sf.hibernate.cfgAn instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
Conjunctionnet.sf.hibernate.expressionNo description provided.
ConnectionProviderFactorynet.sf.hibernate.connectionInstantiates a connection provider given either System properties or a java.util.Properties instance.
Constraintnet.sf.hibernate.mappingA relational constraint.
CounterGeneratornet.sf.hibernate.idvm

An IdentifierGenerator that returns a long, constructed from the system time and a counter value.
CriteriaImplnet.sf.hibernate.implImplementation of the Criteria interface
CriteriaImpl.CriterionEntrynet.sf.hibernate.implNo description provided.
CriteriaImpl.Subcriterianet.sf.hibernate.implNo description provided.
CriteriaLoadernet.sf.hibernate.loaderA Loader for Criteria queries.
CurrencyTypenet.sf.hibernate.typecurrency: A type that maps an SQL VARCHAR to a java.util.Currency
CustomTypenet.sf.hibernate.typeAdapts UserType to the generic Type interface.
Databasenet.sf.hibernate.odmgImplements the ODMG Database API.
DatabaseMetadatanet.sf.hibernate.tool.hbm2ddlJDBC database metadata
DatasourceConnectionProvidernet.sf.hibernate.connectionA connection provider that uses a DataSource registered with JNDI.
DateTypenet.sf.hibernate.typedate: A type that maps an SQL DATE to a Java Date.
DB2390Dialectnet.sf.hibernate.dialectAn SQL dialect for DB2/390.
DB2400Dialectnet.sf.hibernate.dialectAn SQL dialect for DB2/400.
DB2Dialectnet.sf.hibernate.dialectAn SQL dialect for DB2.
DBCPConnectionProvidernet.sf.hibernate.connectionA connection provider that uses an Apache commons DBCP connection pool.
DecodeCaseFragmentnet.sf.hibernate.sqlAn Oracle-style DECODE function.
DefaultNamingStrategynet.sf.hibernate.cfgThe default NamingStrategy
Deletenet.sf.hibernate.sqlAn SQL DELETE statement
Dialectnet.sf.hibernate.dialectRepresents a dialect of SQL implemented by a particular RDBMS.
DirectPropertyAccessornet.sf.hibernate.propertyAccesses fields directly.
DirectPropertyAccessor.DirectGetternet.sf.hibernate.propertyNo description provided.
DirectPropertyAccessor.DirectSetternet.sf.hibernate.propertyNo description provided.
Disjunctionnet.sf.hibernate.expressionNo description provided.
DisjunctionFragmentnet.sf.hibernate.sqlA disjunctive string of conditions
DistinctRootEntityResultTransformernet.sf.hibernate.transformNo description provided.
DoubleTypenet.sf.hibernate.typedouble: A type that maps an SQL DOUBLE to a Java Double.
DriverManagerConnectionProvidernet.sf.hibernate.connectionA connection provider that uses java.sql.DriverManager.
DTDEntityResolvernet.sf.hibernate.utilNo description provided.
DynamicComponentTypenet.sf.hibernate.typeHandles "dynamic" components, represented as Maps
EhCachenet.sf.hibernate.cacheEHCache plugin for Hibernate EHCache uses a MemoryStore and a DiskStore .
EhCacheProvidernet.sf.hibernate.cacheCache 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
ElementPropertyMappingnet.sf.hibernate.collectionNo description provided.
EmptyIteratornet.sf.hibernate.utilNo description provided.
EntityLoadernet.sf.hibernate.loaderLoad an entity using outerjoin fetching to fetch associated entities.
EntityPersisternet.sf.hibernate.persisterThe default implementation of the ClassPersister interface.
EntityTypenet.sf.hibernate.typeA reference to an entity class
Environmentnet.sf.hibernate.cfgProvides access to configuration info passed in Properties objects.
EqExpressionnet.sf.hibernate.expressionNo description provided.
EqPropertyExpressionnet.sf.hibernate.expressionNo description provided.
EqualsHelpernet.sf.hibernate.utilNo description provided.
ErrorCodeConverternet.sf.hibernate.exceptionA SQLExceptionConverter implementation which performs converion based on the vendor specific ErrorCode.
Examplenet.sf.hibernate.expressionSupport for query by example.
ExceptionUtilsnet.sf.hibernate.exception

Provides utilities for manipulating and examining Throwable objects.

Expressionnet.sf.hibernate.expressionThe expression package may be used by applications as a framework for building new kinds of Criterion.
FastHashMapnet.sf.hibernate.util

A customized implementation of java.util.HashMap designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes.

FetchModenet.sf.hibernateRepresents an association fetching strategy.
FilterImplnet.sf.hibernate.implimplementation of the Query interface for collection filters
FilterTranslatornet.sf.hibernate.hqlNo description provided.
FirebirdDialectnet.sf.hibernate.dialectAn SQL dialect for Firebird.
FloatTypenet.sf.hibernate.typefloat: A type that maps an SQL FLOAT to a Java Float.
FlushModenet.sf.hibernateRepresents a flushing strategy.
ForeignGeneratornet.sf.hibernate.idforeign

An Identifier generator that uses the value of the id property of an associated object

One mapping parameter is required: property.
ForeignKeynet.sf.hibernate.mappingA foreign key constraint
ForeignKeyDirectionnet.sf.hibernate.typeRepresents directionality of the foreign key constraint
ForeignKeyMetadatanet.sf.hibernate.tool.hbm2ddlJDBC foreign key metadata
Formulanet.sf.hibernate.mappingA formula is a derived column value
ForUpdateFragmentnet.sf.hibernate.sqlNo description provided.
FromParsernet.sf.hibernate.hqlParses the from clause of a hibernate query, looking for tables and aliases for the SQL query.
FromPathExpressionParsernet.sf.hibernate.hqlNo description provided.
FrontBaseDialectnet.sf.hibernate.dialectAn SQL Dialect for Frontbase.
GeExpressionnet.sf.hibernate.expressionNo description provided.
GenericDialectnet.sf.hibernate.dialectA generic SQL dialect which may or may not work on any actual databases
GetGeneratedKeysHelpernet.sf.hibernate.utilNo description provided.
GroupByParsernet.sf.hibernate.hqlParses the GROUP BY clause of an aggregate query
GtExpressionnet.sf.hibernate.expressionNo description provided.
HashtableCachenet.sf.hibernate.cacheA lightweight implementation of the Cache interface
HashtableCacheProvidernet.sf.hibernate.cacheNo description provided.
HavingParsernet.sf.hibernate.hqlParses the having clause of a hibernate query and translates it to an SQL having clause.
Hibernatenet.sf.hibernate
  • Provides access to the full range of Hibernate built-in types.
HibernateProxyHelpernet.sf.hibernate.proxyUtility methods for working with proxies.
HibernateServicenet.sf.hibernate.jmxImplementation of HibernateServiceMBean.
HSQLCaseFragmentnet.sf.hibernate.sqlThe HSQL CASEWHEN function.
HSQLDialectnet.sf.hibernate.dialectAn SQL dialect compatible with HSQLDB (Hypersonic SQL).
IdentifierBagnet.sf.hibernate.mappingAn IdentifierBag has a primary key consisting of just the identifier column
IdentifierBagnet.sf.hibernate.collectionAn IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table.
IdentifierBagTypenet.sf.hibernate.typeNo description provided.
IdentifierCollectionnet.sf.hibernate.mappingA collection with a synthetic "identifier" column
IdentifierGeneratorFactorynet.sf.hibernate.idFactory and helper methods for IdentifierGenerator framework.
IdentityGeneratornet.sf.hibernate.idThe IdentityGenerator for autoincrement/identity key generation.
IdentityMapnet.sf.hibernate.utilA Map where keys are compared by object identity, rather than equals().
IdentityMap.IdentityKeynet.sf.hibernate.utilNo description provided.
IdentityMap.IdentityMapEntrynet.sf.hibernate.utilNo description provided.
IlikeExpressionnet.sf.hibernate.expressionA case-insensitive "like"
ImmutableTypenet.sf.hibernate.typeSuperclass of nullable immutable types.
Implementationnet.sf.hibernate.odmgSingleton class implementing the ODMG Implementation interface.
ImprovedNamingStrategynet.sf.hibernate.cfgAn improved naming strategy that prefers embedded underscores to mixed case names
IncrementGeneratornet.sf.hibernate.idincrement

An IdentifierGenerator that returns a long, constructed by counting from the maximum primary key value at startup.
Indexnet.sf.hibernate.mappingA relational table index
IndexedCollectionnet.sf.hibernate.mappingIndexed collections include Lists, Maps, arrays and primitive arrays.
IndexMetadatanet.sf.hibernate.tool.hbm2ddlJDBC index metadata
InExpressionnet.sf.hibernate.expressionConstrains the property to a specified list of values
InformixDialectnet.sf.hibernate.dialectInformix dialect.
InFragmentnet.sf.hibernate.sqlAn SQL IN expression.
IngresDialectnet.sf.hibernate.dialectAn Ingres SQL dialect
Insertnet.sf.hibernate.sqlAn SQL INSERT statement
IntegerTypenet.sf.hibernate.typeinteger: A type that maps an SQL INT to a Java Integer.
InterbaseDialectnet.sf.hibernate.dialectAn SQL dialect for Interbase.
IteratorImplnet.sf.hibernate.implAn implementation of java.util.Iterator that is returned by iterate() query execution methods.
JBossTransactionManagerLookupnet.sf.hibernate.transactionA TransactionManager lookup strategy for JBoss
JCASessionFactoryImplnet.sf.hibernate.jcaNo description provided.
JCASessionImplnet.sf.hibernate.jcaA logical session handle, all real work is deligated to underlying physical session represented by ManagedConnectionImpl instance.
JCSCachenet.sf.hibernate.cacheSupport for Apache Turbine's JCS
JCSCacheProvidernet.sf.hibernate.cacheNo description provided.
JDBCExceptionHelpernet.sf.hibernate.exceptionImplementation of JDBCExceptionHelper.
JDBCExceptionReporternet.sf.hibernate.utilNo description provided.
JDBCTransactionnet.sf.hibernate.transactionImplements a basic transaction strategy for JDBC connections.This is the default Transaction implementation used if none is explicitly specified.
JDBCTransactionFactorynet.sf.hibernate.transactionFactory for JDBCTransaction.
JNDITransactionManagerLookupnet.sf.hibernate.transactionLocates a TransactionManager in JNDI.
JoinedIteratornet.sf.hibernate.utilAn JoinedIterator is an Iterator that wraps a number of Iterators.
JoinFragmentnet.sf.hibernate.sqlAn abstract SQL join fragment renderer
JOnASTransactionManagerLookupnet.sf.hibernate.transactionTransactionManager lookup strategy for JOnAS
JOTMTransactionManagerLookupnet.sf.hibernate.transactionTransactionManager lookup strategy for JOTM
JRun4TransactionManagerLookupnet.sf.hibernate.transactionTransactionManager lookup strategy for JRun4
JTATransactionnet.sf.hibernate.transactionImplements a basic transaction strategy for JTA transactions.
JTATransactionFactorynet.sf.hibernate.transactionFactory for JTATransaction.
Junctionnet.sf.hibernate.expressionA sequence of a logical expressions combined by some associative logical operator
Keynet.sf.hibernate.engineA globally unique identifier of an instance.
LazyInitializernet.sf.hibernate.proxyNo description provided.
LeExpressionnet.sf.hibernate.expressionNo description provided.
LePropertyExpressionnet.sf.hibernate.expressionNo description provided.
LikeExpressionnet.sf.hibernate.expressionNo description provided.
LinkedHashCollectionHelpernet.sf.hibernate.utilNo description provided.
Listnet.sf.hibernate.mappingA list mapping has a primary key consisting of the key columns + index column.
Listnet.sf.hibernate.collectionA persistent wrapper for a java.util.List.
ListTypenet.sf.hibernate.typeNo description provided.
Loadernet.sf.hibernate.loaderAbstract superclass of object loading (and querying) strategies.
LocaleTypenet.sf.hibernate.typelocale: A type that maps an SQL VARCHAR to a Java Locale.
LockModenet.sf.hibernateInstances represent a lock mode for a row of a relational database table.
LogicalExpressionnet.sf.hibernate.expressionSuperclass of binary logical expressions
LongTypenet.sf.hibernate.typelong: A type that maps an SQL BIGINT to a Java Long.
LtExpressionnet.sf.hibernate.expressionNo description provided.
LtPropertyExpressionnet.sf.hibernate.expressionNo description provided.
ManagedConnectionFactoryImplnet.sf.hibernate.jcaFactory for creating Factories, connections and matching connections Does not currently support unmanaged environments
ManagedConnectionImplnet.sf.hibernate.jcaImplementation of JCA Managed Connection.
ManyToOnenet.sf.hibernate.mappingA many-to-one association mapping
ManyToOneTypenet.sf.hibernate.typeA many-to-one association to an entity
Mapnet.sf.hibernate.mappingA map has a primary key consisting of the key columns + index columns.
Mapnet.sf.hibernate.collectionA persistent wrapper for a java.util.Map.
Mappingsnet.sf.hibernate.cfgA collection of mappings from classes and collections to relational database tables.
MapTypenet.sf.hibernate.typeNo description provided.
MatchModenet.sf.hibernate.expressionRepresents an strategy for matching strings using "like".
MckoiCaseFragmentnet.sf.hibernate.sqlA Mckoi IF function.
MckoiDialectnet.sf.hibernate.dialectAn SQL dialect compatible with McKoi SQL
MessageHelpernet.sf.hibernate.implHelper methods for rendering log messages and exception messages.
MetaAttributenet.sf.hibernate.mappingA meta attribute is a named value or values.
MetaDataImplnet.sf.hibernate.jcaImplementation delegates to the database connection meta data object
MetaTypenet.sf.hibernate.typeNo description provided.
MutableTypenet.sf.hibernate.typeSuperclass for mutable nullable types
MySQLDialectnet.sf.hibernate.dialectAn SQL dialect for MySQL.
Namenet.sf.hibernate.odmgAn ODMG name that may be bound to a persistent object.
NamedSQLQuerynet.sf.hibernate.mappingSimple value holder for named sql queries.
NamingHelpernet.sf.hibernate.utilNo description provided.
NestableDelegatenet.sf.hibernate.exception

A shared implementation of the nestable exception functionality.

NoArgSQLFunctionnet.sf.hibernate.dialectNo description provided.
NonBatchingBatchernet.sf.hibernate.implAn implementation of the Batcher interface that does no batching
NonstrictReadWriteCachenet.sf.hibernate.cacheCaches data that is sometimes updated without ever locking the cache.
NormalizedEntityPersisternet.sf.hibernate.persisterA ClassPersister implementing the normalized "table-per-subclass" mapping strategy.
NotExpressionnet.sf.hibernate.expressionNegates another criterion
NotNullExpressionnet.sf.hibernate.expressionConstrains a property to be non-null
NullableTypenet.sf.hibernate.typeSuperclass of single-column nullable types.
NullExpressionnet.sf.hibernate.expressionConstrains a property to be null
ObjectTypenet.sf.hibernate.typeHandles "any" mappings and the old deprecated "object" type
ObjectType.ObjectTypeCacheEntrynet.sf.hibernate.typeNo description provided.
ODMGCollectionnet.sf.hibernate.collectionAll Hibernate collections actually implement the ODMG DCollection interface and are castable to that type.
OneToManynet.sf.hibernate.mappingA mapping for a one-to-many association
OneToManyLoadernet.sf.hibernate.loaderLoads one-to-many associations

The collection persister must implement QueryableCOllection.
OneToManyPersisternet.sf.hibernate.collectionCollection persister for one-to-many associations.
OneToOnenet.sf.hibernate.mappingA one-to-one association mapping
OneToOneTypenet.sf.hibernate.typeA one-to-one association to an entity
OQLQuerynet.sf.hibernate.odmgExperimental implementation of the ODMG OQLQuery interface.
Oracle9Dialectnet.sf.hibernate.dialectAn SQL dialect for Oracle 9 (uses ANSI-style syntax where possible).
OracleDialectnet.sf.hibernate.dialectAn SQL dialect for Oracle, compatible with Oracle 8.
OracleJoinFragmentnet.sf.hibernate.sqlAn Oracle-style (theta) join
Ordernet.sf.hibernate.expressionRepresents an order imposed upon a Criteria result set
OrderByParsernet.sf.hibernate.hqlParses the ORDER BY clause of a query
OrExpressionnet.sf.hibernate.expressionA logical "or"
OrionTransactionManagerLookupnet.sf.hibernate.transactionTransactionManager lookup strategy for Orion
OSCachenet.sf.hibernate.cacheNo description provided.
OSCacheProvidernet.sf.hibernate.cacheSupport for OpenSymphony OSCache.
OuterJoinLoadernet.sf.hibernate.loaderImplements logic for walking a tree of associated classes.
OuterJoinLoader.OuterJoinableAssociationnet.sf.hibernate.loaderNo description provided.
ParserHelpernet.sf.hibernate.hqlNo description provided.
PathExpressionParsernet.sf.hibernate.hqlParses an expression of the form foo.bar.baz and builds up an expression involving two less table joins than there are path components.
PersistentClassnet.sf.hibernate.mappingMapping for an entity class.
PersistentCollectionnet.sf.hibernate.collectionPersistent collections are treated as value objects by Hibernate.
PersistentCollectionTypenet.sf.hibernate.typeA type that handles Hibernate PersistentCollections (including arrays).
PersistentEnumTypenet.sf.hibernate.typeA type for Hibernate PersistentEnum
PersisterFactorynet.sf.hibernate.persisterFactory for ClassPersister and CollectionPersister instances
PointbaseDialectnet.sf.hibernate.dialectA Dialect for Pointbase.
PostgreSQLDialectnet.sf.hibernate.dialectAn SQL dialect for Postgres
PreprocessingParsernet.sf.hibernate.hqlNo description provided.
PrimaryKeynet.sf.hibernate.mappingA primary key constraint
PrimitiveArraynet.sf.hibernate.mappingA primitive array has a primary key consisting of the key columns + index column.
PrimitiveTypenet.sf.hibernate.typeSuperclass of primitive / primitive wrapper types.
Printernet.sf.hibernate.implRenders entities to a nicely readable string.
ProgressDialectnet.sf.hibernate.dialectAn SQL dialect compatible with Progress 9.1C

Connection Parameters required:
  • hibernate.dialect net.sf.hibernate.sql.ProgressDialect
  • hibernate.driver com.progress.sql.jdbc.JdbcProgressDriver
  • hibernate.url jdbc:JdbcProgress:T:host:port:dbname;WorkArounds=536870912
  • hibernate.username username
  • hibernate.password password
The WorkArounds parameter in the URL is required to avoid an error in the Progress 9.1C JDBC driver related to PreparedStatements.
PropertiesHelpernet.sf.hibernate.utilNo description provided.
Propertynet.sf.hibernate.mappingMapping for a property of a Java class (entity or component)
PropertyAccessorFactorynet.sf.hibernate.propertyNo description provided.
PropertyExpressionnet.sf.hibernate.expressionsuperclass for comparisons between two properties (with SQL binary operators)
ProxoolConnectionProvidernet.sf.hibernate.connectionA connection provider that uses a Proxool connection pool.
QueryImplnet.sf.hibernate.impldefault implementation of the Query interface, for "ordinary" HQL queries (not collection filters)
QueryJoinFragmentnet.sf.hibernate.sqlA join that appears in a translated HQL query
QueryKeynet.sf.hibernate.cacheA key that identifies a particular query with bound parameter values
QueryParametersnet.sf.hibernate.engineNo description provided.
QuerySelectnet.sf.hibernate.sqlA translated HQL query
QueryTranslatornet.sf.hibernate.hqlAn instance of QueryTranslator translates a Hibernate query string to SQL.
Rangenet.sf.hibernate.utilNo description provided.
ReadOnlyCachenet.sf.hibernate.cacheCaches data that is never updated.
ReadWriteCachenet.sf.hibernate.cacheCaches data that is sometimes updated while maintaining the semantics of "read committed" isolation level.
ReadWriteCache.Itemnet.sf.hibernate.cacheAn item of cached data, timestamped with the time it was cached,.
ReadWriteCache.Locknet.sf.hibernate.cacheA soft lock which supports concurrent locking, timestamped with the time it was released
ReflectHelpernet.sf.hibernate.utilNo description provided.
ReplicationModenet.sf.hibernateRepresents a replication strategy.
ResinTransactionManagerLookupnet.sf.hibernate.transactionTransactionManager lookup strategy for Resin
ResultSetWrappernet.sf.hibernate.implA 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).
RootClassnet.sf.hibernate.mappingThe root class of a table-per-subclass, or table-per-concrete-class inheritance hierarchy.
RootEntityResultTransformernet.sf.hibernate.transformNo description provided.
RowSelectionnet.sf.hibernate.engineRepresents a selection of rows in a JDBC ResultSet
SAPDBDialectnet.sf.hibernate.dialectAn SQL dialect compatible with SAP DB.
SchemaExportnet.sf.hibernate.tool.hbm2ddlCommandline tool to export table schema to the database.
SchemaExportTasknet.sf.hibernate.tool.hbm2ddlAn Ant task for SchemaExport.
SchemaUpdatenet.sf.hibernate.tool.hbm2ddlA commandline tool to update a database schema.
SchemaUpdateTasknet.sf.hibernate.tool.hbm2ddlAn Ant task for SchemaUpdate.
ScrollableResultsImplnet.sf.hibernate.implImplementation of the ScrollableResults interface
ScrollModenet.sf.hibernateSpecifies the type of JDBC scrollable result set to use underneath a ScrollableResults
Selectnet.sf.hibernate.sqlA simple SQL SELECT statement
SelectFragmentnet.sf.hibernate.sqlA fragment of an SQL SELECT clause
SelectParsernet.sf.hibernate.hqlParsers the select clause of a Hibernate query.
SelectPathExpressionParsernet.sf.hibernate.hqlNo description provided.
SequenceGeneratornet.sf.hibernate.idsequence

Generates long values using an oracle-style sequence.
SequenceHiLoGeneratornet.sf.hibernate.idseqhilo

An IdentifierGenerator that combines a hi/lo algorithm with an underlying oracle-style sequence that generates hi values.
SerializableProxynet.sf.hibernate.proxySerializable placeholder for CGLIB proxies
SerializableTypenet.sf.hibernate.typeserializable: A type that maps an SQL VARBINARY to a serializable Java object.
SerializationHelpernet.sf.hibernate.util

Assists with the serialization process and performs additional functionality based on serialization.

SessionFactoryImplnet.sf.hibernate.implConcrete implementation of the SessionFactory interface.
SessionFactoryObjectFactorynet.sf.hibernate.implResolves SessionFactory JNDI lookups and deserialization
SessionFactoryStubnet.sf.hibernate.jmxA flyweight for SessionFactory.
SessionImplnet.sf.hibernate.implConcrete implementation of a Session, and also the central, organizing component of Hibernate's internal implementation.
SessionImpl.CollectionEntrynet.sf.hibernate.implWe need an entry to tell us all about the current state of a collection with respect to its persistent state
Setnet.sf.hibernate.mappingA set with no nullable element columns.
Setnet.sf.hibernate.collectionA persistent wrapper for a java.util.Set.
Settingsnet.sf.hibernate.cfgSettings that affect the behaviour of Hibernate at runtime.
SettingsFactorynet.sf.hibernate.cfgReads configuration properties and configures a Settings instance.
SetTypenet.sf.hibernate.typeNo description provided.
ShortTypenet.sf.hibernate.typeshort: A type that maps an SQL SMALLINT to a Java Short.
SimpleEntityLoadernet.sf.hibernate.loaderLoads entity instances one instance per select, without without any outerjoin fetching.
SimpleExpressionnet.sf.hibernate.expressionsuperclass for "simple" comparisons (with SQL binary operators)
SimpleSelectnet.sf.hibernate.sqlAn SQL SELECT statement with no table joins
SimpleValuenet.sf.hibernate.mappingAny value that maps to columns.
SortedMapnet.sf.hibernate.collectionA persistent wrapper for a java.util.SortedMap.
SortedMapTypenet.sf.hibernate.typeNo description provided.
SortedSetnet.sf.hibernate.collectionA persistent wrapper for a java.util.SortedSet.
SortedSetTypenet.sf.hibernate.typeNo description provided.
SQLCriterionnet.sf.hibernate.expressionA SQL fragment.
SQLExceptionConverterFactorynet.sf.hibernate.exceptionA factory for building SQLExceptionConverter instances.
SQLLoadernet.sf.hibernate.loaderA loader that uses a native SQL query string provided by the user
SQLQueryImplnet.sf.hibernate.implImplements SQL query passthrough.
SQLServerDialectnet.sf.hibernate.dialectA dialect for Microsoft SQL Server 2000
SQLStateConverternet.sf.hibernate.exceptionA SQLExceptionConverter implementation which performs converion based on the underlying SQLState.
StandardQueryCachenet.sf.hibernate.cacheThe standard implementation of the Hibernate QueryCache interface.
StandardQueryCacheFactorynet.sf.hibernate.cacheStandard Hibernate implementation of the QueryCacheFactory interface.
StandardSQLFunctionnet.sf.hibernate.dialectProvides a standard implementation that supports the majority of the HQL functions that are translated to SQL.
StringHelpernet.sf.hibernate.utilNo description provided.
StringTypenet.sf.hibernate.typestring: A type that maps an SQL VARCHAR to a Java String.
Subclassnet.sf.hibernate.mappingA sublass in a table-per-subclass, or table-per-concrete-class inheritance hierarchy.
SunONETransactionManagerLookupnet.sf.hibernate.transactionTransactionManager lookup strategy for Sun ONE Application Server 7
SwarmCachenet.sf.hibernate.cacheNo description provided.
SwarmCacheProvidernet.sf.hibernate.cacheSupport for SwarmCache replicated cache.
Sybase11_9_2Dialectnet.sf.hibernate.dialectA SQL dialect suitable for use with Sybase 11.9.2 (specifically: avoids ANSI JOIN syntax)
Sybase11_9_2JoinFragmentnet.sf.hibernate.sqlAn 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.
SybaseAnywhereDialectnet.sf.hibernate.dialectSQL Dialect for Sybase Anywhere extending Sybase (Enterprise) Dialect (Tested on ASA 8.x)
SybaseDialectnet.sf.hibernate.dialectAn SQL dialect compatible with Sybase and MS SQL Server.
Tablenet.sf.hibernate.mappingA relational table
TableGeneratornet.sf.hibernate.idAn IdentifierGenerator that uses a database table to store the last generated value.
TableHiLoGeneratornet.sf.hibernate.idhilo

An IdentifierGenerator that returns a Long, constructed using a hi/lo algorithm.
TableMetadatanet.sf.hibernate.tool.hbm2ddlJDBC table metadata
Templatenet.sf.hibernate.sqlParses SQL fragments specified in mapping documents
TemplatedViolatedConstraintNameExtracternet.sf.hibernate.exceptionKnows how to extract a violated constraint name from an error message based on the fact that the constraint name is templated within the message.
TextTypenet.sf.hibernate.typetext: A type that maps an SQL CLOB to a Java String.
Timestampernet.sf.hibernate.cacheGenerates increasing identifiers (in a single VM only).
TimestampTypenet.sf.hibernate.typetimestamp: A type that maps an SQL TIMESTAMP to a Java java.util.Date or java.sql.Timestamp.
TimesTenDialectnet.sf.hibernate.dialectA SQL dialect for TimesTen 5.1.
TimeTypenet.sf.hibernate.typetime: A type that maps an SQL TIME to a Java java.util.Date or java.sql.Time.
TimeZoneTypenet.sf.hibernate.typetimezone: A type that maps an SQL VARCHAR to a java.util.TimeZone
ToOnenet.sf.hibernate.mappingA simple-point association (ie.
Transactionnet.sf.hibernate.odmgImplements the ODMG Transaction API.
TransactionalCachenet.sf.hibernate.cacheSupport for fully transactional cache implementations like JBoss TreeCache.
TransactionFactoryFactorynet.sf.hibernate.transactionNo description provided.
TransactionManagerLookupFactorynet.sf.hibernate.transactionNo description provided.
TreeCachenet.sf.hibernate.cacheNo description provided.
TreeCacheProvidernet.sf.hibernate.cacheSupport for JBoss TreeCache
TrueFalseTypenet.sf.hibernate.typetrue_false: A type that maps an SQL CHAR(1) to a Java Boolean.
TypedValuenet.sf.hibernate.engineAn ordered pair of a value and its Hibernate type.
TypeFactorynet.sf.hibernate.typeUsed internally to obtain instances of Type.
TypeNamesnet.sf.hibernate.dialectThis class maps a type to names.
UniqueKeynet.sf.hibernate.mappingA relational unique key constraint
Updatenet.sf.hibernate.sqlAn SQL UPDATE statement
UpdateTimestampsCachenet.sf.hibernate.cacheTracks the timestamps of the most recent updates to particular tables.
UserSuppliedConnectionProvidernet.sf.hibernate.connectionAn implementation of the ConnectionProvider interface that simply throws an exception when a connection is requested.
UUIDGeneratornet.sf.hibernate.idThe base class for identifier generators that use a UUID algorithm.
UUIDHexGeneratornet.sf.hibernate.iduuid.hex

A UUIDGenerator that returns a string of length 32, This string will consist of only hex digits.
UUIDStringGeneratornet.sf.hibernate.iduuid.string

A UUIDGenerator that returns a string of length 16, This string will NOT consist of only alphanumeric characters.
Versioningnet.sf.hibernate.engineUtility methods for managing versions and timestamps
WeblogicTransactionManagerLookupnet.sf.hibernate.transactionTransactionManager lookup strategy for WebLogic
WebSphereExtendedJTATransactionLookupnet.sf.hibernate.transactionSupport for proprietary interfaces for registering synchronizations in WebSphere 5 and 6.
WebSphereExtendedJTATransactionLookup.TransactionManagerAdapternet.sf.hibernate.transactionNo description provided.
WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapternet.sf.hibernate.transactionNo description provided.
WebSphereTransactionManagerLookupnet.sf.hibernate.transactionTransactionManager lookup strategy for WebSphere (versions 4, 5.0 and 5.1)
WhereParsernet.sf.hibernate.hqlParses the where clause of a hibernate query and translates it to an SQL where clause.
XMLDatabindernet.sf.hibernate.xmlImplementation of the API class Databinder.
XMLHelpernet.sf.hibernate.utilNo description provided.
XMLHelper.ErrorLoggernet.sf.hibernate.utilNo description provided.
YesNoTypenet.sf.hibernate.typeyes_no: A type that maps an SQL CHAR(1) to a Java Boolean.
Search