Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.hibernate
,
org.hibernate.action
,
org.hibernate.bytecode
,
org.hibernate.bytecode.cglib
,
org.hibernate.bytecode.javassist
,
org.hibernate.bytecode.util
,
org.hibernate.cache
,
org.hibernate.cache.entry
,
org.hibernate.cfg
,
org.hibernate.classic
,
org.hibernate.collection
,
org.hibernate.connection
,
org.hibernate.context
,
org.hibernate.criterion
,
org.hibernate.dialect
,
org.hibernate.dialect.function
,
org.hibernate.dialect.lock
,
org.hibernate.engine
,
org.hibernate.engine.query
,
org.hibernate.engine.query.sql
,
org.hibernate.engine.transaction
,
org.hibernate.event
,
org.hibernate.event.def
,
org.hibernate.exception
,
org.hibernate.hql
,
org.hibernate.hql.antlr
,
org.hibernate.hql.ast
,
org.hibernate.hql.ast.exec
,
org.hibernate.hql.ast.tree
,
org.hibernate.hql.ast.util
,
org.hibernate.hql.classic
,
org.hibernate.id
,
org.hibernate.id.insert
,
org.hibernate.impl
,
org.hibernate.intercept
,
org.hibernate.intercept.cglib
,
org.hibernate.intercept.javassist
,
org.hibernate.jdbc
,
org.hibernate.jmx
,
org.hibernate.loader
,
org.hibernate.loader.collection
,
org.hibernate.loader.criteria
,
org.hibernate.loader.custom
,
org.hibernate.loader.custom.sql
,
org.hibernate.loader.entity
,
org.hibernate.loader.hql
,
org.hibernate.lob
,
org.hibernate.mapping
,
org.hibernate.metadata
,
org.hibernate.param
,
org.hibernate.persister
,
org.hibernate.persister.collection
,
org.hibernate.persister.entity
,
org.hibernate.pretty
,
org.hibernate.property
,
org.hibernate.proxy
,
org.hibernate.proxy.dom4j
,
org.hibernate.proxy.map
,
org.hibernate.proxy.pojo
,
org.hibernate.proxy.pojo.cglib
,
org.hibernate.proxy.pojo.javassist
,
org.hibernate.secure
,
org.hibernate.sql
,
org.hibernate.stat
,
org.hibernate.tool.hbm2ddl
,
org.hibernate.tool.instrument
,
org.hibernate.tool.instrument.cglib
,
org.hibernate.tool.instrument.javassist
,
org.hibernate.transaction
,
org.hibernate.transform
,
org.hibernate.tuple
,
org.hibernate.tuple.component
,
org.hibernate.tuple.entity
,
org.hibernate.type
,
org.hibernate.usertype
,
org.hibernate.util
Class Hierarchy
class java.lang.
Object
class org.hibernate.mapping.
AbstractAuxiliaryDatabaseObject
(implements org.hibernate.mapping.
AuxiliaryDatabaseObject
)
class org.hibernate.mapping.
SimpleAuxiliaryDatabaseObject
class org.hibernate.jdbc.
AbstractBatcher
(implements org.hibernate.jdbc.
Batcher
)
class org.hibernate.jdbc.
BatchingBatcher
class org.hibernate.jdbc.
NonBatchingBatcher
class org.hibernate.bytecode.
AbstractClassTransformerImpl
(implements org.hibernate.bytecode.
ClassTransformer
)
class org.hibernate.bytecode.cglib.
CglibClassTransformer
class org.hibernate.bytecode.javassist.
JavassistClassTransformer
class org.hibernate.persister.collection.
AbstractCollectionPersister
(implements org.hibernate.metadata.
CollectionMetadata
, org.hibernate.persister.collection.
SQLLoadableCollection
)
class org.hibernate.persister.collection.
BasicCollectionPersister
class org.hibernate.persister.collection.
OneToManyPersister
class org.hibernate.tuple.component.
AbstractComponentTuplizer
(implements org.hibernate.tuple.component.
ComponentTuplizer
)
class org.hibernate.tuple.component.
Dom4jComponentTuplizer
class org.hibernate.tuple.component.
DynamicMapComponentTuplizer
class org.hibernate.tuple.component.
PojoComponentTuplizer
class org.hibernate.criterion.
AbstractEmptinessExpression
(implements org.hibernate.criterion.
Criterion
)
class org.hibernate.criterion.
EmptyExpression
(implements org.hibernate.criterion.
Criterion
)
class org.hibernate.criterion.
NotEmptyExpression
(implements org.hibernate.criterion.
Criterion
)
class org.hibernate.persister.entity.
AbstractEntityPersister
(implements org.hibernate.metadata.
ClassMetadata
, org.hibernate.intercept.
LazyPropertyInitializer
, org.hibernate.persister.entity.
Lockable
, org.hibernate.persister.entity.
OuterJoinLoadable
, org.hibernate.id.
PostInsertIdentityPersister
, org.hibernate.persister.entity.
Queryable
, org.hibernate.persister.entity.
SQLLoadable
, org.hibernate.persister.entity.
UniqueKeyLoadable
)
class org.hibernate.persister.entity.
JoinedSubclassEntityPersister
class org.hibernate.persister.entity.
SingleTableEntityPersister
class org.hibernate.persister.entity.
UnionSubclassEntityPersister
class org.hibernate.tuple.entity.
AbstractEntityTuplizer
(implements org.hibernate.tuple.entity.
EntityTuplizer
)
class org.hibernate.tuple.entity.
Dom4jEntityTuplizer
class org.hibernate.tuple.entity.
DynamicMapEntityTuplizer
class org.hibernate.tuple.entity.
PojoEntityTuplizer
class org.hibernate.event.
AbstractEvent
(implements java.io.
Serializable
)
class org.hibernate.event.
DeleteEvent
class org.hibernate.event.
EvictEvent
class org.hibernate.event.
FlushEntityEvent
class org.hibernate.event.
FlushEvent
class org.hibernate.event.
AutoFlushEvent
class org.hibernate.event.
DirtyCheckEvent
class org.hibernate.event.
InitializeCollectionEvent
class org.hibernate.event.
LoadEvent
class org.hibernate.event.
LockEvent
class org.hibernate.event.
MergeEvent
class org.hibernate.event.
PersistEvent
class org.hibernate.event.
PostDeleteEvent
class org.hibernate.event.
PostInsertEvent
class org.hibernate.event.
PostLoadEvent
class org.hibernate.event.
PostUpdateEvent
class org.hibernate.event.
PreLoadEvent
class org.hibernate.event.
RefreshEvent
class org.hibernate.event.
ReplicateEvent
class org.hibernate.event.
SaveOrUpdateEvent
class org.hibernate.param.
AbstractExplicitParameterSpecification
(implements org.hibernate.param.
ExplicitParameterSpecification
)
class org.hibernate.param.
NamedParameterSpecification
(implements org.hibernate.param.
ParameterSpecification
)
class org.hibernate.param.
PositionalParameterSpecification
(implements org.hibernate.param.
ParameterSpecification
)
class org.hibernate.intercept.
AbstractFieldInterceptor
(implements org.hibernate.intercept.
FieldInterceptor
, java.io.
Serializable
)
class org.hibernate.intercept.cglib.
FieldInterceptorImpl
(implements net.sf.cglib.transform.impl.InterceptFieldCallback, java.io.
Serializable
)
class org.hibernate.intercept.javassist.
FieldInterceptorImpl
(implements org.hibernate.bytecode.javassist.
FieldHandler
, java.io.
Serializable
)
class org.hibernate.event.def.
AbstractFlushingEventListener
(implements java.io.
Serializable
)
class org.hibernate.event.def.
DefaultAutoFlushEventListener
(implements org.hibernate.event.
AutoFlushEventListener
)
class org.hibernate.event.def.
DefaultDirtyCheckEventListener
(implements org.hibernate.event.
DirtyCheckEventListener
)
class org.hibernate.event.def.
DefaultFlushEventListener
(implements org.hibernate.event.
FlushEventListener
)
class org.hibernate.cache.
AbstractJndiBoundCacheProvider
(implements org.hibernate.cache.
CacheProvider
)
class org.hibernate.cache.
JndiBoundTreeCacheProvider
class org.hibernate.proxy.
AbstractLazyInitializer
(implements org.hibernate.proxy.
LazyInitializer
)
class org.hibernate.proxy.pojo.
BasicLazyInitializer
class org.hibernate.proxy.pojo.cglib.
CGLIBLazyInitializer
(implements net.sf.cglib.proxy.InvocationHandler)
class org.hibernate.proxy.pojo.javassist.
JavassistLazyInitializer
(implements javassist.util.proxy.MethodHandler)
class org.hibernate.proxy.dom4j.
Dom4jLazyInitializer
(implements java.io.
Serializable
)
class org.hibernate.proxy.map.
MapLazyInitializer
(implements java.io.
Serializable
)
class org.hibernate.collection.
AbstractPersistentCollection
(implements org.hibernate.collection.
PersistentCollection
, java.io.
Serializable
)
class org.hibernate.collection.
PersistentArrayHolder
class org.hibernate.collection.
PersistentBag
(implements java.util.
List
)
class org.hibernate.collection.
PersistentElementHolder
class org.hibernate.collection.
PersistentIdentifierBag
(implements java.util.
List
)
class org.hibernate.collection.
PersistentIndexedElementHolder
class org.hibernate.collection.
PersistentListElementHolder
class org.hibernate.collection.
PersistentMapElementHolder
class org.hibernate.collection.
PersistentList
(implements java.util.
List
)
class org.hibernate.collection.
PersistentMap
(implements java.util.
Map
)
class org.hibernate.collection.
PersistentSortedMap
(implements java.util.
SortedMap
)
class org.hibernate.collection.
PersistentSet
(implements java.util.
Set
)
class org.hibernate.collection.
PersistentSortedSet
(implements java.util.
SortedSet
)
class org.hibernate.id.
AbstractPostInsertGenerator
(implements org.hibernate.id.
PostInsertIdentifierGenerator
)
class org.hibernate.id.
IdentityGenerator
class org.hibernate.id.
SelectGenerator
(implements org.hibernate.id.
Configurable
)
class org.hibernate.persister.entity.
AbstractPropertyMapping
(implements org.hibernate.persister.entity.
PropertyMapping
)
class org.hibernate.persister.entity.
BasicEntityPropertyMapping
class org.hibernate.persister.collection.
CompositeElementPropertyMapping
class org.hibernate.impl.
AbstractQueryImpl
(implements org.hibernate.
Query
)
class org.hibernate.impl.
QueryImpl
class org.hibernate.impl.
CollectionFilterImpl
class org.hibernate.impl.
SQLQueryImpl
(implements org.hibernate.
SQLQuery
)
class org.hibernate.event.def.
AbstractReassociateEventListener
(implements java.io.
Serializable
)
class org.hibernate.event.def.
AbstractLockUpgradeEventListener
class org.hibernate.event.def.
DefaultLoadEventListener
(implements org.hibernate.event.
LoadEventListener
)
class org.hibernate.event.def.
DefaultLockEventListener
(implements org.hibernate.event.
LockEventListener
)
class org.hibernate.event.def.
AbstractSaveEventListener
class org.hibernate.event.def.
DefaultMergeEventListener
(implements org.hibernate.event.
MergeEventListener
)
class org.hibernate.event.def.
DefaultSaveOrUpdateCopyEventListener
class org.hibernate.event.def.
DefaultPersistEventListener
(implements org.hibernate.event.
PersistEventListener
)
class org.hibernate.event.def.
DefaultPersistOnFlushEventListener
class org.hibernate.event.def.
DefaultReplicateEventListener
(implements org.hibernate.event.
ReplicateEventListener
)
class org.hibernate.event.def.
DefaultSaveOrUpdateEventListener
(implements org.hibernate.event.
SaveOrUpdateEventListener
)
class org.hibernate.event.def.
DefaultSaveEventListener
class org.hibernate.event.def.
DefaultUpdateEventListener
class org.hibernate.id.insert.
AbstractReturningDelegate
(implements org.hibernate.id.insert.
InsertGeneratedIdentifierDelegate
)
class org.hibernate.id.
IdentityGenerator.GetGeneratedKeysDelegate
(implements org.hibernate.id.insert.
InsertGeneratedIdentifierDelegate
)
class org.hibernate.id.
IdentityGenerator.InsertSelectDelegate
(implements org.hibernate.id.insert.
InsertGeneratedIdentifierDelegate
)
class org.hibernate.id.
SequenceIdentityGenerator.Delegate
class org.hibernate.impl.
AbstractScrollableResults
(implements org.hibernate.
ScrollableResults
)
class org.hibernate.impl.
FetchingScrollableResultsImpl
class org.hibernate.impl.
ScrollableResultsImpl
(implements org.hibernate.
ScrollableResults
)
class org.hibernate.id.insert.
AbstractSelectingDelegate
(implements org.hibernate.id.insert.
InsertGeneratedIdentifierDelegate
)
class org.hibernate.id.
IdentityGenerator.BasicDelegate
(implements org.hibernate.id.insert.
InsertGeneratedIdentifierDelegate
)
class org.hibernate.id.
SelectGenerator.SelectGeneratorDelegate
(implements org.hibernate.id.insert.
InsertGeneratedIdentifierDelegate
)
class org.hibernate.impl.
AbstractSessionImpl
(implements org.hibernate.engine.
SessionImplementor
)
class org.hibernate.impl.
SessionImpl
(implements org.hibernate.event.
EventSource
, org.hibernate.jdbc.
JDBCContext.Context
, org.hibernate.classic.
Session
)
class org.hibernate.impl.
StatelessSessionImpl
(implements org.hibernate.jdbc.
JDBCContext.Context
, org.hibernate.
StatelessSession
)
class org.hibernate.hql.ast.exec.
AbstractStatementExecutor
(implements org.hibernate.hql.ast.exec.
StatementExecutor
)
class org.hibernate.hql.ast.exec.
BasicExecutor
class org.hibernate.hql.ast.exec.
MultiTableDeleteExecutor
class org.hibernate.hql.ast.exec.
MultiTableUpdateExecutor
class org.hibernate.type.
AbstractType
(implements org.hibernate.type.
Type
)
class org.hibernate.type.
AnyType
(implements org.hibernate.type.
AbstractComponentType
, org.hibernate.type.
AssociationType
)
class org.hibernate.type.
BlobType
class org.hibernate.type.
ClobType
class org.hibernate.type.
CollectionType
(implements org.hibernate.type.
AssociationType
)
class org.hibernate.type.
ArrayType
class org.hibernate.type.
BagType
class org.hibernate.type.
CustomCollectionType
class org.hibernate.type.
IdentifierBagType
class org.hibernate.type.
ListType
class org.hibernate.type.
MapType
class org.hibernate.type.
OrderedMapType
class org.hibernate.type.
SortedMapType
class org.hibernate.type.
SetType
class org.hibernate.type.
OrderedSetType
class org.hibernate.type.
SortedSetType
class org.hibernate.type.
ComponentType
(implements org.hibernate.type.
AbstractComponentType
)
class org.hibernate.type.
EmbeddedComponentType
class org.hibernate.type.
CompositeCustomType
(implements org.hibernate.type.
AbstractComponentType
)
class org.hibernate.type.
CustomType
(implements org.hibernate.type.
DiscriminatorType
, org.hibernate.type.
IdentifierType
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
EntityType
(implements org.hibernate.type.
AssociationType
)
class org.hibernate.type.
ManyToOneType
class org.hibernate.type.
OneToOneType
class org.hibernate.type.
SpecialOneToOneType
class org.hibernate.type.
MetaType
class org.hibernate.type.
NullableType
class org.hibernate.type.
ImmutableType
class org.hibernate.type.
AdaptedImmutableType
class org.hibernate.type.
BigDecimalType
class org.hibernate.type.
BigIntegerType
(implements org.hibernate.type.
DiscriminatorType
)
class org.hibernate.type.
ClassType
class org.hibernate.type.
CurrencyType
(implements org.hibernate.type.
LiteralType
)
class org.hibernate.type.
LocaleType
(implements org.hibernate.type.
LiteralType
)
class org.hibernate.type.
PrimitiveType
(implements org.hibernate.type.
LiteralType
)
class org.hibernate.type.
BooleanType
(implements org.hibernate.type.
DiscriminatorType
)
class org.hibernate.type.
CharBooleanType
class org.hibernate.type.
TrueFalseType
class org.hibernate.type.
YesNoType
class org.hibernate.type.
ByteType
(implements org.hibernate.type.
DiscriminatorType
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
CharacterType
(implements org.hibernate.type.
DiscriminatorType
)
class org.hibernate.type.
DoubleType
class org.hibernate.type.
FloatType
class org.hibernate.type.
IntegerType
(implements org.hibernate.type.
DiscriminatorType
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
LongType
(implements org.hibernate.type.
DiscriminatorType
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
ShortType
(implements org.hibernate.type.
DiscriminatorType
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
StringType
(implements org.hibernate.type.
DiscriminatorType
)
class org.hibernate.type.
TextType
class org.hibernate.type.
TimeZoneType
(implements org.hibernate.type.
LiteralType
)
class org.hibernate.type.
MutableType
class org.hibernate.type.
AbstractBynaryType
(implements java.util.
Comparator
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
BinaryType
class org.hibernate.type.
WrapperBinaryType
class org.hibernate.type.
AbstractCharArrayType
class org.hibernate.type.
CharacterArrayType
class org.hibernate.type.
CharArrayType
class org.hibernate.type.
CalendarDateType
class org.hibernate.type.
CalendarType
(implements org.hibernate.type.
VersionType
)
class org.hibernate.type.
DateType
(implements org.hibernate.type.
IdentifierType
, org.hibernate.type.
LiteralType
)
class org.hibernate.type.
SerializableType
class org.hibernate.type.
TimestampType
(implements org.hibernate.type.
LiteralType
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
DbTimestampType
(implements org.hibernate.type.
VersionType
)
class org.hibernate.type.
TimeType
(implements org.hibernate.type.
LiteralType
)
class org.hibernate.id.
AbstractUUIDGenerator
(implements org.hibernate.id.
IdentifierGenerator
)
class org.hibernate.id.
UUIDHexGenerator
(implements org.hibernate.id.
Configurable
)
class org.hibernate.event.def.
AbstractVisitor
class org.hibernate.event.def.
DirtyCollectionSearchVisitor
class org.hibernate.event.def.
EvictVisitor
class org.hibernate.event.def.
FlushVisitor
class org.hibernate.event.def.
ProxyVisitor
class org.hibernate.event.def.
ReattachVisitor
class org.hibernate.event.def.
OnLockVisitor
class org.hibernate.event.def.
OnReplicateVisitor
class org.hibernate.event.def.
OnUpdateVisitor
class org.hibernate.event.def.
WrapVisitor
class org.hibernate.bytecode.cglib.
AccessOptimizerAdapter
(implements org.hibernate.bytecode.
ReflectionOptimizer.AccessOptimizer
, java.io.
Serializable
)
class org.hibernate.bytecode.javassist.
AccessOptimizerAdapter
(implements org.hibernate.bytecode.
ReflectionOptimizer.AccessOptimizer
, java.io.
Serializable
)
class org.hibernate.engine.
ActionQueue
class org.hibernate.sql.
Alias
class org.hibernate.criterion.
AliasedProjection
(implements org.hibernate.criterion.
Projection
)
class org.hibernate.hql.ast.util.
AliasGenerator
class org.hibernate.transform.
AliasToBeanConstructorResultTransformer
(implements org.hibernate.transform.
ResultTransformer
)
class org.hibernate.transform.
AliasToBeanResultTransformer
(implements org.hibernate.transform.
ResultTransformer
)
class org.hibernate.transform.
AliasToEntityMapResultTransformer
(implements org.hibernate.transform.
ResultTransformer
)
class org.hibernate.dialect.function.
AnsiTrimEmulationFunction
(implements org.hibernate.dialect.function.
SQLFunction
)
class org.hibernate.type.
AnyType.ObjectTypeCacheEntry
(implements java.io.
Serializable
)
class org.hibernate.util.
ArrayHelper
class org.hibernate.id.
Assigned
(implements org.hibernate.id.
Configurable
, org.hibernate.id.
IdentifierGenerator
)
class org.hibernate.hql.ast.tree.
AssignmentSpecification
class org.hibernate.hql.ast.util.
ASTAppender
class antlr.ASTFactory
class org.hibernate.hql.ast.
HqlASTFactory
class org.hibernate.hql.ast.
SqlASTFactory
(implements org.hibernate.hql.antlr.
HqlSqlTokenTypes
)
class org.hibernate.hql.ast.util.
ASTIterator
(implements java.util.
Iterator
)
class org.hibernate.hql.ast.util.
ASTParentsFirstIterator
(implements java.util.
Iterator
)
class org.hibernate.hql.ast.util.
ASTPrinter
class org.hibernate.hql.ast.
ASTQueryTranslatorFactory
(implements org.hibernate.hql.
QueryTranslatorFactory
)
class org.hibernate.hql.ast.util.
ASTUtil
class org.hibernate.hql.ast.util.
ASTUtil.IncludePredicate
(implements org.hibernate.hql.ast.util.
ASTUtil.FilterPredicate
)
class org.hibernate.property.
BackrefPropertyAccessor
(implements org.hibernate.property.
PropertyAccessor
)
class org.hibernate.property.
BackrefPropertyAccessor.BackrefGetter
(implements org.hibernate.property.
Getter
)
class org.hibernate.property.
BackrefPropertyAccessor.BackrefSetter
(implements org.hibernate.property.
Setter
)
class antlr.BaseAST (implements antlr.collections.AST, java.io.
Serializable
)
class antlr.CommonAST
class org.hibernate.hql.ast.tree.
Node
class org.hibernate.hql.ast.tree.
JavaConstantNode
(implements org.hibernate.hql.ast.tree.
ExpectedTypeAwareNode
, org.hibernate.hql.ast.tree.
SessionFactoryAwareNode
)
class org.hibernate.hql.ast.tree.
SqlFragment
class org.hibernate.hql.ast.tree.
SqlNode
class org.hibernate.hql.ast.tree.
BetweenOperatorNode
(implements org.hibernate.hql.ast.tree.
OperatorNode
)
class org.hibernate.hql.ast.tree.
HqlSqlWalkerNode
(implements org.hibernate.hql.ast.tree.
InitializeableNode
)
class org.hibernate.hql.ast.tree.
AbstractSelectExpression
(implements org.hibernate.hql.ast.tree.
SelectExpression
)
class org.hibernate.hql.ast.tree.
AggregateNode
(implements org.hibernate.hql.ast.tree.
SelectExpression
)
class org.hibernate.hql.ast.tree.
BinaryArithmeticOperatorNode
(implements org.hibernate.hql.ast.tree.
BinaryOperatorNode
, org.hibernate.hql.ast.tree.
DisplayableNode
)
class org.hibernate.hql.ast.tree.
Case2Node
(implements org.hibernate.hql.ast.tree.
SelectExpression
)
class org.hibernate.hql.ast.tree.
CaseNode
(implements org.hibernate.hql.ast.tree.
SelectExpression
)
class org.hibernate.hql.ast.tree.
CountNode
(implements org.hibernate.hql.ast.tree.
SelectExpression
)
class org.hibernate.hql.ast.tree.
FromReferenceNode
(implements org.hibernate.hql.ast.tree.
DisplayableNode
, org.hibernate.hql.ast.tree.
InitializeableNode
, org.hibernate.hql.ast.tree.
PathNode
, org.hibernate.hql.ast.tree.
ResolvableNode
)
class org.hibernate.hql.ast.tree.
DotNode
(implements org.hibernate.hql.ast.tree.
DisplayableNode
, org.hibernate.hql.ast.tree.
SelectExpression
)
class org.hibernate.hql.ast.tree.
IdentNode
(implements org.hibernate.hql.ast.tree.
SelectExpression
)
class org.hibernate.hql.ast.tree.
IndexNode
class org.hibernate.hql.ast.tree.
SelectExpressionImpl
(implements org.hibernate.hql.ast.tree.
SelectExpression
)
class org.hibernate.hql.ast.tree.
LiteralNode
(implements org.hibernate.hql.antlr.
HqlSqlTokenTypes
)
class org.hibernate.hql.ast.tree.
BooleanLiteralNode
(implements org.hibernate.hql.ast.tree.
ExpectedTypeAwareNode
)
class org.hibernate.hql.ast.tree.
MethodNode
(implements org.hibernate.hql.ast.tree.
SelectExpression
)
class org.hibernate.hql.ast.tree.
CollectionFunction
(implements org.hibernate.hql.ast.tree.
DisplayableNode
)
class org.hibernate.hql.ast.tree.
UnaryArithmeticNode
(implements org.hibernate.hql.ast.tree.
UnaryOperatorNode
)
class org.hibernate.hql.ast.tree.
AbstractStatement
(implements org.hibernate.hql.ast.tree.
DisplayableNode
, org.hibernate.hql.ast.tree.
Statement
)
class org.hibernate.hql.ast.tree.
AbstractRestrictableStatement
(implements org.hibernate.hql.ast.tree.
RestrictableStatement
)
class org.hibernate.hql.ast.tree.
DeleteStatement
class org.hibernate.hql.ast.tree.
QueryNode
(implements org.hibernate.hql.ast.tree.
SelectExpression
)
class org.hibernate.hql.ast.tree.
UpdateStatement
class org.hibernate.hql.ast.tree.
InsertStatement
class org.hibernate.hql.ast.tree.
BinaryLogicOperatorNode
(implements org.hibernate.hql.ast.tree.
BinaryOperatorNode
)
class org.hibernate.hql.ast.tree.
InLogicOperatorNode
(implements org.hibernate.hql.ast.tree.
BinaryOperatorNode
)
class org.hibernate.hql.ast.tree.
FromClause
(implements org.hibernate.hql.ast.tree.
DisplayableNode
, org.hibernate.hql.antlr.
HqlSqlTokenTypes
)
class org.hibernate.hql.ast.tree.
FromElement
(implements org.hibernate.hql.ast.tree.
DisplayableNode
)
class org.hibernate.hql.ast.tree.
ImpliedFromElement
class org.hibernate.hql.ast.tree.
IntoClause
(implements org.hibernate.hql.ast.tree.
DisplayableNode
)
class org.hibernate.hql.ast.tree.
OrderByClause
(implements org.hibernate.hql.antlr.
HqlSqlTokenTypes
)
class org.hibernate.hql.ast.tree.
ParameterNode
(implements org.hibernate.hql.ast.tree.
DisplayableNode
, org.hibernate.hql.ast.tree.
ExpectedTypeAwareNode
)
class org.hibernate.hql.ast.tree.
SelectExpressionList
class org.hibernate.hql.ast.tree.
ConstructorNode
(implements org.hibernate.hql.ast.tree.
SelectExpression
)
class org.hibernate.hql.ast.tree.
SelectClause
class org.hibernate.hql.ast.tree.
UnaryLogicOperatorNode
(implements org.hibernate.hql.ast.tree.
UnaryOperatorNode
)
class org.hibernate.bytecode.util.
BasicClassFilter
(implements org.hibernate.bytecode.util.
ClassFilter
)
class org.hibernate.tool.instrument.
BasicInstrumentationTask.CustomFieldFilter
(implements org.hibernate.bytecode.util.
FieldFilter
)
class org.hibernate.tool.instrument.
BasicInstrumentationTask.Logger
class org.hibernate.property.
BasicPropertyAccessor
(implements org.hibernate.property.
PropertyAccessor
)
class org.hibernate.property.
BasicPropertyAccessor.BasicGetter
(implements org.hibernate.property.
Getter
)
class org.hibernate.property.
BasicPropertyAccessor.BasicSetter
(implements org.hibernate.property.
Setter
)
class org.hibernate.engine.
BatchFetchQueue
class org.hibernate.jdbc.
BatchingBatcherFactory
(implements org.hibernate.jdbc.
BatcherFactory
)
class org.hibernate.loader.collection.
BatchingCollectionInitializer
(implements org.hibernate.loader.collection.
CollectionInitializer
)
class org.hibernate.loader.entity.
BatchingEntityLoader
(implements org.hibernate.loader.entity.
UniqueEntityLoader
)
class org.hibernate.criterion.
BetweenExpression
(implements org.hibernate.criterion.
Criterion
)
class org.hibernate.lob.
BlobImpl
(implements java.sql.
Blob
)
class org.hibernate.jdbc.
BorrowedConnectionProxy
(implements java.lang.reflect.
InvocationHandler
)
class org.hibernate.bytecode.javassist.
BulkAccessor
(implements java.io.
Serializable
)
class org.hibernate.action.
BulkOperationCleanupAction
(implements org.hibernate.action.
Executable
, java.io.
Serializable
)
class org.hibernate.bytecode.util.
ByteCodeHelper
class org.hibernate.bytecode.cglib.
BytecodeProviderImpl
(implements org.hibernate.bytecode.
BytecodeProvider
)
class org.hibernate.bytecode.javassist.
BytecodeProviderImpl
(implements org.hibernate.bytecode.
BytecodeProvider
)
class org.hibernate.util.
BytesHelper
class org.hibernate.connection.
C3P0ConnectionProvider
(implements org.hibernate.connection.
ConnectionProvider
)
class org.hibernate.cache.entry.
CacheEntry
(implements java.io.
Serializable
)
class org.hibernate.cache.
CacheFactory
class org.hibernate.cache.
CacheKey
(implements java.io.
Serializable
)
class org.hibernate.
CacheMode
(implements java.io.
Serializable
)
class org.hibernate.exception.
CacheSQLStateConverter
(implements org.hibernate.exception.
SQLExceptionConverter
)
class org.hibernate.transaction.
CacheSynchronization
(implements javax.transaction.
Synchronization
)
class org.hibernate.util.
CalendarComparator
(implements java.util.
Comparator
)
class org.hibernate.engine.
Cascade
class org.hibernate.engine.
CascadeStyle
(implements java.io.
Serializable
)
class org.hibernate.engine.
CascadeStyle.MultipleCascadeStyle
class org.hibernate.engine.
CascadingAction
class org.hibernate.sql.
CaseFragment
class org.hibernate.sql.
ANSICaseFragment
class org.hibernate.sql.
DecodeCaseFragment
class org.hibernate.sql.
DerbyCaseFragment
class org.hibernate.sql.
HSQLCaseFragment
class org.hibernate.sql.
MckoiCaseFragment
class org.hibernate.dialect.function.
CastFunction
(implements org.hibernate.dialect.function.
SQLFunction
)
class org.hibernate.stat.
CategorizedStatistics
(implements java.io.
Serializable
)
class org.hibernate.stat.
CollectionStatistics
class org.hibernate.stat.
EntityStatistics
class org.hibernate.stat.
QueryStatistics
class org.hibernate.stat.
SecondLevelCacheStatistics
class org.hibernate.intercept.cglib.
CGLIBHelper
class org.hibernate.proxy.pojo.cglib.
CGLIBProxyFactory
(implements org.hibernate.proxy.
ProxyFactory
)
class org.hibernate.property.
ChainedPropertyAccessor
(implements org.hibernate.property.
PropertyAccessor
)
class org.hibernate.dialect.function.
CharIndexFunction
(implements org.hibernate.dialect.function.
SQLFunction
)
class antlr.CharScanner (implements antlr.TokenStream)
class org.hibernate.hql.antlr.
HqlBaseLexer
(implements org.hibernate.hql.antlr.
HqlTokenTypes
, antlr.TokenStream)
class org.hibernate.hql.classic.
ClassicQueryTranslatorFactory
(implements org.hibernate.hql.
QueryTranslatorFactory
)
class java.lang.
ClassLoader
class org.hibernate.bytecode.
InstrumentedClassLoader
class org.hibernate.bytecode.javassist.
TransformingClassLoader
class org.hibernate.hql.classic.
ClauseParser
(implements org.hibernate.hql.classic.
Parser
)
class org.hibernate.lob.
ClobImpl
(implements java.sql.
Clob
)
class org.hibernate.util.
Cloneable
class org.hibernate.event.
EventListeners
(implements java.io.
Serializable
)
class org.hibernate.transaction.
CMTTransaction
(implements org.hibernate.
Transaction
)
class org.hibernate.transaction.
CMTTransactionFactory
(implements org.hibernate.transaction.
TransactionFactory
)
class org.hibernate.mapping.
Collection
(implements org.hibernate.mapping.
Fetchable
, org.hibernate.mapping.
Filterable
, org.hibernate.mapping.
Value
)
class org.hibernate.mapping.
Bag
class org.hibernate.mapping.
IdentifierCollection
class org.hibernate.mapping.
IdentifierBag
class org.hibernate.mapping.
IndexedCollection
class org.hibernate.mapping.
List
class org.hibernate.mapping.
Array
class org.hibernate.mapping.
PrimitiveArray
class org.hibernate.mapping.
Map
class org.hibernate.mapping.
Set
class org.hibernate.action.
CollectionAction
(implements java.lang.
Comparable
, org.hibernate.action.
Executable
, java.io.
Serializable
)
class org.hibernate.action.
CollectionRecreateAction
class org.hibernate.action.
CollectionRemoveAction
class org.hibernate.action.
CollectionUpdateAction
class org.hibernate.cache.entry.
CollectionCacheEntry
(implements java.io.
Serializable
)
class org.hibernate.engine.
CollectionEntry
(implements java.io.
Serializable
)
class org.hibernate.param.
CollectionFilterKeyParameterSpecification
(implements org.hibernate.param.
ParameterSpecification
)
class org.hibernate.util.
CollectionHelper
class org.hibernate.engine.
CollectionKey
(implements java.io.
Serializable
)
class org.hibernate.engine.
CollectionLoadContext
class org.hibernate.hql.
CollectionProperties
class org.hibernate.persister.collection.
CollectionPropertyMapping
(implements org.hibernate.persister.entity.
PropertyMapping
)
class org.hibernate.persister.collection.
CollectionPropertyNames
class org.hibernate.engine.
Collections
class org.hibernate.cfg.
CollectionSecondPass
(implements org.hibernate.cfg.
SecondPass
)
class org.hibernate.hql.
CollectionSubqueryFactory
class org.hibernate.mapping.
Column
(implements java.lang.
Cloneable
, org.hibernate.mapping.
Selectable
, java.io.
Serializable
)
class org.hibernate.loader.custom.
ColumnCollectionAliases
(implements org.hibernate.loader.
CollectionAliases
)
class org.hibernate.hql.ast.util.
ColumnHelper
class org.hibernate.tool.hbm2ddl.
ColumnMetadata
class org.hibernate.jdbc.
ColumnNameCache
class org.hibernate.util.
ComparableComparator
(implements java.util.
Comparator
)
class org.hibernate.tuple.component.
ComponentMetamodel
(implements java.io.
Serializable
)
class org.hibernate.sql.
ConditionFragment
class org.hibernate.util.
ConfigHelper
class org.hibernate.cfg.
Configuration
(implements java.io.
Serializable
)
class org.hibernate.jdbc.
ConnectionManager
(implements java.io.
Serializable
)
class org.hibernate.connection.
ConnectionProviderFactory
class org.hibernate.
ConnectionReleaseMode
(implements java.io.
Serializable
)
class org.hibernate.mapping.
Constraint
(implements org.hibernate.mapping.
RelationalModel
, java.io.
Serializable
)
class org.hibernate.mapping.
ForeignKey
class org.hibernate.mapping.
PrimaryKey
class org.hibernate.mapping.
UniqueKey
class org.hibernate.dialect.function.
ConvertFunction
(implements org.hibernate.dialect.function.
SQLFunction
)
class org.hibernate.impl.
CriteriaImpl
(implements org.hibernate.
Criteria
, java.io.
Serializable
)
class org.hibernate.impl.
CriteriaImpl.CriterionEntry
(implements java.io.
Serializable
)
class org.hibernate.impl.
CriteriaImpl.OrderEntry
(implements java.io.
Serializable
)
class org.hibernate.impl.
CriteriaImpl.Subcriteria
(implements org.hibernate.
Criteria
, java.io.
Serializable
)
class org.hibernate.loader.criteria.
CriteriaQueryTranslator
(implements org.hibernate.criterion.
CriteriaQuery
)
class org.hibernate.loader.custom.
CustomLoader.NonScalarResultColumnProcessor
(implements org.hibernate.loader.custom.CustomLoader.ResultColumnProcessor)
class org.hibernate.loader.custom.
CustomLoader.ResultRowProcessor
class org.hibernate.loader.custom.
CustomLoader.ScalarResultColumnProcessor
(implements org.hibernate.loader.custom.CustomLoader.ResultColumnProcessor)
class org.hibernate.tool.hbm2ddl.
DatabaseMetadata
class org.hibernate.connection.
DatasourceConnectionProvider
(implements org.hibernate.connection.
ConnectionProvider
)
class org.hibernate.pretty.
DDLFormatter
class org.hibernate.event.def.
DefaultDeleteEventListener
(implements org.hibernate.event.
DeleteEventListener
)
class org.hibernate.loader.
DefaultEntityAliases
(implements org.hibernate.loader.
EntityAliases
)
class org.hibernate.loader.
ColumnEntityAliases
class org.hibernate.event.def.
DefaultEvictEventListener
(implements org.hibernate.event.
EvictEventListener
)
class org.hibernate.event.def.
DefaultFlushEntityEventListener
(implements org.hibernate.event.
FlushEntityEventListener
)
class org.hibernate.event.def.
DefaultInitializeCollectionEventListener
(implements org.hibernate.event.
InitializeCollectionEventListener
)
class org.hibernate.cfg.
DefaultNamingStrategy
(implements org.hibernate.cfg.
NamingStrategy
, java.io.
Serializable
)
class org.hibernate.event.def.
DefaultPostLoadEventListener
(implements org.hibernate.event.
PostLoadEventListener
)
class org.hibernate.event.def.
DefaultPreLoadEventListener
(implements org.hibernate.event.
PreLoadEventListener
)
class org.hibernate.event.def.
DefaultRefreshEventListener
(implements org.hibernate.event.
RefreshEventListener
)
class org.hibernate.action.
DelayedPostInsertIdentifier
(implements java.io.
Serializable
)
class org.hibernate.sql.
Delete
class org.hibernate.dialect.
DerbyDialect.DerbyTrimFunctionEmulation
(implements org.hibernate.dialect.function.
SQLFunction
)
class org.hibernate.criterion.
DetachedCriteria
(implements org.hibernate.criterion.
CriteriaSpecification
, java.io.
Serializable
)
class org.hibernate.dialect.
Dialect
class org.hibernate.dialect.
Cache71Dialect
class org.hibernate.dialect.
DB2Dialect
class org.hibernate.dialect.
DB2390Dialect
class org.hibernate.dialect.
DB2400Dialect
class org.hibernate.dialect.
DerbyDialect
class org.hibernate.dialect.
FrontBaseDialect
class org.hibernate.dialect.
H2Dialect
class org.hibernate.dialect.
HSQLDialect
class org.hibernate.dialect.
InformixDialect
class org.hibernate.dialect.
IngresDialect
class org.hibernate.dialect.
InterbaseDialect
class org.hibernate.dialect.
FirebirdDialect
class org.hibernate.dialect.
JDataStoreDialect
class org.hibernate.dialect.
MckoiDialect
class org.hibernate.dialect.
MimerSQLDialect
class org.hibernate.dialect.
MySQLDialect
class org.hibernate.dialect.
MySQL5Dialect
class org.hibernate.dialect.
MySQL5InnoDBDialect
class org.hibernate.dialect.
MySQLInnoDBDialect
class org.hibernate.dialect.
MySQLMyISAMDialect
class org.hibernate.dialect.
Oracle9Dialect
class org.hibernate.dialect.
DataDirectOracle9Dialect
class org.hibernate.dialect.
OracleDialect
class org.hibernate.dialect.
PointbaseDialect
class org.hibernate.dialect.
PostgreSQLDialect
class org.hibernate.dialect.
ProgressDialect
class org.hibernate.dialect.
RDMSOS2200Dialect
class org.hibernate.dialect.
SAPDBDialect
class org.hibernate.dialect.
SybaseDialect
class org.hibernate.dialect.
SQLServerDialect
class org.hibernate.dialect.
Sybase11Dialect
class org.hibernate.dialect.
SybaseAnywhereDialect
class org.hibernate.dialect.
TimesTenDialect
class org.hibernate.dialect.
DialectFactory
class org.hibernate.dialect.
DialectFactory.VersionInsensitiveMapper
(implements org.hibernate.dialect.
DialectFactory.DatabaseDialectMapper
)
class org.hibernate.property.
DirectPropertyAccessor
(implements org.hibernate.property.
PropertyAccessor
)
class org.hibernate.property.
DirectPropertyAccessor.DirectGetter
(implements org.hibernate.property.
Getter
)
class org.hibernate.property.
DirectPropertyAccessor.DirectSetter
(implements org.hibernate.property.
Setter
)
class org.hibernate.sql.
DisjunctionFragment
class org.hibernate.criterion.
Distinct
(implements org.hibernate.criterion.
Projection
)
class org.hibernate.transform.
DistinctRootEntityResultTransformer
(implements org.hibernate.transform.
ResultTransformer
)
class org.hibernate.property.
Dom4jAccessor
(implements org.hibernate.property.
PropertyAccessor
)
class org.hibernate.property.
Dom4jAccessor.Dom4jGetter
(implements org.hibernate.property.
Getter
)
class org.hibernate.property.
Dom4jAccessor.AttributeGetter
class org.hibernate.property.
Dom4jAccessor.ElementAttributeGetter
class org.hibernate.property.
Dom4jAccessor.ElementGetter
class org.hibernate.property.
Dom4jAccessor.TextGetter
class org.hibernate.property.
Dom4jAccessor.Dom4jSetter
(implements org.hibernate.property.
Setter
)
class org.hibernate.property.
Dom4jAccessor.AttributeSetter
class org.hibernate.property.
Dom4jAccessor.ElementAttributeSetter
class org.hibernate.property.
Dom4jAccessor.ElementSetter
class org.hibernate.property.
Dom4jAccessor.TextSetter
class org.hibernate.tuple.
Dom4jInstantiator
(implements org.hibernate.tuple.
Instantiator
)
class org.hibernate.proxy.dom4j.
Dom4jProxy
(implements org.dom4j.Element, org.hibernate.proxy.
HibernateProxy
, java.io.
Serializable
)
class org.hibernate.proxy.dom4j.
Dom4jProxyFactory
(implements org.hibernate.proxy.
ProxyFactory
)
class org.hibernate.connection.
DriverManagerConnectionProvider
(implements org.hibernate.connection.
ConnectionProvider
)
class org.hibernate.util.
DTDEntityResolver
(implements org.xml.sax.EntityResolver, java.io.
Serializable
)
class org.hibernate.param.
DynamicFilterParameterSpecification
(implements org.hibernate.param.
ParameterSpecification
)
class org.hibernate.tuple.
DynamicMapInstantiator
(implements org.hibernate.tuple.
Instantiator
)
class org.hibernate.cache.
EhCache
(implements org.hibernate.cache.
Cache
)
class org.hibernate.cache.
EhCacheProvider
(implements org.hibernate.cache.
CacheProvider
)
class org.hibernate.persister.collection.
ElementPropertyMapping
(implements org.hibernate.persister.entity.
PropertyMapping
)
class org.hibernate.tuple.
ElementWrapper
(implements org.dom4j.Element, java.io.
Serializable
)
class org.hibernate.property.
EmbeddedPropertyAccessor
(implem