Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.hibernate.ogm.cfg.impl
,
org.hibernate.ogm.datastore.infinispan.impl
,
org.hibernate.ogm.dialect
,
org.hibernate.ogm.dialect.infinispan
,
org.hibernate.ogm.exception
,
org.hibernate.ogm.grid
,
org.hibernate.ogm.grid.impl
,
org.hibernate.ogm.hibernatecore.impl
,
org.hibernate.ogm.id.impl
,
org.hibernate.ogm.jdbc
,
org.hibernate.ogm.jpa
,
org.hibernate.ogm.jpa.impl
,
org.hibernate.ogm.loader
,
org.hibernate.ogm.metadata
,
org.hibernate.ogm.persister
,
org.hibernate.ogm.transaction.infinispan.impl
,
org.hibernate.ogm.type
,
org.hibernate.ogm.type.descriptor
,
org.hibernate.ogm.util.impl
Class Hierarchy
java.lang.
Object
org.hibernate.persister.collection.
AbstractCollectionPersister
(implements org.hibernate.metadata.
CollectionMetadata
, org.hibernate.persister.collection.
SQLLoadableCollection
)
org.hibernate.ogm.persister.
OgmCollectionPersister
(implements org.hibernate.ogm.persister.
CollectionPhysicalModel
)
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
)
org.hibernate.ogm.persister.
OgmEntityPersister
(implements org.hibernate.persister.entity.
EntityPersister
)
org.hibernate.ogm.type.
AbstractGenericBasicType
<T> (implements org.hibernate.ogm.type.
GridType
, org.hibernate.type.
StringRepresentableType
<T>, org.hibernate.type.
XmlRepresentableType
<T>)
org.hibernate.ogm.type.
BigDecimalType
org.hibernate.ogm.type.
BigIntegerType
org.hibernate.ogm.type.
BooleanType
org.hibernate.ogm.type.
ByteType
org.hibernate.ogm.type.
CalendarDateType
org.hibernate.ogm.type.
CalendarType
org.hibernate.ogm.type.
ClassType
org.hibernate.ogm.type.
DateType
org.hibernate.ogm.type.
DoubleType
org.hibernate.ogm.type.
IntegerType
org.hibernate.ogm.type.
LongType
org.hibernate.ogm.type.
PrimitiveByteArrayType
org.hibernate.ogm.type.
StringType
org.hibernate.ogm.type.
TimestampType
org.hibernate.ogm.type.
TimeType
org.hibernate.ogm.type.
UrlType
org.hibernate.ogm.type.
UUIDType
org.hibernate.ogm.type.
WrapperBinaryType
org.hibernate.ogm.grid.
AssociationKey
(implements java.io.
Serializable
)
org.hibernate.ogm.type.descriptor.
BasicGridBinder
<X> (implements org.hibernate.ogm.type.descriptor.
GridValueBinder
<X>)
org.hibernate.ogm.type.descriptor.
BasicGridExtractor
<J> (implements org.hibernate.ogm.type.descriptor.
GridValueExtractor
<X>)
org.hibernate.ogm.datastore.infinispan.impl.
CacheManagerServiceProvider
org.hibernate.ogm.jpa.impl.
DelegatorPersistenceUnitInfo
(implements javax.persistence.spi.PersistenceUnitInfo)
org.hibernate.dialect.
Dialect
org.hibernate.ogm.dialect.
NoopDialect
org.hibernate.ogm.transaction.infinispan.impl.
DummyTransactionManagerLookup
(implements org.hibernate.transaction.
TransactionManagerLookup
)
org.hibernate.cfg.
EJB3NamingStrategy
(implements org.hibernate.cfg.
NamingStrategy
, java.io.
Serializable
)
org.hibernate.ogm.cfg.impl.
OgmNamingStrategy
org.hibernate.ogm.grid.
EntityKey
(implements java.io.
Serializable
)
org.hibernate.ogm.persister.
EntityKeyBuilder
org.hibernate.ogm.metadata.
GridMetadataManager
(implements org.hibernate.
SessionFactoryObserver
)
org.hibernate.ogm.metadata.
GridMetadataManagerHelper
org.hibernate.ogm.type.
GridTypeDelegatingToCoreType
(implements org.hibernate.ogm.type.
GridType
)
org.hibernate.ogm.type.
CollectionType
org.hibernate.ogm.type.
ComponentType
(implements org.hibernate.ogm.type.
GridType
)
org.hibernate.ogm.type.
EnumType
org.hibernate.ogm.type.
ManyToOneType
(implements org.hibernate.ogm.type.
GridType
)
org.hibernate.ogm.type.
OneToOneType
(implements org.hibernate.ogm.type.
GridType
)
org.hibernate.ogm.jpa.
HibernateOgmPersistence
(implements javax.persistence.spi.PersistenceProvider)
org.hibernate.ogm.dialect.infinispan.
InfinispanDialect
(implements org.hibernate.ogm.dialect.
GridDialect
)
org.hibernate.ogm.dialect.infinispan.
InfinispanPessimisticWriteLockingStrategy
(implements org.hibernate.dialect.lock.
LockingStrategy
)
org.hibernate.ogm.transaction.infinispan.impl.
JTATransactionManagerTransaction
(implements org.hibernate.
Transaction
)
org.hibernate.ogm.transaction.infinispan.impl.
JTATransactionManagerTransactionFactory
(implements org.hibernate.transaction.
TransactionFactory
)
org.hibernate.ogm.jpa.impl.
LetThroughExecuteUpdateQuery
(implements javax.persistence.Query)
org.hibernate.ogm.util.impl.
LoggerFactory
org.hibernate.ogm.util.impl.
LogicalPhysicalConverterHelper
org.hibernate.ogm.jdbc.
NoopConnection
(implements java.sql.
Connection
)
org.hibernate.ogm.jdbc.
NoopConnectionProvider
(implements org.hibernate.connection.
ConnectionProvider
)
org.hibernate.ogm.jdbc.
NoopDatabaseMetaData
(implements java.sql.
DatabaseMetaData
)
org.hibernate.ogm.loader.
OgmColumnCollectionAliases
(implements org.hibernate.loader.
CollectionAliases
)
org.hibernate.ogm.jpa.impl.
OgmEntityManager
(implements javax.persistence.EntityManager)
org.hibernate.ogm.jpa.impl.
OgmEntityManagerFactory
(implements javax.persistence.EntityManagerFactory, org.hibernate.ejb.
HibernateEntityManagerFactory
)
org.hibernate.ogm.jpa.impl.
OgmIdentifierGeneratorStrategyProvider
(implements org.hibernate.ejb.cfg.spi.
IdentifierGeneratorStrategyProvider
)
org.hibernate.ogm.loader.
OgmLoader
(implements org.hibernate.loader.entity.
UniqueEntityLoader
)
org.hibernate.ogm.loader.
OgmBasicCollectionLoader
(implements org.hibernate.loader.collection.
CollectionInitializer
)
org.hibernate.ogm.jpa.impl.
OgmPersisterClassProvider
(implements org.hibernate.persister.
PersisterClassProvider
)
org.hibernate.ogm.hibernatecore.impl.
OgmSession
(implements org.hibernate.event.
EventSource
, org.hibernate.classic.
Session
)
org.hibernate.ogm.hibernatecore.impl.
OgmSessionFactory
(implements org.hibernate.engine.
SessionFactoryImplementor
)
org.hibernate.ogm.id.impl.
OgmTableGenerator
(implements org.hibernate.id.
Configurable
, org.hibernate.id.
PersistentIdentifierGenerator
)
org.hibernate.ogm.type.descriptor.
PassThroughGridTypeDescriptor
(implements org.hibernate.ogm.type.descriptor.
GridTypeDescriptor
)
org.hibernate.ogm.util.impl.
PropertyMetadataProvider
org.hibernate.ogm.grid.
RowKey
(implements java.io.
Serializable
)
org.hibernate.ogm.grid.impl.
RowKeyBuilder
org.hibernate.ogm.type.descriptor.
StringMappedGridBinder
<X> (implements org.hibernate.ogm.type.descriptor.
GridValueBinder
<X>)
org.hibernate.ogm.type.descriptor.
StringMappedGridExtractor
<J> (implements org.hibernate.ogm.type.descriptor.
GridValueExtractor
<X>)
org.hibernate.ogm.type.descriptor.
StringMappedGridTypeDescriptor
(implements org.hibernate.ogm.type.descriptor.
GridTypeDescriptor
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
org.hibernate.ogm.exception.
NotSupportedException
org.hibernate.ogm.datastore.infinispan.impl.
TransactionManagerLookupDelegator
(implements org.infinispan.transaction.lookup.TransactionManagerLookup)
org.hibernate.ogm.jdbc.
TupleAsMapResultSet
(implements java.sql.
ResultSet
)
org.hibernate.ogm.type.
TypeTranslator
org.hibernate.ogm.cfg.impl.
Version
Interface Hierarchy
org.hibernate.persister.collection.
CollectionPersister
org.hibernate.ogm.persister.
CollectionPhysicalModel
org.hibernate.ogm.dialect.
GridDialect
org.hibernate.ogm.type.descriptor.
GridValueBinder
<X>
org.hibernate.ogm.type.descriptor.
GridValueExtractor
<X>
java.io.
Serializable
org.hibernate.ogm.type.
GridType
org.hibernate.ogm.type.descriptor.
GridTypeDescriptor
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010-2011
Red Hat Middleware, LLC
, Emmanuel Bernard and various contributors. All Rights Reserved