首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
Hibernate 2.1.8 正式版 API 英文文档
Class Hierarchy (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
net.sf.hibernate
,
net.sf.hibernate.cache
,
net.sf.hibernate.cfg
,
net.sf.hibernate.collection
,
net.sf.hibernate.connection
,
net.sf.hibernate.dialect
,
net.sf.hibernate.engine
,
net.sf.hibernate.exception
,
net.sf.hibernate.expression
,
net.sf.hibernate.hql
,
net.sf.hibernate.id
,
net.sf.hibernate.impl
,
net.sf.hibernate.jca
,
net.sf.hibernate.jmx
,
net.sf.hibernate.loader
,
net.sf.hibernate.lob
,
net.sf.hibernate.mapping
,
net.sf.hibernate.metadata
,
net.sf.hibernate.odmg
,
net.sf.hibernate.persister
,
net.sf.hibernate.property
,
net.sf.hibernate.proxy
,
net.sf.hibernate.sql
,
net.sf.hibernate.tool.hbm2ddl
,
net.sf.hibernate.transaction
,
net.sf.hibernate.transform
,
net.sf.hibernate.type
,
net.sf.hibernate.util
,
net.sf.hibernate.xml
Class Hierarchy
class java.lang.
Object
class net.sf.hibernate.collection.
AbstractCollectionPersister
(implements net.sf.hibernate.metadata.
CollectionMetadata
, net.sf.hibernate.collection.
QueryableCollection
)
class net.sf.hibernate.collection.
BasicCollectionPersister
class net.sf.hibernate.collection.
OneToManyPersister
class net.sf.hibernate.expression.
AbstractCriterion
(implements net.sf.hibernate.expression.
Criterion
)
class net.sf.hibernate.expression.
BetweenExpression
class net.sf.hibernate.expression.
Example
class net.sf.hibernate.expression.
IlikeExpression
class net.sf.hibernate.expression.
InExpression
class net.sf.hibernate.expression.
Junction
class net.sf.hibernate.expression.
Conjunction
class net.sf.hibernate.expression.
Disjunction
class net.sf.hibernate.expression.
LogicalExpression
class net.sf.hibernate.expression.
AndExpression
class net.sf.hibernate.expression.
OrExpression
class net.sf.hibernate.expression.
NotExpression
class net.sf.hibernate.expression.
NotNullExpression
class net.sf.hibernate.expression.
NullExpression
class net.sf.hibernate.expression.
PropertyExpression
class net.sf.hibernate.expression.
EqPropertyExpression
class net.sf.hibernate.expression.
LePropertyExpression
class net.sf.hibernate.expression.
LtPropertyExpression
class net.sf.hibernate.expression.
SimpleExpression
class net.sf.hibernate.expression.
EqExpression
class net.sf.hibernate.expression.
GeExpression
class net.sf.hibernate.expression.
GtExpression
class net.sf.hibernate.expression.
LeExpression
class net.sf.hibernate.expression.
LikeExpression
class net.sf.hibernate.expression.
LtExpression
class net.sf.hibernate.expression.
SQLCriterion
class net.sf.hibernate.persister.
AbstractPropertyMapping
(implements net.sf.hibernate.persister.
PropertyMapping
)
class net.sf.hibernate.persister.
AbstractEntityPersister
(implements net.sf.hibernate.metadata.
ClassMetadata
, net.sf.hibernate.persister.
OuterJoinLoadable
, net.sf.hibernate.persister.
Queryable
, net.sf.hibernate.persister.
SQLLoadable
, net.sf.hibernate.persister.
UniqueKeyLoadable
)
class net.sf.hibernate.persister.
EntityPersister
(implements net.sf.hibernate.persister.
Queryable
)
class net.sf.hibernate.persister.
NormalizedEntityPersister
class net.sf.hibernate.collection.
CompositeElementPropertyMapping
class net.sf.hibernate.impl.
AbstractQueryImpl
(implements net.sf.hibernate.
Query
)
class net.sf.hibernate.impl.
QueryImpl
class net.sf.hibernate.impl.
FilterImpl
class net.sf.hibernate.impl.
SQLQueryImpl
class net.sf.hibernate.type.
AbstractType
(implements net.sf.hibernate.type.
Type
)
class net.sf.hibernate.type.
ComponentType
(implements net.sf.hibernate.type.
AbstractComponentType
)
class net.sf.hibernate.type.
CompositeCustomType
(implements net.sf.hibernate.type.
AbstractComponentType
)
class net.sf.hibernate.type.
CustomType
class net.sf.hibernate.type.
DynamicComponentType
(implements net.sf.hibernate.type.
AbstractComponentType
)
class net.sf.hibernate.type.
EntityType
(implements net.sf.hibernate.type.
AssociationType
)
class net.sf.hibernate.type.
ManyToOneType
class net.sf.hibernate.type.
OneToOneType
class net.sf.hibernate.type.
MetaType
class net.sf.hibernate.type.
NullableType
class net.sf.hibernate.type.
ImmutableType
class net.sf.hibernate.type.
BigDecimalType
class net.sf.hibernate.type.
BlobType
class net.sf.hibernate.type.
ClassType
class net.sf.hibernate.type.
ClobType
class net.sf.hibernate.type.
CurrencyType
(implements net.sf.hibernate.type.
LiteralType
)
class net.sf.hibernate.type.
LocaleType
(implements net.sf.hibernate.type.
LiteralType
)
class net.sf.hibernate.type.
PersistentEnumType
(implements net.sf.hibernate.type.
LiteralType
)
class net.sf.hibernate.type.
PrimitiveType
(implements net.sf.hibernate.type.
LiteralType
)
class net.sf.hibernate.type.
BooleanType
(implements net.sf.hibernate.type.
DiscriminatorType
)
class net.sf.hibernate.type.
CharBooleanType
class net.sf.hibernate.type.
TrueFalseType
class net.sf.hibernate.type.
YesNoType
class net.sf.hibernate.type.
ByteType
(implements net.sf.hibernate.type.
DiscriminatorType
, net.sf.hibernate.type.
VersionType
)
class net.sf.hibernate.type.
CharacterType
(implements net.sf.hibernate.type.
DiscriminatorType
)
class net.sf.hibernate.type.
DoubleType
class net.sf.hibernate.type.
FloatType
class net.sf.hibernate.type.
IntegerType
(implements net.sf.hibernate.type.
DiscriminatorType
, net.sf.hibernate.type.
VersionType
)
class net.sf.hibernate.type.
LongType
(implements net.sf.hibernate.type.
DiscriminatorType
, net.sf.hibernate.type.
VersionType
)
class net.sf.hibernate.type.
ShortType
(implements net.sf.hibernate.type.
DiscriminatorType
, net.sf.hibernate.type.
VersionType
)
class net.sf.hibernate.type.
StringType
(implements net.sf.hibernate.type.
DiscriminatorType
)
class net.sf.hibernate.type.
TextType
class net.sf.hibernate.type.
TimeZoneType
(implements net.sf.hibernate.type.
LiteralType
)
class net.sf.hibernate.type.
MutableType
class net.sf.hibernate.type.
BinaryType
class net.sf.hibernate.type.
CalendarDateType
class net.sf.hibernate.type.
CalendarType
(implements net.sf.hibernate.type.
VersionType
)
class net.sf.hibernate.type.
DateType
(implements net.sf.hibernate.type.
IdentifierType
, net.sf.hibernate.type.
LiteralType
)
class net.sf.hibernate.type.
SerializableType
class net.sf.hibernate.type.
TimestampType
(implements net.sf.hibernate.type.
LiteralType
, net.sf.hibernate.type.
VersionType
)
class net.sf.hibernate.type.
TimeType
(implements net.sf.hibernate.type.
LiteralType
)
class net.sf.hibernate.type.
ObjectType
(implements net.sf.hibernate.type.
AbstractComponentType
, net.sf.hibernate.type.
AssociationType
)
class net.sf.hibernate.type.
PersistentCollectionType
(implements net.sf.hibernate.type.
AssociationType
)
class net.sf.hibernate.type.
ArrayType
class net.sf.hibernate.type.
BagType
class net.sf.hibernate.type.
IdentifierBagType
class net.sf.hibernate.type.
ListType
class net.sf.hibernate.type.
MapType
class net.sf.hibernate.type.
SortedMapType
class net.sf.hibernate.type.
SetType
class net.sf.hibernate.type.
SortedSetType
class net.sf.hibernate.sql.
Alias
class net.sf.hibernate.transform.
AliasToEntityMapResultTransformer
(implements net.sf.hibernate.transform.
ResultTransformer
)
class net.sf.hibernate.util.
ArrayHelper
class net.sf.hibernate.id.
Assigned
(implements net.sf.hibernate.id.
IdentifierGenerator
)
class net.sf.hibernate.property.
BasicPropertyAccessor
(implements net.sf.hibernate.property.
PropertyAccessor
)
class net.sf.hibernate.property.
BasicPropertyAccessor.BasicGetter
(implements net.sf.hibernate.property.
Getter
)
class net.sf.hibernate.property.
BasicPropertyAccessor.BasicSetter
(implements net.sf.hibernate.property.
Setter
)
class net.sf.hibernate.impl.
BatcherImpl
(implements net.sf.hibernate.engine.
Batcher
)
class net.sf.hibernate.impl.
BatchingBatcher
class net.sf.hibernate.impl.
NonBatchingBatcher
class net.sf.hibernate.loader.
BatchingCollectionInitializer
(implements net.sf.hibernate.loader.
CollectionInitializer
)
class net.sf.hibernate.loader.
BatchingEntityLoader
(implements net.sf.hibernate.loader.
UniqueEntityLoader
)
class net.sf.hibernate.lob.
BlobImpl
(implements java.sql.
Blob
)
class net.sf.hibernate.util.
BytesHelper
class net.sf.hibernate.connection.
C3P0ConnectionProvider
(implements net.sf.hibernate.connection.
ConnectionProvider
)
class net.sf.hibernate.impl.
CacheEntry
(implements java.io.
Serializable
)
class net.sf.hibernate.cache.
CacheFactory
class net.sf.hibernate.engine.
CacheSynchronization
(implements javax.transaction.
Synchronization
)
class net.sf.hibernate.util.
CalendarComparator
(implements java.util.
Comparator
)
class net.sf.hibernate.engine.
Cascades
class net.sf.hibernate.engine.
Cascades.CascadeStyle
(implements java.io.
Serializable
)
class net.sf.hibernate.engine.
Cascades.CascadingAction
class net.sf.hibernate.engine.
Cascades.IdentifierValue
class net.sf.hibernate.engine.
Cascades.VersionValue
class net.sf.hibernate.sql.
CaseFragment
class net.sf.hibernate.sql.
ANSICaseFragment
class net.sf.hibernate.sql.
DecodeCaseFragment
class net.sf.hibernate.sql.
HSQLCaseFragment
class net.sf.hibernate.sql.
MckoiCaseFragment
class net.sf.hibernate.proxy.
CGLIBProxyFactory
(implements net.sf.hibernate.proxy.
ProxyFactory
)
class net.sf.hibernate.hql.
ClauseParser
(implements net.sf.hibernate.hql.
Parser
)
class net.sf.hibernate.lob.
ClobImpl
(implements java.sql.
Clob
)
class net.sf.hibernate.mapping.
Collection
(implements net.sf.hibernate.mapping.
Fetchable
, net.sf.hibernate.mapping.
Value
)
class net.sf.hibernate.mapping.
Bag
class net.sf.hibernate.mapping.
IdentifierCollection
class net.sf.hibernate.mapping.
IdentifierBag
class net.sf.hibernate.mapping.
IndexedCollection
class net.sf.hibernate.mapping.
List
class net.sf.hibernate.mapping.
Array
class net.sf.hibernate.mapping.
PrimitiveArray
class net.sf.hibernate.mapping.
Map
class net.sf.hibernate.mapping.
Set
class net.sf.hibernate.collection.
CollectionPropertyMapping
(implements net.sf.hibernate.persister.
PropertyMapping
)
class net.sf.hibernate.mapping.
Column
class net.sf.hibernate.tool.hbm2ddl.
ColumnMetadata
class net.sf.hibernate.impl.
ColumnNameCache
class net.sf.hibernate.util.
ComparableComparator
(implements java.util.
Comparator
)
class net.sf.hibernate.sql.
ConditionFragment
class net.sf.hibernate.util.
ConfigHelper
class net.sf.hibernate.cfg.
Configuration
class net.sf.hibernate.connection.
ConnectionProviderFactory
class net.sf.hibernate.mapping.
Constraint
(implements net.sf.hibernate.mapping.
RelationalModel
)
class net.sf.hibernate.mapping.
ForeignKey
class net.sf.hibernate.mapping.
PrimaryKey
class net.sf.hibernate.mapping.
UniqueKey
class net.sf.hibernate.id.
CounterGenerator
(implements net.sf.hibernate.id.
IdentifierGenerator
)
class net.sf.hibernate.impl.
CriteriaImpl
(implements net.sf.hibernate.
Criteria
)
class net.sf.hibernate.impl.
CriteriaImpl.CriterionEntry
class net.sf.hibernate.impl.
CriteriaImpl.Subcriteria
(implements net.sf.hibernate.
Criteria
)
class net.sf.hibernate.odmg.
Database
(implements org.odmg.Database)
class net.sf.hibernate.tool.hbm2ddl.
DatabaseMetadata
class net.sf.hibernate.connection.
DatasourceConnectionProvider
(implements net.sf.hibernate.connection.
ConnectionProvider
)
class net.sf.hibernate.connection.
DBCPConnectionProvider
(implements net.sf.hibernate.connection.
ConnectionProvider
)
class net.sf.hibernate.cfg.
DefaultNamingStrategy
(implements net.sf.hibernate.cfg.
NamingStrategy
)
class net.sf.hibernate.sql.
Delete
class net.sf.hibernate.dialect.
Dialect
class net.sf.hibernate.dialect.
DB2Dialect
class net.sf.hibernate.dialect.
DB2390Dialect
class net.sf.hibernate.dialect.
DB2400Dialect
class net.sf.hibernate.dialect.
FrontBaseDialect
class net.sf.hibernate.dialect.
GenericDialect
class net.sf.hibernate.dialect.
HSQLDialect
class net.sf.hibernate.dialect.
InformixDialect
class net.sf.hibernate.dialect.
IngresDialect
class net.sf.hibernate.dialect.
InterbaseDialect
class net.sf.hibernate.dialect.
FirebirdDialect
class net.sf.hibernate.dialect.
MckoiDialect
class net.sf.hibernate.dialect.
MySQLDialect
class net.sf.hibernate.dialect.
Oracle9Dialect
class net.sf.hibernate.dialect.
OracleDialect
class net.sf.hibernate.dialect.
PointbaseDialect
class net.sf.hibernate.dialect.
PostgreSQLDialect
class net.sf.hibernate.dialect.
ProgressDialect
class net.sf.hibernate.dialect.
SAPDBDialect
class net.sf.hibernate.dialect.
SybaseDialect
class net.sf.hibernate.dialect.
SQLServerDialect
class net.sf.hibernate.dialect.
Sybase11_9_2Dialect
class net.sf.hibernate.dialect.
SybaseAnywhereDialect
class net.sf.hibernate.dialect.
TimesTenDialect
class net.sf.hibernate.property.
DirectPropertyAccessor
(implements net.sf.hibernate.property.
PropertyAccessor
)
class net.sf.hibernate.property.
DirectPropertyAccessor.DirectGetter
(implements net.sf.hibernate.property.
Getter
)
class net.sf.hibernate.property.
DirectPropertyAccessor.DirectSetter
(implements net.sf.hibernate.property.
Setter
)
class net.sf.hibernate.sql.
DisjunctionFragment
class net.sf.hibernate.transform.
DistinctRootEntityResultTransformer
(implements net.sf.hibernate.transform.
ResultTransformer
)
class net.sf.hibernate.connection.
DriverManagerConnectionProvider
(implements net.sf.hibernate.connection.
ConnectionProvider
)
class net.sf.hibernate.util.
DTDEntityResolver
(implements org.xml.sax.EntityResolver)
class net.sf.hibernate.cache.
EhCache
(implements net.sf.hibernate.cache.
Cache
)
class net.sf.hibernate.cache.
EhCacheProvider
(implements net.sf.hibernate.cache.
CacheProvider
)
class net.sf.hibernate.collection.
ElementPropertyMapping
(implements net.sf.hibernate.persister.
PropertyMapping
)
class net.sf.hibernate.util.
EmptyIterator
(implements java.util.
Iterator
)
class net.sf.hibernate.cfg.
Environment
class net.sf.hibernate.util.
EqualsHelper
class net.sf.hibernate.exception.
ErrorCodeConverter
(implements net.sf.hibernate.exception.
SQLExceptionConverter
)
class net.sf.hibernate.exception.
ExceptionUtils
class net.sf.hibernate.expression.
Expression
class net.sf.hibernate.util.
FastHashMap
(implements java.util.
Map
, java.io.
Serializable
)
class net.sf.hibernate.
FetchMode
(implements java.io.
Serializable
)
class net.sf.hibernate.
FlushMode
(implements java.io.
Serializable
)
class net.sf.hibernate.id.
ForeignGenerator
(implements net.sf.hibernate.id.
Configurable
, net.sf.hibernate.id.
IdentifierGenerator
)
class net.sf.hibernate.type.
ForeignKeyDirection
(implements java.io.
Serializable
)
class net.sf.hibernate.tool.hbm2ddl.
ForeignKeyMetadata
class net.sf.hibernate.mapping.
Formula
class net.sf.hibernate.sql.
ForUpdateFragment
class net.sf.hibernate.hql.
FromParser
(implements net.sf.hibernate.hql.
Parser
)
class net.sf.hibernate.util.
GetGeneratedKeysHelper
class net.sf.hibernate.hql.
GroupByParser
(implements net.sf.hibernate.hql.
Parser
)
class net.sf.hibernate.cache.
HashtableCache
(implements net.sf.hibernate.cache.
Cache
)
class net.sf.hibernate.cache.
HashtableCacheProvider
(implements net.sf.hibernate.cache.
CacheProvider
)
class net.sf.hibernate.
Hibernate
class net.sf.hibernate.proxy.
HibernateProxyHelper
class net.sf.hibernate.jmx.
HibernateService
(implements net.sf.hibernate.jmx.
HibernateServiceMBean
)
class net.sf.hibernate.id.
IdentifierGeneratorFactory
class net.sf.hibernate.id.
IdentityGenerator
(implements net.sf.hibernate.id.
IdentifierGenerator
)
class net.sf.hibernate.util.
IdentityMap
(implements java.util.
Map
)
class net.sf.hibernate.util.
IdentityMap.IdentityKey
(implements java.io.
Serializable
)
class net.sf.hibernate.util.
IdentityMap.IdentityMapEntry
(implements java.util.
Map.Entry
)
class net.sf.hibernate.odmg.
Implementation
(implements org.odmg.Implementation)
class net.sf.hibernate.cfg.
ImprovedNamingStrategy
(implements net.sf.hibernate.cfg.
NamingStrategy
)
class net.sf.hibernate.id.
IncrementGenerator
(implements net.sf.hibernate.id.
Configurable
, net.sf.hibernate.id.
IdentifierGenerator
)
class net.sf.hibernate.mapping.
Index
(implements net.sf.hibernate.mapping.
RelationalModel
)
class net.sf.hibernate.tool.hbm2ddl.
IndexMetadata
class net.sf.hibernate.sql.
InFragment
class net.sf.hibernate.sql.
Insert
class net.sf.hibernate.impl.
IteratorImpl
(implements net.sf.hibernate.engine.
HibernateIterator
)
class net.sf.hibernate.jca.
JCASessionFactoryImpl
(implements javax.resource.Referenceable, net.sf.hibernate.
SessionFactory
)
class net.sf.hibernate.jca.
JCASessionImpl
(implements net.sf.hibernate.
Session
)
class net.sf.hibernate.cache.
JCSCache
(implements net.sf.hibernate.cache.
Cache
)
class net.sf.hibernate.cache.
JCSCacheProvider
(implements net.sf.hibernate.cache.
CacheProvider
)
class net.sf.hibernate.exception.
JDBCExceptionHelper
class net.sf.hibernate.util.
JDBCExceptionReporter
class net.sf.hibernate.transaction.
JDBCTransaction
(implements net.sf.hibernate.
Transaction
)
class net.sf.hibernate.transaction.
JDBCTransactionFactory
(implements net.sf.hibernate.transaction.
TransactionFactory
)
class net.sf.hibernate.transaction.
JNDITransactionManagerLookup
(implements net.sf.hibernate.transaction.
TransactionManagerLookup
)
class net.sf.hibernate.transaction.
BESTransactionManagerLookup
class net.sf.hibernate.transaction.
JBossTransactionManagerLookup
class net.sf.hibernate.transaction.
JRun4TransactionManagerLookup
class net.sf.hibernate.transaction.
OrionTransactionManagerLookup
class net.sf.hibernate.transaction.
ResinTransactionManagerLookup
class net.sf.hibernate.transaction.
SunONETransactionManagerLookup
class net.sf.hibernate.transaction.
WeblogicTransactionManagerLookup
class net.sf.hibernate.util.
JoinedIterator
(implements java.util.
Iterator
)
class net.sf.hibernate.sql.
JoinFragment
class net.sf.hibernate.sql.
ANSIJoinFragment
class net.sf.hibernate.sql.
OracleJoinFragment
class net.sf.hibernate.sql.
QueryJoinFragment
class net.sf.hibernate.sql.
Sybase11_9_2JoinFragment
class net.sf.hibernate.transaction.
JOnASTransactionManagerLookup
(implements net.sf.hibernate.transaction.
TransactionManagerLookup
)
class net.sf.hibernate.transaction.
JOTMTransactionManagerLookup
(implements net.sf.hibernate.transaction.
TransactionManagerLookup
)
class net.sf.hibernate.transaction.
JTATransaction
(implements net.sf.hibernate.
Transaction
)
class net.sf.hibernate.transaction.
JTATransactionFactory
(implements net.sf.hibernate.transaction.
TransactionFactory
)
class net.sf.hibernate.engine.
Key
(implements java.io.
Serializable
)
class net.sf.hibernate.proxy.
LazyInitializer
class net.sf.hibernate.proxy.
CGLIBLazyInitializer
(implements net.sf.cglib.proxy.MethodInterceptor)
class net.sf.hibernate.util.
LinkedHashCollectionHelper
class net.sf.hibernate.loader.
Loader
class net.sf.hibernate.loader.
OuterJoinLoader
class net.sf.hibernate.loader.
AbstractEntityLoader
class net.sf.hibernate.loader.
CriteriaLoader
class net.sf.hibernate.loader.
EntityLoader
(implements net.sf.hibernate.loader.
UniqueEntityLoader
)
class net.sf.hibernate.loader.
CollectionLoader
(implements net.sf.hibernate.loader.
CollectionInitializer
)
class net.sf.hibernate.loader.
OneToManyLoader
(implements net.sf.hibernate.loader.
CollectionInitializer
)
class net.sf.hibernate.loader.
SQLLoader
class net.sf.hibernate.hql.
QueryTranslator
class net.sf.hibernate.hql.
FilterTranslator
class net.sf.hibernate.loader.
SimpleEntityLoader
(implements net.sf.hibernate.loader.
UniqueEntityLoader
)
class net.sf.hibernate.
LockMode
(implements java.io.
Serializable
)
class net.sf.hibernate.jca.
ManagedConnectionFactoryImpl
(implements javax.resource.spi.ManagedConnectionFactory, java.io.
Serializable
)
class net.sf.hibernate.jca.
ManagedConnectionImpl
(implements javax.resource.spi.ManagedConnection, javax.transaction.xa.
XAResource
)
class net.sf.hibernate.cfg.
Mappings
class net.sf.hibernate.expression.
MatchMode
(implements java.io.
Serializable
)
class net.sf.hibernate.impl.
MessageHelper
class net.sf.hibernate.mapping.
MetaAttribute
class net.sf.hibernate.jca.
MetaDataImpl
(implements javax.resource.spi.ManagedConnectionMetaData)
class net.sf.hibernate.odmg.
Name
class net.sf.hibernate.mapping.
NamedSQLQuery
class net.sf.hibernate.util.
NamingHelper
class net.sf.hibernate.exception.
NestableDelegate
(implements java.io.
Serializable
)
class net.sf.hibernate.dialect.
NoArgSQLFunction
(implements net.sf.hibernate.dialect.
SQLFunction
)
class net.sf.hibernate.cache.
NonstrictReadWriteCache
(implements net.sf.hibernate.cache.
CacheConcurrencyStrategy
)
class net.sf.hibernate.type.
ObjectType.ObjectTypeCacheEntry
(implements java.io.
Serializable
)
class net.sf.hibernate.mapping.
OneToMany
(implements net.sf.hibernate.mapping.
Value
)
class net.sf.hibernate.odmg.
OQLQuery
(implements org.odmg.OQLQuery)
class net.sf.hibernate.expression.
Order
class net.sf.hibernate.hql.
OrderByParser
(implements net.sf.hibernate.hql.
Parser
)
class net.sf.hibernate.cache.
OSCache
(implements net.sf.hibernate.cache.
Cache
)
class net.sf.hibernate.cache.
OSCacheProvider
(implements net.sf.hibernate.cache.
CacheProvider
)
class net.sf.hibernate.loader.
OuterJoinLoader.OuterJoinableAssociation
class net.sf.hibernate.hql.
ParserHelper
class net.sf.hibernate.hql.
PathExpressionParser
(implements net.sf.hibernate.hql.
Parser
)
class net.sf.hibernate.hql.
FromPathExpressionParser
class net.sf.hibernate.hql.
SelectPathExpressionParser
class net.sf.hibernate.mapping.
PersistentClass
class net.sf.hibernate.mapping.
RootClass
class net.sf.hibernate.mapping.
Subclass
class net.sf.hibernate.collection.
PersistentCollection
(implements java.io.
Serializable
)
class net.sf.hibernate.collection.
ArrayHolder
class net.sf.hibernate.collection.
Map
(implements org.odmg.DMap, java.util.
Map
)
class net.sf.hibernate.collection.
SortedMap
(implements java.util.
SortedMap
)
class net.sf.hibernate.collection.
ODMGCollection
(implements org.odmg.DCollection)
class net.sf.hibernate.collection.
Bag
(implements org.odmg.DBag, java.util.
List
)
class net.sf.hibernate.collection.
IdentifierBag
(implements java.util.
List
)
class net.sf.hibernate.collection.
List
(implements org.odmg.DArray, org.odmg.DList, java.util.
List
)
class net.sf.hibernate.collection.
Set
(implements org.odmg.DSet, java.util.
Set
)
class net.sf.hibernate.collection.
SortedSet
(implements java.util.
SortedSet
)
class net.sf.hibernate.persister.
PersisterFactory
class net.sf.hibernate.hql.
PreprocessingParser
(implements net.sf.hibernate.hql.
Parser
)
class net.sf.hibernate.impl.
Printer
class org.apache.tools.ant.ProjectComponent
class org.apache.tools.ant.Task
class org.apache.tools.ant.taskdefs.MatchingTask (implements org.apache.tools.ant.types.selectors.SelectorContainer)
class net.sf.hibernate.tool.hbm2ddl.
SchemaExportTask
class net.sf.hibernate.tool.hbm2ddl.
SchemaUpdateTask
class net.sf.hibernate.util.
PropertiesHelper
class net.sf.hibernate.mapping.
Property
class net.sf.hibernate.property.
PropertyAccessorFactory
class net.sf.hibernate.connection.
ProxoolConnectionProvider
(implements net.sf.hibernate.connection.
ConnectionProvider
)
class net.sf.hibernate.cache.
QueryKey
(implements java.io.
Serializable
)
class net.sf.hibernate.engine.
QueryParameters
class net.sf.hibernate.sql.
QuerySelect
class net.sf.hibernate.util.
Range
class net.sf.hibernate.cache.
ReadOnlyCache
(implements net.sf.hibernate.cache.
CacheConcurrencyStrategy
)
class net.sf.hibernate.cache.
ReadWriteCache
(implements net.sf.hibernate.cache.
CacheConcurrencyStrategy
)
class net.sf.hibernate.cache.
ReadWriteCache.Item
(implements net.sf.hibernate.cache.
ReadWriteCache.Lockable
, java.io.
Serializable
)
class net.sf.hibernate.cache.
ReadWriteCache.Lock
(implements net.sf.hibernate.cache.
CacheConcurrencyStrategy.SoftLock
, net.sf.hibernate.cache.
ReadWriteCache.Lockable
, java.io.
Serializable
)
class net.sf.hibernate.util.
ReflectHelper
class net.sf.hibernate.
ReplicationMode
(implements java.io.
Serializable
)
class net.sf.hibernate.impl.
ResultSetWrapper
(implements java.sql.
ResultSet
)
class net.sf.hibernate.transform.
RootEntityResultTransformer
(implements net.sf.hibernate.transform.
ResultTransformer
)
class net.sf.hibernate.engine.
RowSelection
class net.sf.hibernate.tool.hbm2ddl.
SchemaExport
class net.sf.hibernate.tool.hbm2ddl.
SchemaUpdate
class net.sf.hibernate.impl.
ScrollableResultsImpl
(implements net.sf.hibernate.
ScrollableResults
)
class net.sf.hibernate.
ScrollMode
(implements java.io.
Serializable
)
class net.sf.hibernate.sql.
Select
class net.sf.hibernate.sql.
SelectFragment
class net.sf.hibernate.hql.
SelectParser
(implements net.sf.hibernate.hql.
Parser
)
class net.sf.hibernate.id.
SequenceGenerator
(implements net.sf.hibernate.id.
Configurable
, net.sf.hibernate.id.
PersistentIdentifierGenerator
)
class net.sf.hibernate.id.
SequenceHiLoGenerator
class net.sf.hibernate.proxy.
SerializableProxy
(implements java.io.
Serializable
)
class net.sf.hibernate.util.
SerializationHelper
class net.sf.hibernate.impl.
SessionFactoryImpl
(implements net.sf.hibernate.
SessionFactory
, net.sf.hibernate.engine.
SessionFactoryImplementor
)
class net.sf.hibernate.impl.
SessionFactoryObjectFactory
(implements javax.naming.spi.
ObjectFactory
)
class net.sf.hibernate.jmx.
SessionFactoryStub
(implements net.sf.hibernate.
SessionFactory
)
class net.sf.hibernate.impl.
SessionImpl
(implements net.sf.hibernate.engine.
SessionImplementor
)
class net.sf.hibernate.impl.
SessionImpl.CollectionEntry
(implements net.sf.hibernate.engine.
CollectionSnapshot
, java.io.
Serializable
)
class net.sf.hibernate.cfg.
Settings
class net.sf.hibernate.cfg.
SettingsFactory
class net.sf.hibernate.sql.
SimpleSelect
class net.sf.hibernate.mapping.
SimpleValue
(implements net.sf.hibernate.mapping.
Value
)
class net.sf.hibernate.mapping.
Any
class net.sf.hibernate.mapping.
Component
class net.sf.hibernate.mapping.
ToOne
(implements net.sf.hibernate.mapping.
Fetchable
)
class net.sf.hibernate.mapping.
ManyToOne
class net.sf.hibernate.mapping.
OneToOne
class net.sf.hibernate.exception.
SQLExceptionConverterFactory
class net.sf.hibernate.exception.
SQLStateConverter
(implements net.sf.hibernate.exception.
SQLExceptionConverter
)
class net.sf.hibernate.cache.
StandardQueryCache
(implements net.sf.hibernate.cache.
QueryCache
)
class net.sf.hibernate.cache.
StandardQueryCacheFactory
(implements net.sf.hibernate.cache.
QueryCacheFactory
)
class net.sf.hibernate.dialect.
StandardSQLFunction
(implements net.sf.hibernate.dialect.
SQLFunction
)
class net.sf.hibernate.util.
StringHelper
class net.sf.hibernate.cache.
SwarmCache
(implements net.sf.hibernate.cache.
Cache
)
class net.sf.hibernate.cache.
SwarmCacheProvider
(implements net.sf.hibernate.cache.
CacheProvider
)
class net.sf.hibernate.mapping.
Table
(implements net.sf.hibernate.mapping.
RelationalModel
)
class net.sf.hibernate.id.
TableGenerator
(implements net.sf.hibernate.id.
Configurable
, net.sf.hibernate.id.
PersistentIdentifierGenerator
)
class net.sf.hibernate.id.
TableHiLoGenerator
class net.sf.hibernate.tool.hbm2ddl.
TableMetadata
class net.sf.hibernate.sql.
Template
class net.sf.hibernate.exception.
TemplatedViolatedConstraintNameExtracter
(implements net.sf.hibernate.exception.
ViolatedConstraintNameExtracter
)
class java.lang.
Throwable
(implements java.io.
Serializable
)
class java.lang.
Exception
class net.sf.hibernate.exception.
NestableException
(implements net.sf.hibernate.exception.
Nestable
)
class net.sf.hibernate.
HibernateException
class net.sf.hibernate.cache.
CacheException
class net.sf.hibernate.
CallbackException
class net.sf.hibernate.id.
IdentifierGenerationException
class net.sf.hibernate.
InstantiationException
class net.sf.hibernate.
JDBCException
class net.sf.hibernate.exception.
ConstraintViolationException
class net.sf.hibernate.exception.
GenericJDBCException
class net.sf.hibernate.exception.
JDBCConnectionException
class net.sf.hibernate.exception.
LockAcquisitionException
class net.sf.hibernate.exception.
SQLGrammarException
class net.sf.hibernate.
MappingException
class net.sf.hibernate.
PropertyNotFoundException
class net.sf.hibernate.
NonUniqueObjectException
class net.sf.hibernate.
NonUniqueResultException
class net.sf.hibernate.
PersistentObjectException
class net.sf.hibernate.
PropertyAccessException
class net.sf.hibernate.
PropertyValueException
class net.sf.hibernate.
QueryException
class net.sf.hibernate.type.
SerializationException
class net.sf.hibernate.
StaleObjectStateException
class net.sf.hibernate.
TransactionException
class net.sf.hibernate.
TransientObjectException
class net.sf.hibernate.
UnresolvableObjectException
class net.sf.hibernate.
ObjectDeletedException
class net.sf.hibernate.
ObjectNotFoundException
class net.sf.hibernate.
ValidationFailure
class net.sf.hibernate.
WrongClassException
class java.lang.
RuntimeException
class net.sf.hibernate.exception.
NestableRuntimeException
(implements net.sf.hibernate.exception.
Nestable
)
class net.sf.hibernate.
AssertionFailure
class net.sf.hibernate.
LazyInitializationException
class net.sf.hibernate.cache.
Timestamper
class net.sf.hibernate.odmg.
Transaction
(implements org.odmg.Transaction)
class net.sf.hibernate.cache.
TransactionalCache
(implements net.sf.hibernate.cache.
CacheConcurrencyStrategy
)
class net.sf.hibernate.transaction.
TransactionFactoryFactory
class net.sf.hibernate.transaction.
TransactionManagerLookupFactory
class net.sf.hibernate.cache.
TreeCache
(implements net.sf.hibernate.cache.
Cache
)
class net.sf.hibernate.cache.
TreeCacheProvider
(implements net.sf.hibernate.cache.
CacheProvider
)
class net.sf.hibernate.engine.
TypedValue
(implements java.io.
Serializable
)
class net.sf.hibernate.type.
TypeFactory
class net.sf.hibernate.dialect.
TypeNames
class net.sf.hibernate.sql.
Update
class net.sf.hibernate.cache.
UpdateTimestampsCache
class net.sf.hibernate.connection.
UserSuppliedConnectionProvider
(implements net.sf.hibernate.connection.
ConnectionProvider
)
class net.sf.hibernate.id.
UUIDGenerator
(implements net.sf.hibernate.id.
IdentifierGenerator
)
class net.sf.hibernate.id.
UUIDHexGenerator
(implements net.sf.hibernate.id.
Configurable
)
class net.sf.hibernate.id.
UUIDStringGenerator
(implements net.sf.hibernate.id.
Configurable
)
class net.sf.hibernate.engine.
Versioning
class net.sf.hibernate.transaction.
WebSphereExtendedJTATransactionLookup
(implements net.sf.hibernate.transaction.
TransactionManagerLookup
)
class net.sf.hibernate.transaction.
WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
(implements javax.transaction.
TransactionManager
)
class net.sf.hibernate.transaction.
WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
(implements javax.transaction.
Transaction
)
class net.sf.hibernate.transaction.
WebSphereTransactionManagerLookup
(implements net.sf.hibernate.transaction.
TransactionManagerLookup
)
class net.sf.hibernate.hql.
WhereParser
(implements net.sf.hibernate.hql.
Parser
)
class net.sf.hibernate.hql.
HavingParser
class net.sf.hibernate.xml.
XMLDatabinder
(implements net.sf.hibernate.
Databinder
)
class net.sf.hibernate.util.
XMLHelper
class net.sf.hibernate.util.
XMLHelper.ErrorLogger
(implements org.xml.sax.ErrorHandler)
Interface Hierarchy
interface net.sf.hibernate.engine.
Batcher
interface net.sf.hibernate.cache.
Cache
interface net.sf.hibernate.cache.
CacheConcurrencyStrategy
interface net.sf.hibernate.cache.
CacheConcurrencyStrategy.SoftLock
interface net.sf.hibernate.cache.
CacheProvider
interface net.sf.hibernate.metadata.
ClassMetadata
interface net.sf.hibernate.persister.
ClassPersister
interface net.sf.hibernate.persister.
Loadable
interface net.sf.hibernate.persister.
OuterJoinLoadable
(also extends net.sf.hibernate.persister.
Joinable
)
interface net.sf.hibernate.persister.
Queryable
(also extends net.sf.hibernate.persister.
Joinable
, net.sf.hibernate.persister.
PropertyMapping
)
interface net.sf.hibernate.persister.
SQLLoadable
interface net.sf.hibernate.persister.
UniqueKeyLoadable
interface net.sf.hibernate.persister.
OuterJoinLoadable
(also extends net.sf.hibernate.persister.
Joinable
, net.sf.hibernate.persister.
Loadable
)
interface net.sf.hibernate.persister.
Queryable
(also extends net.sf.hibernate.persister.
Joinable
, net.sf.hibernate.persister.
Loadable
, net.sf.hibernate.persister.
PropertyMapping
)
interface net.sf.hibernate.persister.
SQLLoadable
interface net.sf.hibernate.persister.
UniqueKeyLoadable
interface net.sf.hibernate.loader.
CollectionInitializer
interface net.sf.hibernate.metadata.
CollectionMetadata
interface net.sf.hibernate.collection.
CollectionPersister
interface net.sf.hibernate.collection.
QueryableCollection
(also extends net.sf.hibernate.persister.
Joinable
, net.sf.hibernate.persister.
PropertyMapping
)
interface net.sf.hibernate.
CompositeUserType
interface net.sf.hibernate.exception.
Configurable
interface net.sf.hibernate.id.
Configurable
interface net.sf.hibernate.connection.
ConnectionProvider
interface net.sf.hibernate.
Criteria
interface net.sf.hibernate.expression.
Criterion
interface net.sf.hibernate.
Databinder
interface net.sf.hibernate.expression.
Example.PropertySelector
interface net.sf.hibernate.mapping.
Fetchable
interface net.sf.hibernate.property.
Getter
interface net.sf.hibernate.jmx.
HibernateServiceMBean
interface net.sf.hibernate.id.
IdentifierGenerator
interface net.sf.hibernate.id.
PersistentIdentifierGenerator
interface net.sf.hibernate.
Interceptor
interface java.util.
Iterator
interface net.sf.hibernate.engine.
HibernateIterator
interface net.sf.hibernate.persister.
Joinable
interface net.sf.hibernate.persister.
OuterJoinLoadable
(also extends net.sf.hibernate.persister.
Loadable
)
interface net.sf.hibernate.persister.
Queryable
(also extends net.sf.hibernate.persister.
Loadable
, net.sf.hibernate.persister.
PropertyMapping
)
interface net.sf.hibernate.collection.
QueryableCollection
(also extends net.sf.hibernate.collection.
CollectionPersister
, net.sf.hibernate.persister.
PropertyMapping
)
interface net.sf.hibernate.
Lifecycle
interface net.sf.hibernate.type.
LiteralType
interface net.sf.hibernate.type.
DiscriminatorType
(also extends net.sf.hibernate.type.
IdentifierType
)
interface net.sf.hibernate.engine.
Mapping
interface net.sf.hibernate.engine.
SessionFactoryImplementor
(also extends net.sf.hibernate.
SessionFactory
)
interface net.sf.hibernate.cfg.
NamingStrategy
interface net.sf.hibernate.exception.
Nestable
interface net.sf.hibernate.hql.
Parser
interface net.sf.hibernate.
PersistentEnum
interface net.sf.hibernate.property.
PropertyAccessor
interface net.sf.hibernate.persister.
PropertyMapping
interface net.sf.hibernate.persister.
Queryable
(also extends net.sf.hibernate.persister.
Joinable
, net.sf.hibernate.persister.
Loadable
)
interface net.sf.hibernate.collection.
QueryableCollection
(also extends net.sf.hibernate.collection.
CollectionPersister
, net.sf.hibernate.persister.
Joinable
)
interface net.sf.hibernate.proxy.
ProxyFactory
interface net.sf.hibernate.
Query
interface net.sf.hibernate.cache.
QueryCache
interface net.sf.hibernate.cache.
QueryCacheFactory
interface net.sf.hibernate.cache.
ReadWriteCache.Lockable
interface javax.naming.
Referenceable
interface net.sf.hibernate.
SessionFactory
(also extends java.io.
Serializable
)
interface net.sf.hibernate.engine.
SessionFactoryImplementor
(also extends net.sf.hibernate.engine.
Mapping
)
interface net.sf.hibernate.engine.
SessionFactoryImplementor
(also extends net.sf.hibernate.engine.
Mapping
, net.sf.hibernate.
SessionFactory
)
interface net.sf.hibernate.mapping.
RelationalModel
interface net.sf.hibernate.transform.
ResultTransformer
interface net.sf.hibernate.
ScrollableResults
interface java.io.
Serializable
interface net.sf.hibernate.type.
AbstractComponentType
interface net.sf.hibernate.type.
AssociationType
interface net.sf.hibernate.engine.
CollectionSnapshot
interface net.sf.hibernate.type.
DiscriminatorType
(also extends net.sf.hibernate.type.
IdentifierType
, net.sf.hibernate.type.
LiteralType
)
interface net.sf.hibernate.proxy.
HibernateProxy
interface net.sf.hibernate.type.
IdentifierType
interface net.sf.hibernate.type.
DiscriminatorType
(also extends net.sf.hibernate.type.
LiteralType
)
interface net.sf.hibernate.
Session
interface net.sf.hibernate.engine.
SessionImplementor
interface net.sf.hibernate.
SessionFactory
(also extends javax.naming.
Referenceable
)
interface net.sf.hibernate.engine.
SessionFactoryImplementor
(also extends net.sf.hibernate.engine.
Mapping
)
interface net.sf.hibernate.engine.
SessionFactoryImplementor
(also extends net.sf.hibernate.engine.
Mapping
, net.sf.hibernate.
SessionFactory
)
interface net.sf.hibernate.engine.
SessionImplementor
interface net.sf.hibernate.type.
Type
interface net.sf.hibernate.type.
AbstractComponentType
interface net.sf.hibernate.type.
AssociationType
interface net.sf.hibernate.type.
DiscriminatorType
(also extends net.sf.hibernate.type.
IdentifierType
, net.sf.hibernate.type.
LiteralType
)
interface net.sf.hibernate.type.
IdentifierType
interface net.sf.hibernate.type.
DiscriminatorType
(also extends net.sf.hibernate.type.
LiteralType
)
interface net.sf.hibernate.type.
VersionType
interface net.sf.hibernate.type.
VersionType
interface net.sf.hibernate.property.
Setter
interface net.sf.hibernate.exception.
SQLExceptionConverter
interface net.sf.hibernate.dialect.
SQLFunction
interface net.sf.hibernate.
Transaction
interface net.sf.hibernate.transaction.
TransactionFactory
interface net.sf.hibernate.transaction.
TransactionManagerLookup
interface net.sf.hibernate.loader.
UniqueEntityLoader
interface net.sf.hibernate.
UserType
interface net.sf.hibernate.
Validatable
interface net.sf.hibernate.mapping.
Value
interface net.sf.hibernate.exception.
ViolatedConstraintNameExtracter
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes