Class Hierarchy
- java.lang.Object
- org.hibernate.persister.collection.AbstractCollectionPersister (implements org.hibernate.metadata.CollectionMetadata, org.hibernate.persister.collection.SQLLoadableCollection)
- org.hibernate.persister.entity.AbstractEntityPersister (implements org.hibernate.metadata.ClassMetadata, org.hibernate.bytecode.instrumentation.spi.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.type.AbstractGenericBasicType<T> (implements org.hibernate.ogm.type.GridType, org.hibernate.type.StringRepresentableType<T>, org.hibernate.type.XmlRepresentableType<T>)
- org.hibernate.ejb.AbstractQueryImpl<X> (implements javax.persistence.TypedQuery<X>)
- org.hibernate.internal.AbstractQueryImpl (implements org.hibernate.Query)
- org.hibernate.service.internal.AbstractServiceRegistryImpl (implements org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner, org.hibernate.service.spi.ServiceRegistryImplementor)
- org.hibernate.engine.transaction.spi.AbstractTransactionImpl (implements org.hibernate.engine.transaction.spi.TransactionImplementor)
- org.hibernate.type.descriptor.java.AbstractTypeDescriptor<T> (implements org.hibernate.type.descriptor.java.JavaTypeDescriptor<T>, java.io.Serializable)
- org.hibernate.ogm.options.navigation.impl.AnnotationProcessor
- org.hibernate.ogm.util.impl.ArrayHelper
- org.hibernate.ogm.datastore.spi.Association
- org.hibernate.ogm.datastore.spi.AssociationContext
- org.hibernate.ogm.grid.AssociationKey (implements java.io.Serializable)
- org.hibernate.ogm.grid.AssociationKeyMetadata
- org.hibernate.ogm.datastore.spi.AssociationOperation
- org.hibernate.ogm.loader.nativeloader.BackendCustomQuery (implements org.hibernate.loader.custom.CustomQuery)
- org.hibernate.ogm.options.navigation.impl.BaseContext
- org.hibernate.ogm.service.impl.BaseQueryParserService (implements org.hibernate.ogm.service.impl.QueryParserService)
- 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.massindex.batchindexing.BatchCoordinator (implements java.lang.Runnable)
- org.hibernate.ogm.massindex.batchindexing.BatchIndexingWorkspace (implements java.lang.Runnable)
- org.hibernate.cfg.Configuration (implements java.io.Serializable)
- org.hibernate.ogm.options.navigation.impl.ConfigurationBuilderServiceInitiator (implements org.hibernate.service.spi.SessionFactoryServiceInitiator<R>)
- org.hibernate.ogm.options.navigation.impl.ConfigurationContext
- org.hibernate.ogm.service.impl.ConfigurationService (implements org.hibernate.service.Service)
- org.hibernate.ogm.service.impl.ConfigurationServiceInitiator (implements org.hibernate.service.spi.BasicServiceInitiator<R>)
- org.hibernate.ogm.datastore.impl.DatastoreProviderInitiator (implements org.hibernate.service.spi.SessionFactoryServiceInitiator<R>)
- org.hibernate.ogm.datastore.impl.DatastoreServicesImpl (implements org.hibernate.ogm.datastore.impl.DatastoreServices)
- org.hibernate.ogm.datastore.impl.DatastoreServicesInitiator (implements org.hibernate.service.spi.SessionFactoryServiceInitiator<R>)
- org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo (implements javax.persistence.spi.PersistenceUnitInfo)
- org.hibernate.dialect.Dialect (implements org.hibernate.exception.spi.ConversionContext)
- org.hibernate.ogm.transaction.infinispan.impl.DummyTransactionManagerLookup (implements org.hibernate.transaction.TransactionManagerLookup)
- org.hibernate.ogm.datastore.ehcache.impl.configuration.EhcacheConfiguration
- org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider (implements org.hibernate.service.spi.Configurable, org.hibernate.ogm.datastore.spi.DatastoreProvider, org.hibernate.service.spi.ServiceRegistryAwareService, org.hibernate.service.spi.Startable, org.hibernate.service.spi.Stoppable)
- org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider.OgmTransactionManagerLookupDelegate (implements net.sf.ehcache.transaction.manager.TransactionManagerLookup)
- org.hibernate.ogm.dialect.ehcache.EhcacheDialect (implements org.hibernate.ogm.dialect.GridDialect)
- org.hibernate.cfg.EJB3NamingStrategy (implements org.hibernate.cfg.NamingStrategy, java.io.Serializable)
- org.hibernate.ogm.datastore.impl.EmptyAssociationSnapshot (implements org.hibernate.ogm.datastore.spi.AssociationSnapshot)
- org.hibernate.ogm.datastore.impl.EmptyTupleSnapshot (implements org.hibernate.ogm.datastore.spi.TupleSnapshot)
- org.hibernate.ogm.grid.EntityKey (implements java.io.Serializable)
- org.hibernate.ogm.persister.EntityKeyBuilder
- org.hibernate.ogm.grid.EntityKeyMetadata (implements java.io.Serializable)
- org.hibernate.ogm.massindex.batchindexing.Executors
- org.hibernate.ogm.massindex.batchindexing.Executors.BlockPolicy (implements java.util.concurrent.RejectedExecutionHandler)
- org.hibernate.ogm.options.navigation.impl.GenericOptionModel
- org.hibernate.ogm.dialect.impl.GridDialectFactoryImpl (implements org.hibernate.ogm.dialect.impl.GridDialectFactory)
- org.hibernate.ogm.dialect.impl.GridDialectFactoryInitiator (implements org.hibernate.service.spi.SessionFactoryServiceInitiator<R>)
- org.hibernate.ogm.dialect.GridDialectLogger (implements org.hibernate.ogm.dialect.GridDialect)
- org.hibernate.ogm.type.GridTypeDelegatingToCoreType (implements org.hibernate.ogm.type.GridType)
- org.hibernate.ogm.datastore.map.impl.HashMapDialect (implements org.hibernate.ogm.dialect.GridDialect)
- org.hibernate.ogm.jpa.HibernateOgmPersistence (implements javax.persistence.spi.PersistenceProvider)
- org.hibernate.ogm.datastore.infinispan.impl.configuration.InfinispanConfiguration
- org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider (implements org.hibernate.service.spi.Configurable, org.hibernate.ogm.datastore.spi.DatastoreProvider, org.hibernate.service.spi.ServiceRegistryAwareService, org.hibernate.service.spi.Startable, org.hibernate.service.spi.Stoppable)
- 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.dialect.infinispan.InfinispanTupleSnapshot (implements org.hibernate.ogm.datastore.spi.TupleSnapshot)
- org.hibernate.ogm.util.impl.JndiHelper
- org.hibernate.ogm.transaction.impl.JTATransactionManagerTransactionFactory (implements org.hibernate.engine.transaction.spi.TransactionFactory<T>)
- org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery (implements javax.persistence.Query)
- org.hibernate.loader.Loader
- org.hibernate.ogm.util.impl.LoggerFactory
- org.hibernate.ogm.util.impl.LogicalPhysicalConverterHelper
- org.hibernate.ogm.datastore.map.impl.MapAssociationSnapshot (implements org.hibernate.ogm.datastore.spi.AssociationSnapshot)
- org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider (implements org.hibernate.ogm.datastore.spi.DatastoreProvider, org.hibernate.service.spi.Startable, org.hibernate.service.spi.Stoppable)
- org.hibernate.ogm.datastore.impl.MapHelpers
- org.hibernate.ogm.datastore.map.impl.MapPessimisticWriteLockingStrategy (implements org.hibernate.dialect.lock.LockingStrategy)
- org.hibernate.ogm.datastore.impl.MapTupleSnapshot (implements org.hibernate.ogm.datastore.spi.TupleSnapshot)
- org.hibernate.ogm.jdbc.NoopConnection (implements java.sql.Connection)
- org.hibernate.ogm.jdbc.NoopConnectionProvider (implements org.hibernate.service.jdbc.connections.spi.ConnectionProvider)
- org.hibernate.ogm.jdbc.NoopDatabaseMetaData (implements java.sql.DatabaseMetaData)
- org.hibernate.ogm.jdbc.NoopStatement (implements java.sql.Statement)
- org.hibernate.ogm.persister.NotNeededDiscriminator
- 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.id.impl.OgmIdentityGenerator (implements org.hibernate.id.Configurable, org.hibernate.id.PersistentIdentifierGenerator)
- org.hibernate.ogm.service.impl.OgmIntegrator (implements org.hibernate.integrator.spi.Integrator, org.hibernate.integrator.spi.ServiceContributingIntegrator)
- org.hibernate.ogm.loader.OgmLoader (implements org.hibernate.loader.entity.UniqueEntityLoader)
- org.hibernate.ogm.loader.OgmLoadingContext
- org.hibernate.ogm.massindex.OgmMassIndexer (implements org.hibernate.search.MassIndexer)
- org.hibernate.ogm.massindex.OgmMassIndexerFactory (implements org.hibernate.search.spi.MassIndexerFactory)
- org.hibernate.ogm.id.impl.OgmSequenceGenerator (implements org.hibernate.id.Configurable, org.hibernate.id.PersistentIdentifierGenerator)
- org.hibernate.ogm.hibernatecore.impl.OgmSession (implements org.hibernate.event.spi.EventSource, org.hibernate.Session)
- org.hibernate.ogm.hibernatecore.impl.OgmSessionBuilderDelegator (implements org.hibernate.engine.spi.SessionBuilderImplementor)
- org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory (implements org.hibernate.engine.spi.SessionFactoryImplementor)
- org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryObjectFactory (implements javax.naming.spi.ObjectFactory)
- org.hibernate.ogm.service.impl.OgmSessionFactoryServiceInitiators
- org.hibernate.ogm.service.impl.OgmSessionFactoryServiceRegistryFactoryImpl (implements org.hibernate.service.spi.SessionFactoryServiceRegistryFactory)
- org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator (implements org.hibernate.SharedSessionBuilder)
- org.hibernate.ogm.id.impl.OgmTableGenerator (implements org.hibernate.id.Configurable, org.hibernate.id.PersistentIdentifierGenerator)
- org.hibernate.ogm.options.spi.Option<I>
- org.hibernate.ogm.massindex.batchindexing.OptionallyWrapInJTATransaction (implements org.hibernate.ogm.massindex.batchindexing.Consumer)
- org.hibernate.ogm.service.impl.OptionalServiceInitiator<S> (implements org.hibernate.service.spi.BasicServiceInitiator<R>)
- org.hibernate.ogm.options.spi.OptionsContainer (implements java.lang.Iterable<T>)
- org.hibernate.ogm.options.navigation.impl.OptionsContext (implements org.hibernate.ogm.options.spi.OptionsService.OptionsServiceContext)
- org.hibernate.ogm.options.navigation.impl.OptionsServiceImpl (implements org.hibernate.ogm.options.navigation.impl.ConfigurationBuilderService, org.hibernate.ogm.options.spi.OptionsService)
- org.hibernate.ogm.options.navigation.impl.OptionsServiceInitiator (implements org.hibernate.service.spi.SessionFactoryServiceInitiator<R>)
- org.hibernate.ogm.type.descriptor.PassThroughGridTypeDescriptor (implements org.hibernate.ogm.type.descriptor.GridTypeDescriptor)
- org.hibernate.ogm.massindex.batchindexing.ProducerConsumerQueue<T>
- org.hibernate.ogm.options.navigation.impl.PropertyKey
- org.hibernate.ogm.util.impl.PropertyMetadataProvider
- org.hibernate.ogm.util.impl.ReflectionHelper
- org.hibernate.ogm.grid.RowKey (implements java.io.Serializable)
- org.hibernate.ogm.grid.impl.RowKeyBuilder
- org.hibernate.ogm.service.impl.SessionFactoryEntityNamesResolver (implements org.hibernate.hql.ast.spi.EntityNamesResolver)
- org.hibernate.ogm.datastore.impl.SetFromCollection<E> (implements java.util.Set<E>)
- org.hibernate.persister.internal.StandardPersisterClassResolver (implements org.hibernate.persister.spi.PersisterClassResolver)
- org.hibernate.ogm.util.impl.StringHelper
- 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)
- org.hibernate.ogm.persister.TablePerClassDiscriminator
- java.lang.Throwable (implements java.io.Serializable)
- org.hibernate.ogm.datastore.infinispan.impl.TransactionManagerLookupDelegator (implements org.infinispan.transaction.lookup.TransactionManagerLookup)
- org.hibernate.ogm.datastore.spi.Tuple
- org.hibernate.ogm.jdbc.TupleAsMapResultSet (implements java.sql.ResultSet)
- org.hibernate.ogm.datastore.spi.TupleContext
- org.hibernate.ogm.massindex.batchindexing.TupleIndexer (implements org.hibernate.ogm.massindex.batchindexing.SessionAwareRunnable)
- org.hibernate.ogm.datastore.spi.TupleOperation
- org.hibernate.ogm.type.impl.TypeTranslatorImpl (implements org.hibernate.ogm.type.TypeTranslator)
- org.hibernate.ogm.type.impl.TypeTranslatorInitiator (implements org.hibernate.service.spi.SessionFactoryServiceInitiator<R>)
- org.hibernate.ogm.cfg.impl.Version
Interface Hierarchy
Annotation Type Hierarchy
Enum Hierarchy
Copyright © 2010-2013 Red Hat, Inc., Emmanuel Bernard and various contributors. All Rights Reserved.