A B C D E F G H I J K L M N O P Q R S T U V W 

A

abort(Executor) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
absolute(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
AbstractGenericBasicType<T> - Class in org.hibernate.ogm.type
Not a public API Copied from AbstractStandardBasicType
AbstractGenericBasicType(GridTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.ogm.type.AbstractGenericBasicType
 
activationNeeded() - Static method in class org.hibernate.ogm.dialect.GridDialectLogger
Returns true if this grid dialect logger should wrap the real grid dialect
add(E) - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
 
add(Option<?>) - Method in class org.hibernate.ogm.options.spi.OptionsContainer
Adds an Option to this container.
addAll(Collection<? extends E>) - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
 
addAll(OptionsContainer) - Method in class org.hibernate.ogm.options.spi.OptionsContainer
Adds all options from the passed container to this container.
addBatch(String) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
addColumns(String...) - Method in class org.hibernate.ogm.grid.impl.RowKeyBuilder
 
addEntityOption(Option<?>) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationContext
 
addEntityOption(Class<?>, Option<?>) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsContext
 
addGlobalOption(Option<?>) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationContext
 
addGlobalOption(Option<?>) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsContext
 
addObserver(SessionFactoryObserver) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
addPropertyOption(Option<?>) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationContext
 
addPropertyOption(Class<?>, String, Option<?>) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsContext
 
addTransformer(ClassTransformer) - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
addTuple(Tuple) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
Define the current value for the collection entry
afterLast() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
afterScrollOperation() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
allProceduresAreCallable() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
allTablesAreSelectable() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
AnnotationConverter<T extends Annotation> - Interface in org.hibernate.ogm.options.spi
Convert an Annotation into an Option.
AnnotationProcessor - Class in org.hibernate.ogm.options.navigation.impl
Reads the annotation on an entity and save them in the appropriate context as Option.
AnnotationProcessor() - Constructor for class org.hibernate.ogm.options.navigation.impl.AnnotationProcessor
 
applyNonFlushedChanges(NonFlushedChanges) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
applyTupleOpsOnMap(Tuple, Map<String, Object>) - Static method in class org.hibernate.ogm.datastore.impl.MapHelpers
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.ogm.type.descriptor.CalendarTimeZoneDateTimeTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.ogm.type.descriptor.TimestampDateTypeDescriptor
 
ArrayHelper - Class in org.hibernate.ogm.util.impl
 
ArrayHelper() - Constructor for class org.hibernate.ogm.util.impl.ArrayHelper
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
assemble(Serializable, SessionImplementor, Object) - Method in interface org.hibernate.ogm.type.GridType
Reconstruct the object from its cached "disassembled" state.
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
Association - Class in org.hibernate.ogm.datastore.spi
Represents an Association (think of it as a set of rows) A Association accepts a AssociationShapshot which is a read-only state of the association at creation time.
Association(AssociationSnapshot) - Constructor for class org.hibernate.ogm.datastore.spi.Association
 
ASSOCIATION_STORE - Static variable in interface org.hibernate.ogm.datastore.spi.DefaultDatastoreNames
 
AssociationContext - Class in org.hibernate.ogm.datastore.spi
It represents all information used to load an association when the relation between 2 objects is not embedded (IN_ENTITY mode).
AssociationContext(List<String>) - Constructor for class org.hibernate.ogm.datastore.spi.AssociationContext
 
AssociationKey - Class in org.hibernate.ogm.grid
Represents the key used to link a property value and the id of it's owning entity
AssociationKey(AssociationKeyMetadata, Object[]) - Constructor for class org.hibernate.ogm.grid.AssociationKey
 
AssociationKeyMetadata - Class in org.hibernate.ogm.grid
Stores metadata information common to all keys related to a given association
AssociationKeyMetadata(String, String[]) - Constructor for class org.hibernate.ogm.grid.AssociationKeyMetadata
 
AssociationKind - Enum in org.hibernate.ogm.grid
Association kind
associationMetadataKey(AssociationKeyMetadata) - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
AssociationOperation - Class in org.hibernate.ogm.datastore.spi
Operation applied to the association.
AssociationOperation(RowKey, Tuple, AssociationOperationType) - Constructor for class org.hibernate.ogm.datastore.spi.AssociationOperation
 
AssociationOperationType - Enum in org.hibernate.ogm.datastore.spi
Type of operations on the tuple
AssociationSnapshot - Interface in org.hibernate.ogm.datastore.spi
Represents the Association snapshot as loaded by the datastore.
autoClose(boolean) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionBuilderDelegator
 
autoClose() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
autoClose(boolean) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
autoCommitFailureClosesAllResultSets() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
autoJoinTransactions(boolean) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionBuilderDelegator
 
autoJoinTransactions() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
autoJoinTransactions(boolean) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
AvailableDatastoreProvider - Enum in org.hibernate.ogm.datastore.impl
This enumeration describes all available datastore providers by providing some shortcuts.

B

BackendCustomLoader - Class in org.hibernate.ogm.hibernatecore.impl
Extension point for a loader that executes native NoSQL queries.
BackendCustomLoader(CustomQuery, SessionFactoryImplementor) - Constructor for class org.hibernate.ogm.hibernatecore.impl.BackendCustomLoader
 
BackendCustomQuery - Class in org.hibernate.ogm.loader.nativeloader
Extension point allowing any NoSQL native query with named and positional parameters to be executed by OGM on the corresponding backend, returning managed entities, collections and simple scalar values.
BackendCustomQuery(String, NativeSQLQueryReturn[], Collection<?>, SessionFactoryImplementor) - Constructor for class org.hibernate.ogm.loader.nativeloader.BackendCustomQuery
 
BaseContext - Class in org.hibernate.ogm.options.navigation.impl
Base class for GlobalContext, EntityContext and PropertyContext implementations which allows to add options for the different kinds of context.
BaseContext(ConfigurationContext) - Constructor for class org.hibernate.ogm.options.navigation.impl.BaseContext
 
BaseEntityContext<E extends EntityOptions<E>> - Class in org.hibernate.ogm.options.navigation.impl
Base implementation for options declared by EntityOptions.
BaseEntityContext(ConfigurationContext) - Constructor for class org.hibernate.ogm.options.navigation.impl.BaseEntityContext
 
BaseGlobalContext<G extends GlobalOptions<G>> - Class in org.hibernate.ogm.options.navigation.impl
Base implementation for options declared by GlobalOptions.
BaseGlobalContext(ConfigurationContext) - Constructor for class org.hibernate.ogm.options.navigation.impl.BaseGlobalContext
 
BasePropertyContext<P extends PropertyOptions<P>> - Class in org.hibernate.ogm.options.navigation.impl
Base implementation for options declared by PropertyOptions.
BasePropertyContext(ConfigurationContext) - Constructor for class org.hibernate.ogm.options.navigation.impl.BasePropertyContext
 
BaseQueryParserService - Class in org.hibernate.ogm.service.impl
Common base functionality for QueryParserService implementations.
BaseQueryParserService() - Constructor for class org.hibernate.ogm.service.impl.BaseQueryParserService
 
BasicGridBinder<X> - Class in org.hibernate.ogm.type.descriptor
 
BasicGridBinder(JavaTypeDescriptor<X>, GridTypeDescriptor) - Constructor for class org.hibernate.ogm.type.descriptor.BasicGridBinder
 
BasicGridExtractor<J> - Class in org.hibernate.ogm.type.descriptor
 
BasicGridExtractor(JavaTypeDescriptor<J>, GridTypeDescriptor) - Constructor for class org.hibernate.ogm.type.descriptor.BasicGridExtractor
 
BatchCoordinator - Class in org.hibernate.ogm.massindex.batchindexing
Makes sure that several different BatchIndexingWorkspace(s) can be started concurrently, sharing the same batch-backend and IndexWriters.
BatchCoordinator(GridDialect, Set<Class<?>>, SearchFactoryImplementor, SessionFactoryImplementor, int, CacheMode, boolean, boolean, boolean, MassIndexerProgressMonitor) - Constructor for class org.hibernate.ogm.massindex.batchindexing.BatchCoordinator
 
BatchIndexingWorkspace - Class in org.hibernate.ogm.massindex.batchindexing
This runnable will prepare a pipeline for batch indexing of entities, managing the lifecycle of several ThreadPools.
BatchIndexingWorkspace(GridDialect, SearchFactoryImplementor, SessionFactoryImplementor, Class<?>, CacheMode, CountDownLatch, MassIndexerProgressMonitor, BatchBackend) - Constructor for class org.hibernate.ogm.massindex.batchindexing.BatchIndexingWorkspace
 
batchSizeToLoadObjects(int) - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
 
beforeAssemble(Serializable, SessionImplementor) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
beforeAssemble(Serializable, SessionImplementor) - Method in interface org.hibernate.ogm.type.GridType
Called before assembling a query result set from the query cache, to allow batch fetching of entities missing from the second-level cache.
beforeAssemble(Serializable, SessionImplementor) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
beforeFirst() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
beginTransaction() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
bestGuessEntityName(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
BigDecimalType - Class in org.hibernate.ogm.type
Type descriptor for translating a BigDecimal Java type into its string representation in order to be stored in a datastore.
BigDecimalType() - Constructor for class org.hibernate.ogm.type.BigDecimalType
 
BigIntegerType - Class in org.hibernate.ogm.type
Type descriptor for translating a BigInteger Java type into its string representation in order to be stored in the datastore deposit.
BigIntegerType() - Constructor for class org.hibernate.ogm.type.BigIntegerType
 
bind(Tuple, X, String[]) - Method in class org.hibernate.ogm.type.descriptor.BasicGridBinder
 
bind(Tuple, X, String[]) - Method in interface org.hibernate.ogm.type.descriptor.GridValueBinder
 
BooleanType - Class in org.hibernate.ogm.type
 
BooleanType() - Constructor for class org.hibernate.ogm.type.BooleanType
 
build() - Method in class org.hibernate.ogm.grid.impl.RowKeyBuilder
 
buildGridDialect(Map, ServiceRegistry) - Method in interface org.hibernate.ogm.dialect.impl.GridDialectFactory
 
buildGridDialect(Map, ServiceRegistry) - Method in class org.hibernate.ogm.dialect.impl.GridDialectFactoryImpl
 
buildLockRequest(LockOptions) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
buildServiceRegistry(SessionFactoryImplementor, Configuration) - Method in class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceRegistryFactoryImpl
 
buildServiceRegistry(SessionFactoryImplementor, MetadataImplementor) - Method in class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceRegistryFactoryImpl
 
buildSessionFactory() - Method in class org.hibernate.ogm.cfg.OgmConfiguration
 
byId(Class) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
byId(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
byNaturalId(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
byNaturalId(Class) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
bySimpleNaturalId(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
bySimpleNaturalId(Class) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
ByteType - Class in org.hibernate.ogm.type
 
ByteType() - Constructor for class org.hibernate.ogm.type.ByteType
 

C

CACHE_MANAGER_RESOURCE_PROP - Static variable in interface org.hibernate.ogm.datastore.infinispan.impl.configuration.Environment
The key for the configuration property to define the jndi name of the cachemanager.
cacheMode(CacheMode) - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
 
CalendarDateType - Class in org.hibernate.ogm.type
 
CalendarDateType() - Constructor for class org.hibernate.ogm.type.CalendarDateType
 
CalendarTimeZoneDateTimeTypeDescriptor - Class in org.hibernate.ogm.type.descriptor
 
CalendarTimeZoneDateTimeTypeDescriptor() - Constructor for class org.hibernate.ogm.type.descriptor.CalendarTimeZoneDateTimeTypeDescriptor
 
CalendarType - Class in org.hibernate.ogm.type
 
CalendarType() - Constructor for class org.hibernate.ogm.type.CalendarType
 
canBeDriver() - Method in class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransactionFactory
 
cancel() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
cancelQuery() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
cancelRowUpdates() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
cannotConvertAnnotation(Class<? extends AnnotationConverter<?>>, Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
cannotCreateEntityContextProxy(Class<?>, Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
cannotCreateGlobalContextProxy(Class<?>, Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
cannotCreateNewProxyInstance(Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
cannotCreatePropertyContextProxy(Class<?>, Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
cannotInstantiateGridDialect(Class<?>, Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
checkVersionAndRaiseSOSE(Serializable, Object, SessionImplementor, Tuple) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
ClassType - Class in org.hibernate.ogm.type
 
ClassType() - Constructor for class org.hibernate.ogm.type.ClassType
 
clear() - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
 
clear() - Method in class org.hibernate.ogm.datastore.spi.Association
 
clear() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
clear() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
clearBatch() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
clearWarnings() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
clearWarnings() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
clearWarnings() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
close() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
close() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
close() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
close() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
close() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
close() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
close() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
 
closeConnection(Connection) - Method in class org.hibernate.ogm.jdbc.NoopConnectionProvider
 
closeOnCompletion() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
collectionPersister(OgmCollectionPersister) - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
CollectionPhysicalModel - Interface in org.hibernate.ogm.persister
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.ogm.cfg.impl.OgmNamingStrategy
 
CollectionType - Class in org.hibernate.ogm.type
 
CollectionType(CollectionType) - Constructor for class org.hibernate.ogm.type.CollectionType
 
commit() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
compare(Object, Object) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
compare(Object, Object) - Method in interface org.hibernate.ogm.type.GridType
Perform a Comparator style comparison between values
compare(Object, Object) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
compatibleWithJtaSynchronization() - Method in class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransactionFactory
 
ComponentType - Class in org.hibernate.ogm.type
 
ComponentType(ComponentType, TypeTranslator) - Constructor for class org.hibernate.ogm.type.ComponentType
 
CONFIG_PREFER_SEGMENT_PER_ENTITY - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
ConfigurationBuilderService - Interface in org.hibernate.ogm.options.navigation.impl
Provides access to GlobalContexts specific to the current datastore provider.
ConfigurationBuilderServiceInitiator - Class in org.hibernate.ogm.options.navigation.impl
Initiator for the ConfigurationBuilderService.
ConfigurationBuilderServiceInitiator() - Constructor for class org.hibernate.ogm.options.navigation.impl.ConfigurationBuilderServiceInitiator
 
ConfigurationContext - Class in org.hibernate.ogm.options.navigation.impl
Keeps track of the entities and properties configured using the fluent configuration API.
ConfigurationContext(OptionsContext) - Constructor for class org.hibernate.ogm.options.navigation.impl.ConfigurationContext
 
ConfigurationService - Class in org.hibernate.ogm.service.impl
 
ConfigurationService(Map) - Constructor for class org.hibernate.ogm.service.impl.ConfigurationService
 
ConfigurationServiceInitiator - Class in org.hibernate.ogm.service.impl
 
ConfigurationServiceInitiator() - Constructor for class org.hibernate.ogm.service.impl.ConfigurationServiceInitiator
 
configure(Map) - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
 
configure(Map) - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.ogm.id.impl.OgmIdentityGenerator
configure(Type, Properties, Dialect) - Method in class org.hibernate.ogm.id.impl.OgmSequenceGenerator
configure(Type, Properties, Dialect) - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
configureDatastore(Class<D>) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
Returns a typed GlobalContext object allowing to apply store-specific configuration options.
configureEntity(Class<?>) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationContext
 
configureProperty(String, ElementType) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationContext
 
configureService(ServiceBinding<R>) - Method in class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceRegistryImpl
 
connection() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
connection(Connection) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionBuilderDelegator
 
connection() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
connection(Connection) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
connectionReleaseMode(ConnectionReleaseMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionBuilderDelegator
 
connectionReleaseMode() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
connectionReleaseMode(ConnectionReleaseMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
consume(Tuple) - Method in interface org.hibernate.ogm.massindex.batchindexing.Consumer
 
consume(Tuple) - Method in class org.hibernate.ogm.massindex.batchindexing.OptionallyWrapInJTATransaction
 
Consumer - Interface in org.hibernate.ogm.massindex.batchindexing
Represents an object that can consume a Tuple.
consumesCollectionAlias() - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
consumesEntityAlias() - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
contains(Object) - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
 
contains(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
contains(Object) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
containsAll(Collection<?>) - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
 
containsFetchProfileDefinition(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
containsKey(RowKey) - Method in class org.hibernate.ogm.datastore.impl.EmptyAssociationSnapshot
 
containsKey(RowKey) - Method in class org.hibernate.ogm.datastore.map.impl.MapAssociationSnapshot
 
containsKey(RowKey) - Method in interface org.hibernate.ogm.datastore.spi.AssociationSnapshot
 
context() - Method in class org.hibernate.ogm.options.navigation.impl.OptionsServiceImpl
 
context(SessionImplementor) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsServiceImpl
 
context() - Method in interface org.hibernate.ogm.options.spi.OptionsService
The context containing all the options
context(SessionImplementor) - Method in interface org.hibernate.ogm.options.spi.OptionsService
The context containing all the session dependent options
convert(T) - Method in interface org.hibernate.ogm.options.spi.AnnotationConverter
The annotation is converted in an Option that can be added to the OptionContainer.
CoreLogCategories - Enum in org.hibernate.ogm.util.impl
List of log categories used by Hibernate OGM core module.
createAndPutAssociationTuple(RowKey) - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
createArrayOf(String, Object[]) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
createAssociation(AssociationKey) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
createAssociation(AssociationKey) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
createAssociation(AssociationKey) - Method in interface org.hibernate.ogm.dialect.GridDialect
Create an empty container for the list of tuples corresponding to a given association Only used if the association data is not present
createAssociation(AssociationKey) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
createAssociation(AssociationKey) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 
createBlob() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
createClob() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.ogm.jpa.HibernateOgmPersistence
 
createCriteria(Class) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
createCriteria(Class, String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
createCriteria(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
createCriteria(String, String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
createdQuery(String, Object) - Method in interface org.hibernate.ogm.util.impl.Log
 
createEntityManager() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
 
createEntityManager(Map) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
 
createEntityManagerFactory(String, Map) - Method in class org.hibernate.ogm.jpa.HibernateOgmPersistence
 
createFilter(Object, String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
createGlobalContext(Class<? extends G>, Class<? extends EntityContext<?, ?>>, Class<? extends PropertyContext<?, ?>>) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationContext
Creates a new GlobalContext object based on the given context implementation types.
createGlobalContext(ConfigurationContext) - Static method in class org.hibernate.ogm.options.navigation.impl.GenericOptionModel
 
createIsolationDelegate() - Method in class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransaction
 
createMassIndexer(SearchFactoryImplementor, SessionFactory, Class<?>...) - Method in class org.hibernate.ogm.massindex.OgmMassIndexerFactory
 
createNamedQuery(String) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
createNamedQuery(String, Class<T>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
createNativeQuery(String) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
createNativeQuery(String, Class) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
createNativeQuery(String, String) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
createNClob() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
createQuery(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
createQuery(String) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
createQuery(CriteriaQuery<T>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
createQuery(String, Class<T>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
createSQLQuery(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
createSQLXML() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
createStatement() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
createStatement(int, int) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
createStatement(int, int, int) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
createStruct(String, Object[]) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
createTransaction(TransactionCoordinator) - Method in class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransactionFactory
 
createTuple(EntityKey) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
createTuple(EntityKey) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
createTuple(EntityKey) - Method in interface org.hibernate.ogm.dialect.GridDialect
Return a new tuple for a given key Only used if the tuple is not present
createTuple(EntityKey) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
createTuple(EntityKey) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 
createTupleAssociation(AssociationKey, RowKey) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
createTupleAssociation(AssociationKey, RowKey) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
createTupleAssociation(AssociationKey, RowKey) - Method in interface org.hibernate.ogm.dialect.GridDialect
 
createTupleAssociation(AssociationKey, RowKey) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
createTupleAssociation(AssociationKey, RowKey) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 

D

dataDefinitionCausesTransactionCommit() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
DATASTORE_PROVIDER - Static variable in class org.hibernate.ogm.datastore.impl.DatastoreProviderInitiator
 
datastoreClassCannotBeFound(String, String) - Method in interface org.hibernate.ogm.util.impl.Log
 
DatastoreConfiguration<G extends GlobalContext<?,?>> - Interface in org.hibernate.ogm.datastore.spi
Represents a specific datastore to the user and allows to invoke store-specific operations.
DatastoreProvider - Interface in org.hibernate.ogm.datastore.spi
Provides datastore centric configurations and native access.
dataStoreProviderClassName(String) - Static method in class org.hibernate.ogm.datastore.impl.DatastoreProviderInitiator
 
DatastoreProviderInitiator - Class in org.hibernate.ogm.datastore.impl
Loads the appropriate DatastoreProvider.
DatastoreProviderInitiator() - Constructor for class org.hibernate.ogm.datastore.impl.DatastoreProviderInitiator
 
DatastoreServices - Interface in org.hibernate.ogm.datastore.impl
Provide datastore related services.
DatastoreServicesImpl - Class in org.hibernate.ogm.datastore.impl
 
DatastoreServicesImpl(GridDialect) - Constructor for class org.hibernate.ogm.datastore.impl.DatastoreServicesImpl
 
DatastoreServicesInitiator - Class in org.hibernate.ogm.datastore.impl
Initialize DatastoreServices.
DatastoreServicesInitiator() - Constructor for class org.hibernate.ogm.datastore.impl.DatastoreServicesInitiator
 
DateType - Class in org.hibernate.ogm.type
Represents a date
DateType() - Constructor for class org.hibernate.ogm.type.DateType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
deepCopy(Object, SessionFactoryImplementor) - Method in interface org.hibernate.ogm.type.GridType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
DEF_SEGMENT_COLUMN - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
DEF_SEGMENT_LENGTH - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
DEF_SEGMENT_VALUE - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
DEF_TABLE - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
DEF_VALUE_COLUMN - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
DEFAULT_CONFIG - Static variable in interface org.hibernate.ogm.datastore.ehcache.impl.configuration.Environment
An URL to the default ehcache configuration file.
DEFAULT_INCREMENT_SIZE - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
DEFAULT_INITIAL_VALUE - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
DefaultDatastoreNames - Interface in org.hibernate.ogm.datastore.spi
 
DelegatorPersistenceUnitInfo - Class in org.hibernate.ogm.jpa.impl
Delegate most PersistenceUnitInfo method except for: - getPersistenceProviderClassName which is set to Hibernate EntityManager's persistence provider
DelegatorPersistenceUnitInfo(PersistenceUnitInfo) - Constructor for class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
delete(String, Object, boolean, Set) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
delete(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
delete(String, Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
delete(Serializable, Object, Object, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
deleteRow() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
deleteRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
deletesAreDetected(int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
detach(Object) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
dialectClassCannotBeFound(String) - Method in interface org.hibernate.ogm.util.impl.Log
 
disableFetchProfile(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
disableFilter(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
disableTransactionAutoJoin() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
disassemble(Object, SessionImplementor, Object) - Method in interface org.hibernate.ogm.type.GridType
Return a cacheable "disassembled" representation of the object.
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
disconnect() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.ogm.service.impl.OgmIntegrator
 
doesMaxRowSizeIncludeBlobs() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
doesNotImplementGridDialect(String) - Method in interface org.hibernate.ogm.util.impl.Log
 
doReturningWork(ReturningWork<T>) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
DoubleType - Class in org.hibernate.ogm.type
Represents a Double type
DoubleType() - Constructor for class org.hibernate.ogm.type.DoubleType
 
doWork(Work) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
doWorkInCurrentTransactionIfAny(SessionImplementor) - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
doWorkInIsolationTransaction(SessionImplementor) - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
DummyTransactionManagerLookup - Class in org.hibernate.ogm.transaction.infinispan.impl
Encapsulate Infinispan's DummyTransactionManager
DummyTransactionManagerLookup() - Constructor for class org.hibernate.ogm.transaction.infinispan.impl.DummyTransactionManagerLookup
 

E

EhcacheConfiguration - Class in org.hibernate.ogm.datastore.ehcache.impl.configuration
Configuration for EhcacheDatastoreProvider.
EhcacheConfiguration() - Constructor for class org.hibernate.ogm.datastore.ehcache.impl.configuration.EhcacheConfiguration
 
EhcacheDatastoreProvider - Class in org.hibernate.ogm.datastore.ehcache.impl
 
EhcacheDatastoreProvider() - Constructor for class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
 
EhcacheDatastoreProvider.OgmTransactionManagerLookupDelegate - Class in org.hibernate.ogm.datastore.ehcache.impl
 
EhcacheDatastoreProvider.OgmTransactionManagerLookupDelegate() - Constructor for class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider.OgmTransactionManagerLookupDelegate
 
EhcacheDialect - Class in org.hibernate.ogm.dialect.ehcache
 
EhcacheDialect(EhcacheDatastoreProvider) - Constructor for class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
EMPTY - Static variable in class org.hibernate.ogm.options.spi.OptionsContainer
An immutable empty options container.
EMPTY_CONTEXT - Static variable in class org.hibernate.ogm.loader.OgmLoadingContext
Do not edit this reference.
EMPTY_INT_ARRAY - Static variable in class org.hibernate.ogm.util.impl.ArrayHelper
 
EmptyAssociationSnapshot - Class in org.hibernate.ogm.datastore.impl
Represents an empty AssociationSnapshot.
EmptyTupleSnapshot - Class in org.hibernate.ogm.datastore.impl
 
enableFetchProfile(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
enableFilter(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
entity(Class<?>) - Method in interface org.hibernate.ogm.options.navigation.context.EntityContext
Specify mapping for the entity type
entity(Class<?>) - Method in interface org.hibernate.ogm.options.navigation.context.GlobalContext
Specify mapping for the entity type
entity(Class<?>) - Method in interface org.hibernate.ogm.options.navigation.context.PropertyContext
Specify mapping for the entity type
ENTITY_STORE - Static variable in interface org.hibernate.ogm.datastore.spi.DefaultDatastoreNames
 
EntityContext<E extends EntityContext<E,P>,P extends PropertyContext<E,P>> - Interface in org.hibernate.ogm.options.navigation.context
Entity level to the mapping API.
EntityKey - Class in org.hibernate.ogm.grid
Entity key
EntityKey(EntityKeyMetadata, Object[]) - Constructor for class org.hibernate.ogm.grid.EntityKey
 
EntityKeyBuilder - Class in org.hibernate.ogm.persister
 
EntityKeyMetadata - Class in org.hibernate.ogm.grid
Stores metadata information common to all keys related to a given entity.
EntityKeyMetadata(String, String[]) - Constructor for class org.hibernate.ogm.grid.EntityKeyMetadata
 
EntityOptions<T> - Interface in org.hibernate.ogm.options.spi
Entity-level mapping options common to all NoSQL stores.
EnumType - Class in org.hibernate.ogm.type
Store Enums as either integer or string
EnumType(CustomType, EnumType) - Constructor for class org.hibernate.ogm.type.EnumType
 
Environment - Interface in org.hibernate.ogm.datastore.ehcache.impl.configuration
Configuration options for EhcacheDatastoreProvider.
Environment - Interface in org.hibernate.ogm.datastore.infinispan.impl.configuration
Configuration options for InfinispanDatastoreProvider
equals(Object) - Method in class org.hibernate.ogm.grid.AssociationKey
 
equals(Object) - Method in class org.hibernate.ogm.grid.AssociationKeyMetadata
 
equals(Object) - Method in class org.hibernate.ogm.grid.EntityKey
 
equals(Object) - Method in class org.hibernate.ogm.grid.EntityKeyMetadata
 
equals(Object) - Method in class org.hibernate.ogm.grid.RowKey
 
equals(Object) - Method in class org.hibernate.ogm.options.navigation.impl.PropertyKey
 
equals(Object) - Method in class org.hibernate.ogm.options.spi.Option
 
evict(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
evict(Class) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
evict(Class, Serializable) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
evictCollection(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
evictCollection(String, Serializable) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
evictEntity(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
evictEntity(String, Serializable) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
evictQueries(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
evictQueries() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
excludeUnlistedClasses() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
execute(String) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
execute(String, int) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
execute(String, int[]) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
execute(String, String[]) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
executeBackendQuery(CustomQuery, EntityKeyMetadata[]) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
executeBackendQuery(CustomQuery, EntityKeyMetadata[]) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
executeBackendQuery(CustomQuery, EntityKeyMetadata[]) - Method in interface org.hibernate.ogm.dialect.GridDialect
Returns the result of a native query executed on the backend.
executeBackendQuery(CustomQuery, EntityKeyMetadata[]) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
executeBackendQuery(CustomQuery, EntityKeyMetadata[]) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 
executeBatch() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
executeQuery(String) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
executeUpdate() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmQuery
 
executeUpdate(String, QueryParameters) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
executeUpdate(String) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
executeUpdate(String, int) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
executeUpdate(String, int[]) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
executeUpdate(String, String[]) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
executeUpdate() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
Executors - Class in org.hibernate.ogm.massindex.batchindexing
Helper class to create threads; these threads are grouped and named to be identified in a profiler.
Executors() - Constructor for class org.hibernate.ogm.massindex.batchindexing.Executors
 
Executors.BlockPolicy - Class in org.hibernate.ogm.massindex.batchindexing
A handler for rejected tasks that will have the caller block until space is available.
Executors.BlockPolicy() - Constructor for class org.hibernate.ogm.massindex.batchindexing.Executors.BlockPolicy
Creates a BlockPolicy.
extract(Tuple, String) - Method in class org.hibernate.ogm.type.descriptor.BasicGridExtractor
 
extract(Tuple, String) - Method in interface org.hibernate.ogm.type.descriptor.GridValueExtractor
 
extract(Tuple, String) - Method in class org.hibernate.ogm.type.descriptor.StringMappedGridExtractor
 
extractJndiProperties(Map) - Static method in class org.hibernate.ogm.util.impl.JndiHelper
 

F

find(Class<T>, Object) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
find(Class<T>, Object, Map<String, Object>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
find(Class<T>, Object, LockModeType) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
findColumn(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
first() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
flush() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
flush() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
flushBeforeCompletion(boolean) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionBuilderDelegator
 
flushBeforeCompletion() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
flushBeforeCompletion(boolean) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
flushToCache() - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
forceFlush(EntityEntry) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
forceVersionIncrement(Serializable, Object, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
forEachTuple(Consumer, EntityKeyMetadata...) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
forEachTuple(Consumer, EntityKeyMetadata...) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
forEachTuple(Consumer, EntityKeyMetadata...) - Method in interface org.hibernate.ogm.dialect.GridDialect
A consumer is called for each tuple matching the selected EntityKeyMetadata.
forEachTuple(Consumer, EntityKeyMetadata...) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
forEachTuple(Consumer, EntityKeyMetadata...) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.ogm.cfg.impl.OgmNamingStrategy
 
fromData(EntityKeyMetadata, GridType, Serializable, SessionImplementor) - Static method in class org.hibernate.ogm.persister.EntityKeyBuilder
 
fromJoinFragment(String, boolean, boolean) - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
fromPersister(OgmEntityPersister, Serializable, SessionImplementor) - Static method in class org.hibernate.ogm.persister.EntityKeyBuilder
 
fromString(String) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
fromString(String) - Method in class org.hibernate.ogm.type.descriptor.CalendarTimeZoneDateTimeTypeDescriptor
 
fromString(String) - Method in class org.hibernate.ogm.type.descriptor.TimestampDateTypeDescriptor
 
fromStringValue(String) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
fromStringValue(String) - Method in class org.hibernate.ogm.type.BigDecimalType
 
fromStringValue(String) - Method in class org.hibernate.ogm.type.BigIntegerType
 
fromStringValue(String) - Method in class org.hibernate.ogm.type.BooleanType
 
fromStringValue(String) - Method in class org.hibernate.ogm.type.UrlType
 
fromStringValue(String) - Method in class org.hibernate.ogm.type.UUIDType
 
fromTableFragment(String) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
fromXMLNode(Node, Mapping) - Method in interface org.hibernate.ogm.type.GridType
Parse the XML representation of an instance.
fromXMLNode(Node, Mapping) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
fromXMLString(String, Mapping) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 

G

generate(SessionImplementor, Object) - Method in class org.hibernate.ogm.id.impl.OgmIdentityGenerator
generate(SessionImplementor, Object) - Method in class org.hibernate.ogm.id.impl.OgmSequenceGenerator
generate(SessionImplementor, Object) - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
generateCacheKey(Serializable, Type, String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
generatedKeyAlwaysReturned() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
generateEntityKey(Serializable, EntityPersister) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
generatorKey() - Method in class org.hibernate.ogm.id.impl.OgmIdentityGenerator
generatorKey() - Method in class org.hibernate.ogm.id.impl.OgmSequenceGenerator
generatorKey() - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
GenericOptionModel - Class in org.hibernate.ogm.options.navigation.impl
A generic option model that provides no store-specific options.
GenericOptionModel() - Constructor for class org.hibernate.ogm.options.navigation.impl.GenericOptionModel
 
get(RowKey) - Method in class org.hibernate.ogm.datastore.impl.EmptyAssociationSnapshot
 
get(String) - Method in class org.hibernate.ogm.datastore.impl.EmptyTupleSnapshot
 
get(String) - Method in class org.hibernate.ogm.datastore.impl.MapTupleSnapshot
 
get(RowKey) - Method in class org.hibernate.ogm.datastore.map.impl.MapAssociationSnapshot
 
get(RowKey) - Method in class org.hibernate.ogm.datastore.spi.Association
 
get(RowKey) - Method in interface org.hibernate.ogm.datastore.spi.AssociationSnapshot
Returns the value set in a column or null if not set
get(String) - Method in class org.hibernate.ogm.datastore.spi.Tuple
 
get(String) - Method in interface org.hibernate.ogm.datastore.spi.TupleSnapshot
Returns the value set in a column or null if not set
get(String) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanTupleSnapshot
 
get(Class, Serializable) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
get(Class, Serializable, LockMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
get(Class, Serializable, LockOptions) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
get(String, Serializable) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
get(String, Serializable, LockMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
get(String, Serializable, LockOptions) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
get(Class<T>) - Method in class org.hibernate.ogm.options.spi.OptionsContainer
Returns a set with all options of the given type (be it unique or non-unique).
getActionQueue() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getAlias() - Method in class org.hibernate.ogm.persister.NotNeededDiscriminator
 
getAlias() - Method in class org.hibernate.ogm.persister.TablePerClassDiscriminator
 
getAllClassMetadata() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getAllCollectionMetadata() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getAllSecondLevelCacheRegions() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getArray(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getArray(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getAsciiStream(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getAsciiStream(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
getAssociation(AssociationKey) - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
 
getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
getAssociation(AssociationKey, AssociationContext) - Method in interface org.hibernate.ogm.dialect.GridDialect
Return the list of tuples corresponding to a given association and the given context
getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 
getAssociationContext() - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
getAssociationKeyMetadata() - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
getAssociationKind() - Method in class org.hibernate.ogm.grid.AssociationKey
Describe the type of association.
getAssociationsMap() - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
Meant to execute assertions in tests only
getAtomicMap() - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanTupleSnapshot
 
getAttributes(String, String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getAutoCommit() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getBigDecimal(int, int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getBigDecimal(String, int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getBigDecimal(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getBigDecimal(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getBinaryStream(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getBinaryStream(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getBinder(JavaTypeDescriptor<X>) - Method in interface org.hibernate.ogm.type.descriptor.GridTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.PassThroughGridTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.StringMappedGridTypeDescriptor
 
getBlob(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getBlob(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getBoolean(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getBoolean(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getByte(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getByte(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getBytes(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getBytes(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getCache(String) - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
 
getCache() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getCache() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
 
getCacheManager() - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
 
getCacheMode() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getCatalog() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
getCatalogs() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getCatalogSeparator() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getCatalogTerm() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getCharacterStream(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getCharacterStream(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getClassFromName(String) - Method in class org.hibernate.ogm.service.impl.SessionFactoryEntityNamesResolver
 
getClassLoader() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getClassMetadata(Class) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getClassMetadata(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getClientInfo(String) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
getClientInfo() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
getClientInfoProperties() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getClob(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getClob(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getCollectionAliases() - Method in class org.hibernate.ogm.loader.OgmLoader
returns the collection column names
getCollectionMetadata(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getCollectionMetadata() - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
getCollectionMetadataOrNull() - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
getCollectionPersister(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getCollectionPersisterClass(Collection) - Method in class org.hibernate.ogm.jpa.impl.OgmPersisterClassResolver
 
getCollectionPersisterClass(PluralAttributeBinding) - Method in class org.hibernate.ogm.jpa.impl.OgmPersisterClassResolver
 
getCollectionPersisters() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getCollectionRole() - Method in class org.hibernate.ogm.grid.AssociationKey
Association role.
getCollectionRolesByEntityParticipant(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getColumn() - Method in class org.hibernate.ogm.datastore.spi.TupleOperation
 
getColumnName() - Method in class org.hibernate.ogm.persister.NotNeededDiscriminator
 
getColumnName() - Method in class org.hibernate.ogm.persister.TablePerClassDiscriminator
 
getColumnNames() - Method in class org.hibernate.ogm.datastore.impl.EmptyTupleSnapshot
 
getColumnNames() - Method in class org.hibernate.ogm.datastore.impl.MapTupleSnapshot
 
getColumnNames() - Method in class org.hibernate.ogm.datastore.spi.Tuple
 
getColumnNames() - Method in interface org.hibernate.ogm.datastore.spi.TupleSnapshot
 
getColumnNames() - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanTupleSnapshot
 
getColumnNames() - Method in class org.hibernate.ogm.grid.AssociationKey
 
getColumnNames() - Method in class org.hibernate.ogm.grid.AssociationKeyMetadata
 
getColumnNames() - Method in class org.hibernate.ogm.grid.EntityKey
This class should be treated as immutable.
getColumnNames() - Method in class org.hibernate.ogm.grid.EntityKeyMetadata
This class should be treated as immutable.
getColumnNames() - Method in class org.hibernate.ogm.grid.impl.RowKeyBuilder
 
getColumnNames() - Method in class org.hibernate.ogm.grid.RowKey
This class should be treated as immutable.
getColumnPrivileges(String, String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.BigDecimalType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.BigIntegerType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.BooleanType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.ByteType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.CalendarDateType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.CalendarType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.ClassType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.DateType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.DoubleType
 
getColumnSpan(Mapping) - Method in interface org.hibernate.ogm.type.GridType
How many columns are used to persist this type.
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.IntegerType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.LongType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.PrimitiveByteArrayType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.StringCalendarDateType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.StringDateTypeDescriptor
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.StringType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.TimestampType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.TimeType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.UrlType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.UUIDType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.WrapperBinaryType
 
getColumnsValuesFromObjectValue(Object, GridType, String[], SessionImplementor) - Static method in class org.hibernate.ogm.util.impl.LogicalPhysicalConverterHelper
 
getColumnValues() - Method in class org.hibernate.ogm.grid.AssociationKey
 
getColumnValues() - Method in class org.hibernate.ogm.grid.EntityKey
This class should be treated as immutable.
getColumnValues() - Method in class org.hibernate.ogm.grid.RowKey
This class should be treated as immutable.
getColumnValuesFromResultset(Tuple, String[]) - Static method in class org.hibernate.ogm.util.impl.LogicalPhysicalConverterHelper
 
getConcurrency() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
 
getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
 
getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
 
getConfigurationBuilder() - Method in interface org.hibernate.ogm.datastore.spi.DatastoreConfiguration
Returns a store-specific GlobalContext object which allows to apply configuration options on a global, entity and property level.
getConfigurationBuilder(ConfigurationContext) - Method in interface org.hibernate.ogm.datastore.spi.DatastoreProvider
Returns a new store-specific GlobalContext instance.
getConfigurationBuilder() - Method in interface org.hibernate.ogm.options.navigation.impl.ConfigurationBuilderService
Returns a new global context of the store-specific implementation type
getConfigurationBuilder() - Method in class org.hibernate.ogm.options.navigation.impl.OptionsServiceImpl
 
getConfigurationName() - Method in class org.hibernate.ogm.datastore.infinispan.impl.configuration.InfinispanConfiguration
 
getConnection() - Method in class org.hibernate.ogm.jdbc.NoopConnectionProvider
 
getConnection() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getConnection() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getConnectionProvider() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getConstraintOrderedTableNameClosure() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getContextEntityIdentifier(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getCriteriaBuilder() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
getCriteriaBuilder() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
 
getCrossReference(String, String, String, String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getCurrentLockMode(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getCurrentSession() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getCurrentVersion(Serializable, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
Retrieve the version number
getCursorName() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getCustomQueryReturns() - Method in class org.hibernate.ogm.loader.nativeloader.BackendCustomQuery
 
getDatabaseMajorVersion() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getDatabaseProductName() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getDatabaseProductVersion() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getDatabaseSnapshot(Serializable, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
This snapshot is meant to be used when updating data.
getDatastoreProviderClassName() - Method in enum org.hibernate.ogm.datastore.impl.AvailableDatastoreProvider
 
getDate(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getDate(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getDate(int, Calendar) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getDate(String, Calendar) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getDefaultDialect() - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
 
getDefaultDialect() - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
 
getDefaultDialect() - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
 
getDefaultDialect() - Method in interface org.hibernate.ogm.datastore.spi.DatastoreProvider
 
getDefaultQueryParserServiceType() - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
 
getDefaultQueryParserServiceType() - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
 
getDefaultQueryParserServiceType() - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
 
getDefaultQueryParserServiceType() - Method in interface org.hibernate.ogm.datastore.spi.DatastoreProvider
Returns the type of QueryParserService to be used for executing queries against the underlying datastore if no parser service type was explicitly configured by the user via the OgmConfiguration.OGM_QUERY_PARSER_SERVICE option.
getDefaultReleaseMode() - Method in class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransactionFactory
 
getDefaultTransactionIsolation() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getDefinedFilterNames() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getDelegate() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
getDialect() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getDiscriminatorColumnName() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getDiscriminatorSQLValue() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getDiscriminatorValue() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getDontFlushFromFind() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getDouble(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getDouble(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getDriverMajorVersion() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getDriverMinorVersion() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getDriverName() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getDriverVersion() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getElementColumnNames() - Method in interface org.hibernate.ogm.persister.CollectionPhysicalModel
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association)
getElementGridType() - Method in interface org.hibernate.ogm.persister.CollectionPhysicalModel
 
getElementGridType() - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
getEmbeddedCacheManager() - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
 
getEnabledFilter(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getEnabledFilters() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getEntity() - Method in class org.hibernate.ogm.options.navigation.impl.PropertyKey
 
getEntityKey() - Method in class org.hibernate.ogm.grid.AssociationKey
Owning entity key.
getEntityKeyMetadata() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getEntityManagerFactory() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
getEntityMap() - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
Meant to execute assertions in tests only
getEntityName(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getEntityNotFoundDelegate() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getEntityOptions(Class<?>) - Static method in class org.hibernate.ogm.options.navigation.impl.AnnotationProcessor
Returns an OptionsContainer with the entity-level options of the given type.
getEntityOptions(Class<?>) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsContext
 
getEntityOptions(Class<?>) - Method in interface org.hibernate.ogm.options.spi.OptionsService.OptionsServiceContext
 
getEntityPersister(String, Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getEntityPersister(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getEntityPersisters() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getEntityTuple(EntityKey) - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
 
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getExportedKeys(String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getExtractor(JavaTypeDescriptor<X>) - Method in interface org.hibernate.ogm.type.descriptor.GridTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.PassThroughGridTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.StringMappedGridTypeDescriptor
 
getExtraNameCharacters() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getFactory() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getFetchDirection() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getFetchDirection() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getFetchProfile() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getFetchProfile(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getFetchSize() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getFetchSize() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getFilterAliasGenerator(String) - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getFilterDefinition(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getFilterParameterType(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getFilterParameterValue(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getFirstResult() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getFloat(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getFloat(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getFlushMode() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getFlushMode() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getFlushMode() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
getFunctionColumns(String, String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getFunctions(String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getGeneratedKeys() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getGlobalOptions() - Method in class org.hibernate.ogm.options.navigation.impl.OptionsContext
 
getGlobalOptions() - Method in interface org.hibernate.ogm.options.spi.OptionsService.OptionsServiceContext
 
getGridDialect() - Method in interface org.hibernate.ogm.datastore.impl.DatastoreServices
Return the GridDialect
getGridDialect() - Method in class org.hibernate.ogm.datastore.impl.DatastoreServicesImpl
 
getGridIdentifierType() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getGridTypeDescriptor() - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
getHashCode(Object) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
getHashCode(Object) - Method in interface org.hibernate.ogm.type.GridType
Get a hash code, consistent with persistence "equality".
getHashCode(Object, SessionFactoryImplementor) - Method in interface org.hibernate.ogm.type.GridType
Get a hash code, consistent with persistence "equality".
getHashCode(Object) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
getHints() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getHoldability() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
getHoldability() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getHql() - Method in class org.hibernate.ogm.options.generic.NamedQueryOption
 
getIdentifier(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getIdentifierColumnName() - Method in interface org.hibernate.ogm.persister.CollectionPhysicalModel
 
getIdentifierGenerator(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getIdentifierGeneratorFactory() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getIdentifierPropertyName(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getIdentifierQuoteString() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getIdentifierType(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getIdentifierType() - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
Type mapping for the identifier.
getImplementors(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getImportedClassName(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getImportedKeys(String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getIncrementSize() - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
The amount of increment to use.
getIndexColumnNames() - Method in interface org.hibernate.ogm.persister.CollectionPhysicalModel
Get the names of the collection index columns if this is an indexed collection (optional operation)
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getInitialValue() - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
The initial value to use when we find no previous state in the generator table corresponding to our sequence.
getInt(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getInt(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getInterceptor() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getInterceptor() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getJarFileUrls() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getJavaTypeDescriptor() - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
getJdbcConnectionAccess() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getJDBCMajorVersion() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getJDBCMinorVersion() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getJdbcServices() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getJndiName() - Method in class org.hibernate.ogm.datastore.infinispan.impl.configuration.InfinispanConfiguration
 
getJoinStatus() - Method in class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransaction
 
getJpaEntityName() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getJtaDataSource() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getKey() - Method in class org.hibernate.ogm.datastore.spi.AssociationOperation
 
getKeyColumnNames() - Method in interface org.hibernate.ogm.persister.CollectionPhysicalModel
The columns to join on
getKeyGridType() - Method in interface org.hibernate.ogm.persister.CollectionPhysicalModel
 
getKeyGridType() - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
getKeys() - Method in class org.hibernate.ogm.datastore.spi.Association
 
getLoadQueryInfluencers() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getLobHelper() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
getLockingStrategy(Lockable, LockMode) - Method in interface org.hibernate.ogm.dialect.GridDialect
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
Get a strategy instance which knows how to acquire a database-level lock of the specified mode for this dialect.
getLockMode() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getLockMode(Object) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
getLockOptions() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmQuery
 
getLong(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getLong(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getManagedClassNames() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getMap() - Method in class org.hibernate.ogm.datastore.impl.MapTupleSnapshot
 
getMappingFileNames() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getMaxBinaryLiteralLength() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxColumnsInTable() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxConnections() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxCursorNameLength() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxFieldSize() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getMaxIndexLength() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxResults() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getMaxRows() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getMaxRowSize() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxStatementLength() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxStatements() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxTableNameLength() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxTablesInSelect() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMaxUserNameLength() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getMetaData() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
getMetaData() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getMetamodel() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
getMetamodel() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
 
getMoreResults() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getMoreResults(int) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getName() - Method in class org.hibernate.ogm.options.generic.NamedQueryOption
 
getName() - Method in class org.hibernate.ogm.type.BigDecimalType
 
getName() - Method in class org.hibernate.ogm.type.BigIntegerType
 
getName() - Method in class org.hibernate.ogm.type.BooleanType
 
getName() - Method in class org.hibernate.ogm.type.ByteType
 
getName() - Method in class org.hibernate.ogm.type.CalendarDateType
 
getName() - Method in class org.hibernate.ogm.type.CalendarType
 
getName() - Method in class org.hibernate.ogm.type.ClassType
 
getName() - Method in class org.hibernate.ogm.type.DateType
 
getName() - Method in class org.hibernate.ogm.type.DoubleType
 
getName() - Method in interface org.hibernate.ogm.type.GridType
Returns the abbreviated name of the type.
getName() - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
getName() - Method in class org.hibernate.ogm.type.IntegerType
 
getName() - Method in class org.hibernate.ogm.type.LongType
 
getName() - Method in class org.hibernate.ogm.type.PrimitiveByteArrayType
 
getName() - Method in class org.hibernate.ogm.type.StringCalendarDateType
 
getName() - Method in class org.hibernate.ogm.type.StringDateTypeDescriptor
 
getName() - Method in class org.hibernate.ogm.type.StringType
 
getName() - Method in class org.hibernate.ogm.type.TimestampType
 
getName() - Method in class org.hibernate.ogm.type.TimeType
 
getName() - Method in class org.hibernate.ogm.type.UrlType
 
getName() - Method in class org.hibernate.ogm.type.UUIDType
 
getName() - Method in class org.hibernate.ogm.type.WrapperBinaryType
 
getNamedParameterBindPoints() - Method in class org.hibernate.ogm.loader.nativeloader.BackendCustomQuery
 
getNamedQuery(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getNamedQuery(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getNamedSQLQuery(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getNamedSQLQuery(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getNaturalIdCacheRegion(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getNCharacterStream(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getNCharacterStream(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getNClob(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getNClob(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getNetworkTimeout() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
getNewTempClassLoader() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getNonFlushedChanges() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getNonJtaDataSource() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getNString(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getNString(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getNumericFunctions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getObject(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getObject(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getObject(int, Class<T>) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getObject(String, Class<T>) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryObjectFactory
 
getOperations() - Method in class org.hibernate.ogm.datastore.spi.Association
Return the list of actions on the tuple.
getOperations() - Method in class org.hibernate.ogm.datastore.spi.Tuple
Return the list of actions on the tuple.
getOptimizer() - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
The optimizer being used by this generator.
getOptionIdentifier() - Method in class org.hibernate.ogm.options.generic.NamedQueryOption
 
getOptionIdentifier() - Method in class org.hibernate.ogm.options.spi.Option
Returns this option's identifier.
getOptionIdentifier() - Method in class org.hibernate.ogm.options.spi.UniqueOption
Return the identifier of this option.
getParameter(String) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getParameter(String, Class<T>) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getParameter(int) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getParameter(int, Class<T>) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getParameters() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getParameterValue(Parameter<T>) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getParameterValue(String) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getParameterValue(int) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getParsedQueryExecutor(OgmSession, String, Map<String, Object>) - Method in class org.hibernate.ogm.service.impl.LuceneBasedQueryParserService
 
getParsedQueryExecutor(OgmSession, String, Map<String, Object>) - Method in interface org.hibernate.ogm.service.impl.QueryParserService
Experimental! Parameters will very likely need to change.
getPersistenceContext() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getPersistenceProviderClassName() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getPersistenceUnitName() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getPersistenceUnitRootUrl() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getPersistenceUnitUtil() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
 
getPersistenceXMLSchemaVersion() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getPrimaryKeys(String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getProcedures(String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getProcedureTerm() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getProperties() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getProperties() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getProperties() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
getProperties() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
 
getProperty() - Method in class org.hibernate.ogm.options.navigation.impl.PropertyKey
 
getPropertyAliases(String, int) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getPropertyDoesNotExistException(String, String, ElementType) - Method in interface org.hibernate.ogm.util.impl.Log
 
getPropertyName(Method) - Static method in class org.hibernate.ogm.util.impl.ReflectionHelper
Returns the JavaBeans property name of the given method if it is a getter method.
getPropertyOptions(Class<?>) - Static method in class org.hibernate.ogm.options.navigation.impl.AnnotationProcessor
Returns an OptionsContainer with the property-level options of the given type, keyed by property.
getPropertyOptions(Class<?>, String) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsContext
 
getPropertyOptions(Class<?>, String) - Method in interface org.hibernate.ogm.options.spi.OptionsService.OptionsServiceContext
 
getPropertySpaces() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getPropertyTableName(String) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getProviderUtil() - Method in class org.hibernate.ogm.jpa.HibernateOgmPersistence
 
getPseudoColumns(String, String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getQueryCache() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getQueryCache(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getQueryPlanCache() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getQuerySpaces() - Method in class org.hibernate.ogm.loader.nativeloader.BackendCustomQuery
 
getQueryTimeout() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getRead() - Method in class org.hibernate.ogm.options.generic.QuorumOption
 
getRef(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getRef(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getReference() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getReference(Class<T>, Object) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getRegistrationKeys() - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
getRegistrationKeys() - Method in class org.hibernate.ogm.type.DoubleType
 
getRegistrationKeys() - Method in class org.hibernate.ogm.type.IntegerType
 
getRegistrationKeys() - Method in class org.hibernate.ogm.type.LongType
 
getRegistrationKeys() - Method in class org.hibernate.ogm.type.WrapperBinaryType
 
getResultList() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getResultSet() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getResultSet() - Method in class org.hibernate.ogm.loader.OgmLoadingContext
 
getResultSetConcurrency() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getResultSetHoldability() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getResultSetHoldability() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getResultSetMapping(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getResultSetType() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getReturnAliases(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getReturnedClass() - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
getReturnedClass() - Method in interface org.hibernate.ogm.type.GridType
getReturnedClass() - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
getReturnTypes(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getRootEntityKeyMetadata() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getRow() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getRowId(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getRowId(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getRowIdLifetime() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getRowKeyColumnNames() - Method in class org.hibernate.ogm.grid.AssociationKey
 
getRowKeyColumnNames() - Method in class org.hibernate.ogm.grid.AssociationKeyMetadata
 
getRowKeyColumnNames() - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
getRowKeys() - Method in class org.hibernate.ogm.datastore.impl.EmptyAssociationSnapshot
 
getRowKeys() - Method in class org.hibernate.ogm.datastore.map.impl.MapAssociationSnapshot
 
getRowKeys() - Method in interface org.hibernate.ogm.datastore.spi.AssociationSnapshot
 
getSchema() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
getSchemas() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getSchemas(String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getSchemaTerm() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getSearchStringEscape() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getSecondLevelCacheRegion(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getSegmentColumnName() - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
The name of the column in which we store the segment to which each row belongs.
getSegmentValue() - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
The value in segment column which corresponding to this generator instance.
getSegmentValueLength() - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
The size of the segment column in the underlying table.
getSelectableColumns() - Method in class org.hibernate.ogm.datastore.spi.AssociationContext
 
getSelectableColumns() - Method in class org.hibernate.ogm.datastore.spi.TupleContext
 
getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
getSemiResolvedType(SessionFactoryImplementor) - Method in interface org.hibernate.ogm.type.GridType
Get the type of a semi-resolved value.
getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
getServiceInitiated() - Method in class org.hibernate.ogm.datastore.impl.DatastoreProviderInitiator
 
getServiceInitiated() - Method in class org.hibernate.ogm.datastore.impl.DatastoreServicesInitiator
 
getServiceInitiated() - Method in class org.hibernate.ogm.dialect.impl.GridDialectFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.ogm.dialect.OgmDialectFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.ogm.jdbc.OgmConnectionProviderInitiator
 
getServiceInitiated() - Method in class org.hibernate.ogm.jpa.impl.OgmPersisterClassResolverInitiator
 
getServiceInitiated() - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationBuilderServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.ogm.options.navigation.impl.OptionsServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.ogm.service.impl.ConfigurationServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.ogm.service.impl.OgmJdbcServicesInitiator
 
getServiceInitiated() - Method in class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceRegistryFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.ogm.transaction.impl.OgmJtaPlatformInitiator
 
getServiceInitiated() - Method in class org.hibernate.ogm.transaction.impl.OgmTransactionFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.ogm.type.impl.TypeTranslatorInitiator
 
getServiceRegistry() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getSessionFactory() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getSessionFactory() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
 
getSessionFactoryOptions() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getSettings() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getSharedAtomicInteger(RowKey, int, int) - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
 
getSharedCacheMode() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getShort(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getShort(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getSingleResult() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
getSize(Serializable, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
getSnapshot() - Method in class org.hibernate.ogm.datastore.spi.Association
 
getSnapshot() - Method in class org.hibernate.ogm.datastore.spi.Tuple
 
getSQL() - Method in class org.hibernate.ogm.loader.nativeloader.BackendCustomQuery
 
getSQLExceptionConverter() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getSQLExceptionHelper() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getSqlFunctionRegistry() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getSQLKeywords() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getSQLStateType() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getSqlValue() - Method in class org.hibernate.ogm.persister.NotNeededDiscriminator
 
getSqlValue() - Method in class org.hibernate.ogm.persister.TablePerClassDiscriminator
 
getSQLXML(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getSQLXML(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getStatement() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getStatistics() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getStatistics() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getStatisticsImplementor() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getStrategies() - Method in class org.hibernate.ogm.jpa.impl.OgmIdentifierGeneratorStrategyProvider
 
getString(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getString(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getStringFunctions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getSubclassPropertyTableName(int) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getSubclassTableName(int) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getSuffix() - Method in class org.hibernate.ogm.loader.OgmColumnCollectionAliases
 
getSuffixedElementAliases() - Method in class org.hibernate.ogm.loader.OgmColumnCollectionAliases
 
getSuffixedIdentifierAlias() - Method in class org.hibernate.ogm.loader.OgmColumnCollectionAliases
 
getSuffixedIndexAliases() - Method in class org.hibernate.ogm.loader.OgmColumnCollectionAliases
 
getSuffixedKeyAliases() - Method in class org.hibernate.ogm.loader.OgmColumnCollectionAliases
 
getSuperTables(String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getSystemFunctions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getTable() - Method in class org.hibernate.ogm.grid.AssociationKey
 
getTable() - Method in class org.hibernate.ogm.grid.AssociationKeyMetadata
 
getTable() - Method in class org.hibernate.ogm.grid.EntityKey
 
getTable() - Method in class org.hibernate.ogm.grid.EntityKeyMetadata
 
getTable() - Method in class org.hibernate.ogm.grid.RowKey
 
getTableAccessCount() - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
Getter for property 'tableAccessCount'.
getTableName() - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
The name of the table in which we store this generator's persistent state.
getTableName() - Method in interface org.hibernate.ogm.persister.CollectionPhysicalModel
The table to join to.
getTableName() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getTablePrivileges(String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getTableTypes() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getTenantIdentifier() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getTime(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getTime(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getTime(int, Calendar) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getTime(String, Calendar) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getTimeDateFunctions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getTimestamp() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getTimestamp(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getTimestamp(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getTimestamp(int, Calendar) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getTimestamp(String, Calendar) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getTransaction() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getTransaction() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
getTransactionCoordinator() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.ogm.transaction.infinispan.impl.DummyTransactionManagerLookup
 
getTransactionIsolation() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
getTransactionManager() - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider.OgmTransactionManagerLookupDelegate
 
getTransactionManager() - Method in class org.hibernate.ogm.datastore.infinispan.impl.TransactionManagerLookupDelegator
 
getTransactionManager(Properties) - Method in class org.hibernate.ogm.transaction.infinispan.impl.DummyTransactionManagerLookup
 
getTransactionType() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
getTuple(EntityKey, TupleContext) - Method in interface org.hibernate.ogm.dialect.GridDialect
Return the tuple with the given column for a given key
getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 
getTuple() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
Retrieve the current value for the collection entry
getTupleContext() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
getType() - Method in class org.hibernate.ogm.datastore.spi.AssociationOperation
 
getType() - Method in class org.hibernate.ogm.datastore.spi.TupleOperation
 
getType() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getType() - Method in class org.hibernate.ogm.persister.NotNeededDiscriminator
 
getType() - Method in class org.hibernate.ogm.persister.TablePerClassDiscriminator
 
getType(Type) - Method in class org.hibernate.ogm.type.impl.TypeTranslatorImpl
 
getType(Type) - Method in interface org.hibernate.ogm.type.TypeTranslator
 
getTypeHelper() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
getTypeHelper() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getTypeInfo() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getTypeMap() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
getTypeResolver() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getUDTs(String, String, String, int[]) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getUnderlyingMap() - Method in class org.hibernate.ogm.datastore.map.impl.MapAssociationSnapshot
 
getUnicodeStream(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getUnicodeStream(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getUnique(Class<T>) - Method in class org.hibernate.ogm.options.spi.OptionsContainer
Returns the unique option of the given type if present in this container.
getUnsupportedElementTypeException(ElementType) - Method in interface org.hibernate.ogm.util.impl.Log
 
getUpdateCount() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getUpdateTimestampsCache() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
getUrl() - Method in class org.hibernate.ogm.datastore.ehcache.impl.configuration.EhcacheConfiguration
 
getURL() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getURL(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getURL(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getUserName() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getUserTransactionName() - Method in class org.hibernate.ogm.transaction.infinispan.impl.DummyTransactionManagerLookup
 
getValidationMode() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
 
getValue() - Method in class org.hibernate.ogm.datastore.spi.AssociationOperation
 
getValue() - Method in class org.hibernate.ogm.datastore.spi.TupleOperation
 
getValue() - Method in class org.hibernate.ogm.persister.NotNeededDiscriminator
 
getValue() - Method in class org.hibernate.ogm.persister.TablePerClassDiscriminator
 
getValueColumnName() - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
The name of the column in which we store our persistent generator value.
getVersionColumns(String, String, String) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
getVersionString() - Static method in class org.hibernate.ogm.cfg.impl.Version
 
getWarnings() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
getWarnings() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
getWarnings() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
getWrite() - Method in class org.hibernate.ogm.options.generic.QuorumOption
 
getWrongDatastoreConfigurationTypeException(String) - Method in interface org.hibernate.ogm.util.impl.Log
 
givenImplementationClassIsOfWrongType(String, String) - Method in interface org.hibernate.ogm.util.impl.Log
 
GlobalContext<G extends GlobalContext<G,E>,E extends EntityContext<E,?>> - Interface in org.hibernate.ogm.options.navigation.context
Global level and entry point to the mapping API.
GlobalOptions<T> - Interface in org.hibernate.ogm.options.spi
Global mapping options common to all NoSQL stores.
GRID_DIALECT - Static variable in interface org.hibernate.ogm.dialect.impl.GridDialectFactory
 
GridDialect - Interface in org.hibernate.ogm.dialect
Dialect abstracting Hibernate OGM from the grid implementation
gridDialect(GridDialect) - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
GridDialectFactory - Interface in org.hibernate.ogm.dialect.impl
 
GridDialectFactoryImpl - Class in org.hibernate.ogm.dialect.impl
 
GridDialectFactoryImpl(DatastoreProvider) - Constructor for class org.hibernate.ogm.dialect.impl.GridDialectFactoryImpl
 
GridDialectFactoryInitiator - Class in org.hibernate.ogm.dialect.impl
Initialize the GridDialectFactory.
GridDialectFactoryInitiator() - Constructor for class org.hibernate.ogm.dialect.impl.GridDialectFactoryInitiator
 
gridDialectHasNoProperConstrutor(Class<?>) - Method in interface org.hibernate.ogm.util.impl.Log
 
GridDialectLogger - Class in org.hibernate.ogm.dialect
A wrapper dialect that logs the calls performed on the real dialect.
GridDialectLogger(GridDialect) - Constructor for class org.hibernate.ogm.dialect.GridDialectLogger
 
gridDialectPropertyOfUnknownType(Class<?>) - Method in interface org.hibernate.ogm.util.impl.Log
 
GridType - Interface in org.hibernate.ogm.type
Defines a mapping between a Java type and one grid type, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).
GridTypeDelegatingToCoreType - Class in org.hibernate.ogm.type
Delegates non persistence operations to the underlying Hibernate Core Type.
GridTypeDescriptor - Interface in org.hibernate.ogm.type.descriptor
Descriptor for the grid side of a value mapping.
GridValueBinder<X> - Interface in org.hibernate.ogm.type.descriptor
Contract to bind a value to the resultset
GridValueExtractor<X> - Interface in org.hibernate.ogm.type.descriptor
Extract value from the result set
guessEntityName(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 

H

hashCode() - Method in class org.hibernate.ogm.grid.AssociationKey
 
hashCode() - Method in class org.hibernate.ogm.grid.AssociationKeyMetadata
 
hashCode() - Method in class org.hibernate.ogm.grid.EntityKey
 
hashCode() - Method in class org.hibernate.ogm.grid.EntityKeyMetadata
 
hashCode() - Method in class org.hibernate.ogm.grid.RowKey
 
hashCode() - Method in class org.hibernate.ogm.options.navigation.impl.PropertyKey
 
hashCode() - Method in class org.hibernate.ogm.options.spi.Option
 
HashMapDialect - Class in org.hibernate.ogm.datastore.map.impl
 
HashMapDialect(MapDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
hasResultSet() - Method in class org.hibernate.ogm.loader.OgmLoadingContext
 
HibernateOgmPersistence - Class in org.hibernate.ogm.jpa
JPA PersistenceProvider implementation specific to Hibernate OGM All specific configurations are set transparently for the user.
HibernateOgmPersistence() - Constructor for class org.hibernate.ogm.jpa.HibernateOgmPersistence
 
hydrate(Tuple, Serializable, Object, Loadable, boolean, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
Unmarshall the fields of a persistent instance from a result set, without resolving associations or collections.
hydrate(Tuple, String[], SessionImplementor, Object) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
hydrate(Tuple, String[], SessionImplementor, Object) - Method in class org.hibernate.ogm.type.CollectionType
 
hydrate(Tuple, String[], SessionImplementor, Object) - Method in class org.hibernate.ogm.type.ComponentType
 
hydrate(Tuple, String[], SessionImplementor, Object) - Method in class org.hibernate.ogm.type.EnumType
 
hydrate(Tuple, String[], SessionImplementor, Object) - Method in interface org.hibernate.ogm.type.GridType
Retrieve an instance of the mapped class, or the identifier of an entity or collection, from a grid resultset.
hydrate(Tuple, String[], SessionImplementor, Object) - Method in class org.hibernate.ogm.type.ManyToOneType
 
hydrate(Tuple, String[], SessionImplementor, Object) - Method in class org.hibernate.ogm.type.OneToOneType
 

I

IDENTIFIER_STORE - Static variable in interface org.hibernate.ogm.datastore.spi.DefaultDatastoreNames
 
idFetchSize(int) - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
 
illegalDiscrimantorType(String) - Method in interface org.hibernate.ogm.util.impl.Log
 
immediateLoad(String, Serializable) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
INCREMENT_PARAM - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
INFINISPAN_CONFIGURATION_RESOURCENAME - Static variable in interface org.hibernate.ogm.datastore.infinispan.impl.configuration.Environment
The configuration property to use as key to define a custom configuration for Infinispan.
INFINISPAN_DEFAULT_CONFIG - Static variable in interface org.hibernate.ogm.datastore.infinispan.impl.configuration.Environment
 
InfinispanConfiguration - Class in org.hibernate.ogm.datastore.infinispan.impl.configuration
Configuration for InfinispanDatastoreProvider.
InfinispanConfiguration() - Constructor for class org.hibernate.ogm.datastore.infinispan.impl.configuration.InfinispanConfiguration
 
InfinispanDatastoreProvider - Class in org.hibernate.ogm.datastore.infinispan.impl
Provides access to Infinispan's CacheManager; one CacheManager is needed for all caches, it can be taken via JNDI or started by this ServiceProvider; in this case it will also be stopped when no longer needed.
InfinispanDatastoreProvider() - Constructor for class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
 
InfinispanDialect - Class in org.hibernate.ogm.dialect.infinispan
 
InfinispanDialect(InfinispanDatastoreProvider) - Constructor for class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 
InfinispanPessimisticWriteLockingStrategy - Class in org.hibernate.ogm.dialect.infinispan
 
InfinispanPessimisticWriteLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.ogm.dialect.infinispan.InfinispanPessimisticWriteLockingStrategy
 
InfinispanTupleSnapshot - Class in org.hibernate.ogm.dialect.infinispan
 
InfinispanTupleSnapshot(FineGrainedAtomicMap<String, Object>) - Constructor for class org.hibernate.ogm.dialect.infinispan.InfinispanTupleSnapshot
 
init() - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider.OgmTransactionManagerLookupDelegate
 
initConfiguration(Map) - Method in class org.hibernate.ogm.datastore.infinispan.impl.configuration.InfinispanConfiguration
Initialize the internal values form the given Map.
INITIAL_PARAM - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
initialize(Map) - Method in class org.hibernate.ogm.datastore.ehcache.impl.configuration.EhcacheConfiguration
Initialize the internal values from the given Map.
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.ogm.loader.OgmBasicCollectionLoader
 
initialize(Properties) - Method in class org.hibernate.ogm.massindex.OgmMassIndexerFactory
 
initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
initializeLazyProperty(String, Object, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
initializeRowKeyBuilder() - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
initiateService(SessionFactoryImplementor, Configuration, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.impl.DatastoreProviderInitiator
 
initiateService(SessionFactoryImplementor, MetadataImplementor, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.impl.DatastoreProviderInitiator
 
initiateService(SessionFactoryImplementor, Configuration, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.impl.DatastoreServicesInitiator
 
initiateService(SessionFactoryImplementor, MetadataImplementor, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.impl.DatastoreServicesInitiator
 
initiateService(SessionFactoryImplementor, Configuration, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.dialect.impl.GridDialectFactoryInitiator
 
initiateService(SessionFactoryImplementor, MetadataImplementor, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.dialect.impl.GridDialectFactoryInitiator
 
initiateService(SessionFactoryImplementor, Configuration, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationBuilderServiceInitiator
 
initiateService(SessionFactoryImplementor, MetadataImplementor, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationBuilderServiceInitiator
 
initiateService(SessionFactoryImplementor, Configuration, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsServiceInitiator
 
initiateService(SessionFactoryImplementor, MetadataImplementor, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsServiceInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.service.impl.ConfigurationServiceInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.service.impl.OptionalServiceInitiator
 
initiateService(SessionFactoryImplementor, Configuration, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.type.impl.TypeTranslatorInitiator
 
initiateService(SessionFactoryImplementor, MetadataImplementor, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.type.impl.TypeTranslatorInitiator
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
 
insert(Object[], Object, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
insert(Serializable, Object[], Object, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
insertRow() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
insertRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
insertsAreDetected(int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
INSTANCE - Static variable in class org.hibernate.ogm.cfg.impl.OgmNamingStrategy
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.impl.DatastoreProviderInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.impl.DatastoreServicesInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.dialect.impl.GridDialectFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.dialect.OgmDialectFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.jdbc.OgmConnectionProviderInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.jpa.impl.OgmPersisterClassResolverInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.options.navigation.impl.ConfigurationBuilderServiceInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.options.navigation.impl.OptionsServiceInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.persister.NotNeededDiscriminator
 
INSTANCE - Static variable in class org.hibernate.ogm.service.impl.ConfigurationServiceInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.service.impl.OgmJdbcServicesInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceRegistryFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.transaction.impl.OgmJtaPlatformInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.transaction.impl.OgmTransactionFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.type.BigDecimalType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.BigIntegerType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.BooleanType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.ByteType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.CalendarDateType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.CalendarType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.ClassType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.DateType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.CalendarTimeZoneDateTimeTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.PassThroughGridTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.StringMappedGridTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.TimestampDateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.ogm.type.DoubleType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.impl.TypeTranslatorInitiator
 
INSTANCE - Static variable in class org.hibernate.ogm.type.IntegerType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.LongType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.PrimitiveByteArrayType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.StringCalendarDateType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.StringDateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.ogm.type.StringType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.TimestampType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.TimeType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.UrlType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.UUIDType
 
INSTANCE - Static variable in class org.hibernate.ogm.type.WrapperBinaryType
 
instantiate(EntityPersister, Serializable) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
instantiate(String, Serializable) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
IntegerType - Class in org.hibernate.ogm.type
Represents a Long type
IntegerType() - Constructor for class org.hibernate.ogm.type.IntegerType
 
integrate(Configuration, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.ogm.service.impl.OgmIntegrator
 
integrate(MetadataImplementor, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.ogm.service.impl.OgmIntegrator
 
interceptor(Interceptor) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionBuilderDelegator
 
interceptor() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
interceptor(Interceptor) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
interruptedBatchIndexing() - Method in interface org.hibernate.ogm.util.impl.Log
 
inverse() - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
isActive() - Method in class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransaction
 
isAfterLast() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
isAnyType() - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
isAnyType() - Method in interface org.hibernate.ogm.type.GridType
Return true if the implementation is castable to AnyType.
isAnyType() - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
isAssociationType() - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
isAssociationType() - Method in interface org.hibernate.ogm.type.GridType
Return true if the implementation is castable to AssociationType.
isAssociationType() - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
isBeforeFirst() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
isBound(Parameter<?>) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
isCascadeDeleteEnabled() - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
isCatalogAtStart() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
isClosed() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
isClosed() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
isClosed() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
isClosed() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
isClosed() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
isCloseOnCompletion() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
isCollectionType() - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
isCollectionType() - Method in interface org.hibernate.ogm.type.GridType
Return true if the implementation is castable to CollectionType.
isCollectionType() - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
isComponentType() - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
isComponentType() - Method in interface org.hibernate.ogm.type.GridType
Return true if the implementation is castable to CompositeType.
isComponentType() - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
isConnected() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
isDefaultReadOnly() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
isDirty() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
isDirty(Object, Object, SessionImplementor) - Method in interface org.hibernate.ogm.type.GridType
Should the parent be considered dirty, given both the old and current value?
isDirty(Object, Object, boolean[], SessionImplementor) - Method in interface org.hibernate.ogm.type.GridType
Should the parent be considered dirty, given both the old and current value?
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
isEmpty() - Method in class org.hibernate.ogm.datastore.impl.EmptyTupleSnapshot
 
isEmpty() - Method in class org.hibernate.ogm.datastore.impl.MapTupleSnapshot
 
isEmpty() - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
 
isEmpty() - Method in class org.hibernate.ogm.datastore.spi.Association
 
isEmpty() - Method in interface org.hibernate.ogm.datastore.spi.TupleSnapshot
 
isEmpty() - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanTupleSnapshot
 
isEmpty(String) - Static method in class org.hibernate.ogm.util.impl.StringHelper
 
isEntityType() - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
isEntityType() - Method in interface org.hibernate.ogm.type.GridType
Return true if the implementation is castable to EntityType.
isEntityType() - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
isEqual(Object, Object) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
isEqual(Object, Object) - Method in interface org.hibernate.ogm.type.GridType
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state).
isEqual(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.ogm.type.GridType
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state).
isEqual(Object, Object) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
isEventSource() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
isFetchProfileEnabled(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
isFirst() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
isForced() - Method in class org.hibernate.ogm.persister.NotNeededDiscriminator
 
isForced() - Method in class org.hibernate.ogm.persister.TablePerClassDiscriminator
 
isInitiator() - Method in class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransaction
 
isJoinableJtaTransaction(TransactionCoordinator, TransactionImplementor) - Method in class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransactionFactory
 
isLast() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
isManyToMany() - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in interface org.hibernate.ogm.type.GridType
Has the value been modified compared to the current database state? The difference between this and the GridType.isDirty(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionImplementor) methods is that here we need to account for "partially" built values.
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
isMutable() - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
isMutable() - Method in interface org.hibernate.ogm.type.GridType
Are objects of this type mutable.
isMutable() - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
isNeeded() - Method in class org.hibernate.ogm.persister.NotNeededDiscriminator
 
isNeeded() - Method in class org.hibernate.ogm.persister.TablePerClassDiscriminator
 
isOgmOn() - Method in class org.hibernate.ogm.service.impl.ConfigurationService
 
isOneToMany() - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
isOpen() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
isOpen() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
isOpen() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
 
isPoolable() - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
isReadOnly(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
isReadOnly() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
isReadOnly() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
isSame(Object, Object) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
isSame(Object, Object) - Method in interface org.hibernate.ogm.type.GridType
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state) taking a shortcut for entity references.
isSame(Object, Object) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
isTransactionInProgress() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
isUnwrappableAs(Class) - Method in class org.hibernate.ogm.jdbc.NoopConnectionProvider
 
isValid(int) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
isWrapperFor(Class<?>) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
isWrapperFor(Class<?>) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
isWrapperFor(Class<?>) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
isXMLElement() - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
isXMLElement() - Method in interface org.hibernate.ogm.type.GridType
 
isXMLElement() - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
iterate() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmQuery
 
iterate(String, QueryParameters) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
iterator() - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
 
iterator() - Method in class org.hibernate.ogm.options.spi.OptionsContainer
 

J

JndiHelper - Class in org.hibernate.ogm.util.impl
 
JndiHelper() - Constructor for class org.hibernate.ogm.util.impl.JndiHelper
 
join() - Method in class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransaction
 
join(Iterable<?>, String) - Static method in class org.hibernate.ogm.util.impl.StringHelper
Joins the elements of the given iterable to a string, separated by the given separator string.
joinedSubclassEntityPersister() - Method in class org.hibernate.ogm.jpa.impl.OgmPersisterClassResolver
 
joinTransaction() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
jtaCommitFailed(Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
jtaCouldNotDetermineStatus(SystemException) - Method in interface org.hibernate.ogm.util.impl.Log
 
jtaRollbackFailed(Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
jtaTransactionBeginFailed(Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
JTATransactionManagerTransaction - Class in org.hibernate.ogm.transaction.impl
Transaction implementation using JTA transactions exclusively from the TransactionManager
JTATransactionManagerTransaction(TransactionCoordinator) - Constructor for class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransaction
 
JTATransactionManagerTransactionFactory - Class in org.hibernate.ogm.transaction.impl
TransactionFactory using JTA transactions exclusively from the TransactionManager
JTATransactionManagerTransactionFactory() - Constructor for class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransactionFactory
 

K

key(Object) - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
keyColumnNames(String[]) - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
keyColumnValues(Object[]) - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
keyGridType(GridType) - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 

L

last() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
LetThroughExecuteUpdateQuery - Class in org.hibernate.ogm.jpa.impl
Let through executeUpdate() operations and raise not supported exceptions otherwise
LetThroughExecuteUpdateQuery() - Constructor for class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
limitIndexedObjectsTo(long) - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
 
list() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmQuery
 
list(String, QueryParameters) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
list(CriteriaImpl) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
list(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
LIST - Static variable in class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceInitiators
 
listCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
listFilter(Object, String, QueryParameters) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
load(Class, Serializable, LockMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
load(Class, Serializable, LockOptions) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
load(String, Serializable, LockMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
load(String, Serializable, LockOptions) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
load(Class, Serializable) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
load(String, Serializable) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
load(Object, Serializable) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
load(Serializable, Object, SessionImplementor) - Method in class org.hibernate.ogm.loader.OgmLoader
load(Serializable, Object, SessionImplementor, LockOptions) - Method in class org.hibernate.ogm.loader.OgmLoader
loadByUniqueKey(String, Object, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
loadCollection(SessionImplementor, Serializable, Type) - Method in class org.hibernate.ogm.loader.OgmLoader
Called by subclasses that initialize collections
loadEntities(SessionImplementor, LockOptions, OgmLoadingContext) - Method in class org.hibernate.ogm.loader.OgmLoader
Load a list of entities from a list of tuples TODO it sucks that we have to expose Tuple to a public API of OgmLoader
locatorsUpdateCopy() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.ogm.datastore.map.impl.MapPessimisticReadLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.ogm.datastore.map.impl.MapPessimisticWriteLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanPessimisticWriteLockingStrategy
 
lock(Object, LockMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
lock(String, Object, LockMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
lock(Object, LockModeType) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
lock(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
Log - Interface in org.hibernate.ogm.util.impl
 
LoggerFactory - Class in org.hibernate.ogm.util.impl
A factory class for class loggers.
LoggerFactory() - Constructor for class org.hibernate.ogm.util.impl.LoggerFactory
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.ogm.cfg.impl.OgmNamingStrategy
 
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.ogm.cfg.impl.OgmNamingStrategy
 
logicalColumnName(String, String) - Method in class org.hibernate.ogm.cfg.impl.OgmNamingStrategy
 
LogicalPhysicalConverterHelper - Class in org.hibernate.ogm.util.impl
Helper methods to convert an object value into its column values
LogicalPhysicalConverterHelper() - Constructor for class org.hibernate.ogm.util.impl.LogicalPhysicalConverterHelper
 
LongType - Class in org.hibernate.ogm.type
Represents a Long type
LongType() - Constructor for class org.hibernate.ogm.type.LongType
 
LuceneBasedQueryParserService - Class in org.hibernate.ogm.service.impl
QueryParserService using the ANTLR3-powered LuceneJPQLWalker.
LuceneBasedQueryParserService() - Constructor for class org.hibernate.ogm.service.impl.LuceneBasedQueryParserService
 

M

make() - Static method in class org.hibernate.ogm.util.impl.LoggerFactory
 
ManyToOneType - Class in org.hibernate.ogm.type
 
ManyToOneType(ManyToOneType, TypeTranslator) - Constructor for class org.hibernate.ogm.type.ManyToOneType
 
MapAssociationSnapshot - Class in org.hibernate.ogm.datastore.map.impl
 
MapAssociationSnapshot(Map<RowKey, Map<String, Object>>) - Constructor for class org.hibernate.ogm.datastore.map.impl.MapAssociationSnapshot
 
MapDatastoreProvider - Class in org.hibernate.ogm.datastore.map.impl
This is an example a DatastoreProvider, implementing only the basic interface needed by Hibernate OGM.
MapDatastoreProvider() - Constructor for class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
 
MapHelpers - Class in org.hibernate.ogm.datastore.impl
 
MapPessimisticReadLockingStrategy - Class in org.hibernate.ogm.datastore.map.impl
 
MapPessimisticReadLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.ogm.datastore.map.impl.MapPessimisticReadLockingStrategy
 
MapPessimisticWriteLockingStrategy - Class in org.hibernate.ogm.datastore.map.impl
 
MapPessimisticWriteLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.ogm.datastore.map.impl.MapPessimisticWriteLockingStrategy
 
MAPPING - Static variable in class org.hibernate.ogm.options.navigation.impl.OptionsServiceInitiator
 
MappingOption - Annotation Type in org.hibernate.ogm.options.spi
Identify annotations that can be used as Option
mappingSubtypeNotInterface(Class<?>) - Method in interface org.hibernate.ogm.util.impl.Log
 
MapTupleSnapshot - Class in org.hibernate.ogm.datastore.impl
 
MapTupleSnapshot(Map<String, Object>) - Constructor for class org.hibernate.ogm.datastore.impl.MapTupleSnapshot
 
markRollbackOnly() - Method in class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransaction
 
merge(String, Object, Map) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
merge(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
merge(String, Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
merge(T) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
moveToCurrentRow() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
moveToInsertRow() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 

N

namedQuery(String, String) - Method in class org.hibernate.ogm.options.navigation.impl.BaseGlobalContext
 
namedQuery(String, String) - Method in interface org.hibernate.ogm.options.spi.GlobalOptions
 
NamedQueryOption - Class in org.hibernate.ogm.options.generic
An Option representing a named query.
NamedQueryOption(String, String) - Constructor for class org.hibernate.ogm.options.generic.NamedQueryOption
 
nativeSQL(String) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
newFixedThreadPool(int, String) - Static method in class org.hibernate.ogm.massindex.batchindexing.Executors
Creates a new fixed size ThreadPoolExecutor.
newFixedThreadPool(int, String, int) - Static method in class org.hibernate.ogm.massindex.batchindexing.Executors
Creates a new fixed size ThreadPoolExecutor
next() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
nextValue(RowKey, IntegralDataTypeHolder, int, int) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
nextValue(RowKey, IntegralDataTypeHolder, int, int) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
nextValue(RowKey, IntegralDataTypeHolder, int, int) - Method in interface org.hibernate.ogm.dialect.GridDialect
Update value with the guaranteed next value with the defined increment Especially experimental
nextValue(RowKey, IntegralDataTypeHolder, int, int) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
nextValue(RowKey, IntegralDataTypeHolder, int, int) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 
noDatastoreConfigured() - Method in interface org.hibernate.ogm.util.impl.Log
 
noInterceptor() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionBuilderDelegator
 
noInterceptor() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
NoopConnection - Class in org.hibernate.ogm.jdbc
 
NoopConnection() - Constructor for class org.hibernate.ogm.jdbc.NoopConnection
 
NoopConnectionProvider - Class in org.hibernate.ogm.jdbc
 
NoopConnectionProvider() - Constructor for class org.hibernate.ogm.jdbc.NoopConnectionProvider
 
NoopDatabaseMetaData - Class in org.hibernate.ogm.jdbc
 
NoopDatabaseMetaData(NoopConnection) - Constructor for class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
NoopDialect - Class in org.hibernate.ogm.dialect
 
NoopDialect() - Constructor for class org.hibernate.ogm.dialect.NoopDialect
 
NoopStatement - Class in org.hibernate.ogm.jdbc
A Statement that does nothing.
NoopStatement() - Constructor for class org.hibernate.ogm.jdbc.NoopStatement
 
NoSQLQuery - Class in org.hibernate.internal
Hibernte OGM implementation of the SQLQuery contract
NoSQLQuery(String, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.internal.NoSQLQuery
 
notADatastoreManager(String) - Method in interface org.hibernate.ogm.util.impl.Log
 
NotNeededDiscriminator - Class in org.hibernate.ogm.persister
Used when a discriminator is not needed.
NotSupportedException - Exception in org.hibernate.ogm.exception
Thrown when an operation is not supported by OGM
NotSupportedException(String, String) - Constructor for exception org.hibernate.ogm.exception.NotSupportedException
 
nullPlusNonNullIsNull() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
nullSafeGet(Tuple, String[], SessionImplementor, Object) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
nullSafeGet(Tuple, String, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
nullSafeGet(Tuple, String[], SessionImplementor, Object) - Method in class org.hibernate.ogm.type.CollectionType
 
nullSafeGet(Tuple, String, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.CollectionType
 
nullSafeGet(Tuple, String[], SessionImplementor, Object) - Method in class org.hibernate.ogm.type.ComponentType
 
nullSafeGet(Tuple, String, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.ComponentType
 
nullSafeGet(Tuple, String[], SessionImplementor, Object) - Method in class org.hibernate.ogm.type.EnumType
 
nullSafeGet(Tuple, String, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.EnumType
 
nullSafeGet(Tuple, String[], SessionImplementor, Object) - Method in interface org.hibernate.ogm.type.GridType
Retrieve an instance of the mapped class from a grid resultset.
nullSafeGet(Tuple, String, SessionImplementor, Object) - Method in interface org.hibernate.ogm.type.GridType
Retrieve an instance of the mapped class from a grid resultset.
nullSafeGet(Tuple, String[], SessionImplementor, Object) - Method in class org.hibernate.ogm.type.ManyToOneType
 
nullSafeGet(Tuple, String, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.ManyToOneType
 
nullSafeGet(Tuple, String[], SessionImplementor, Object) - Method in class org.hibernate.ogm.type.OneToOneType
 
nullSafeGet(Tuple, String, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.OneToOneType
 
nullSafeSet(Tuple, Object, String[], SessionImplementor) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
nullSafeSet(Tuple, Object, String[], boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
nullSafeSet(Tuple, Object, String[], boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.CollectionType
 
nullSafeSet(Tuple, Object, String[], SessionImplementor) - Method in class org.hibernate.ogm.type.CollectionType
 
nullSafeSet(Tuple, Object, String[], boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.ComponentType
 
nullSafeSet(Tuple, Object, String[], SessionImplementor) - Method in class org.hibernate.ogm.type.ComponentType
 
nullSafeSet(Tuple, Object, String[], boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.EnumType
 
nullSafeSet(Tuple, Object, String[], SessionImplementor) - Method in class org.hibernate.ogm.type.EnumType
 
nullSafeSet(Tuple, Object, String[], boolean[], SessionImplementor) - Method in interface org.hibernate.ogm.type.GridType
Write an instance of the mapped class to a prepared statement, ignoring some columns.
nullSafeSet(Tuple, Object, String[], SessionImplementor) - Method in interface org.hibernate.ogm.type.GridType
Write an instance of the mapped class to a prepared statement.
nullSafeSet(Tuple, Object, String[], boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.ManyToOneType
 
nullSafeSet(Tuple, Object, String[], SessionImplementor) - Method in class org.hibernate.ogm.type.ManyToOneType
 
nullSafeSet(Tuple, Object, String[], boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.OneToOneType
 
nullSafeSet(Tuple, Object, String[], SessionImplementor) - Method in class org.hibernate.ogm.type.OneToOneType
 
nullsAreSortedAtEnd() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
nullsAreSortedHigh() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
nullsAreSortedLow() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 

O

objectToSQLString(String, Dialect) - Method in class org.hibernate.ogm.type.StringType
 
OGM_ON - Static variable in class org.hibernate.ogm.cfg.OgmConfiguration
 
OGM_QUERY_PARSER_SERVICE - Static variable in class org.hibernate.ogm.cfg.OgmConfiguration
Name of the configuration option for specifying the QueryParserService to be used.
OgmBasicCollectionLoader - Class in org.hibernate.ogm.loader
 
OgmBasicCollectionLoader(OgmCollectionPersister) - Constructor for class org.hibernate.ogm.loader.OgmBasicCollectionLoader
 
OgmCollectionPersister - Class in org.hibernate.ogm.persister
CollectionPersister storing the collection in a grid
OgmCollectionPersister(Collection, CollectionRegionAccessStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.ogm.persister.OgmCollectionPersister
 
OgmColumnCollectionAliases - Class in org.hibernate.ogm.loader
Return the column value for each element.
OgmColumnCollectionAliases(OgmCollectionPersister) - Constructor for class org.hibernate.ogm.loader.OgmColumnCollectionAliases
 
OgmConfiguration - Class in org.hibernate.ogm.cfg
An instance of OgmConfiguration allows the application to specify properties and mapping documents to be used when creating an OgmSessionFactory.
OgmConfiguration() - Constructor for class org.hibernate.ogm.cfg.OgmConfiguration
 
OgmConnectionProviderInitiator - Class in org.hibernate.ogm.jdbc
 
OgmConnectionProviderInitiator() - Constructor for class org.hibernate.ogm.jdbc.OgmConnectionProviderInitiator
 
OgmDialectFactoryInitiator - Class in org.hibernate.ogm.dialect
 
OgmDialectFactoryInitiator() - Constructor for class org.hibernate.ogm.dialect.OgmDialectFactoryInitiator
 
OgmEntityManager - Class in org.hibernate.ogm.jpa.impl
Delegates most method calls to the underlying EntityManager however, queries are handled differently
OgmEntityManager(OgmEntityManagerFactory, EntityManager) - Constructor for class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
OgmEntityManagerFactory - Class in org.hibernate.ogm.jpa.impl
Delegate most work to the underlying EntityManagerFactory.
OgmEntityManagerFactory(EntityManagerFactory) - Constructor for class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
 
OgmEntityPersister - Class in org.hibernate.ogm.persister
Basic functionality for persisting an entity using OGM.
OgmIdentifierGeneratorStrategyProvider - Class in org.hibernate.ogm.jpa.impl
Provides a registry of JPA identifier generator types and it's corresponding OGM implementations.
OgmIdentifierGeneratorStrategyProvider() - Constructor for class org.hibernate.ogm.jpa.impl.OgmIdentifierGeneratorStrategyProvider
 
OgmIdentityGenerator - Class in org.hibernate.ogm.id.impl
A JPA identity-based identifier generator.
OgmIdentityGenerator() - Constructor for class org.hibernate.ogm.id.impl.OgmIdentityGenerator
 
OgmIntegrator - Class in org.hibernate.ogm.service.impl
Apply required services changes to run Hibernate OGM atop Hibernate Core In particular: - expose the OGM specific service(s) - replace PersisterClassResolver - replace ConnectionProvider - replace DialectFactory - replace (if not provided by the user) NamingStrategy Also enforce an OGM NamingStrategy
OgmIntegrator() - Constructor for class org.hibernate.ogm.service.impl.OgmIntegrator
 
OgmJdbcServicesInitiator - Class in org.hibernate.ogm.service.impl
Return a JdbcServicesImpl that does not access the underlying database
OgmJdbcServicesInitiator() - Constructor for class org.hibernate.ogm.service.impl.OgmJdbcServicesInitiator
 
OgmJtaPlatformInitiator - Class in org.hibernate.ogm.transaction.impl
 
OgmJtaPlatformInitiator() - Constructor for class org.hibernate.ogm.transaction.impl.OgmJtaPlatformInitiator
 
OgmLoader - Class in org.hibernate.ogm.loader
Load an entity from the Grid
OgmLoader(OgmCollectionPersister[]) - Constructor for class org.hibernate.ogm.loader.OgmLoader
Load a collection
OgmLoader(OgmEntityPersister[]) - Constructor for class org.hibernate.ogm.loader.OgmLoader
Load an entity
OgmLoadingContext - Class in org.hibernate.ogm.loader
Object holding contextual information around data loading and that are OGM specific.
OgmLoadingContext() - Constructor for class org.hibernate.ogm.loader.OgmLoadingContext
 
OgmMassIndexer - Class in org.hibernate.ogm.massindex
MassIndexer that can be register in Hibernate Search to index existing data stores.
OgmMassIndexer(GridDialect, SearchFactoryImplementor, SessionFactoryImplementor, Class<?>...) - Constructor for class org.hibernate.ogm.massindex.OgmMassIndexer
 
OgmMassIndexerFactory - Class in org.hibernate.ogm.massindex
MassIndexerFactory that can be used to register the OgmMassIndexer to Hibernate Search.
OgmMassIndexerFactory() - Constructor for class org.hibernate.ogm.massindex.OgmMassIndexerFactory
 
OgmNamingStrategy - Class in org.hibernate.ogm.cfg.impl
Implements the OGM naming strategy: - based of the JPA 2 naming strategy - column names in components defaults to the fully qualified path (ie address.city)
OgmNamingStrategy() - Constructor for class org.hibernate.ogm.cfg.impl.OgmNamingStrategy
 
OgmNativeQuery<X> - Class in org.hibernate.ogm.jpa.impl
Hibernate OGM implementation of both HibernateQuery and TypedQuery
OgmNativeQuery(Query, EntityManager) - Constructor for class org.hibernate.ogm.jpa.impl.OgmNativeQuery
 
OgmPersisterClassResolver - Class in org.hibernate.ogm.jpa.impl
Return the Ogm persisters
OgmPersisterClassResolver() - Constructor for class org.hibernate.ogm.jpa.impl.OgmPersisterClassResolver
 
OgmPersisterClassResolverInitiator - Class in org.hibernate.ogm.jpa.impl
 
OgmPersisterClassResolverInitiator() - Constructor for class org.hibernate.ogm.jpa.impl.OgmPersisterClassResolverInitiator
 
OgmQuery - Class in org.hibernate.ogm.hibernatecore.impl
Custom Query implementation for Hibernate OGM.
OgmQuery(String, FlushMode, OgmSession, ParameterMetadata, QueryParserService) - Constructor for class org.hibernate.ogm.hibernatecore.impl.OgmQuery
 
OgmSequenceGenerator - Class in org.hibernate.ogm.id.impl
A JPA sequence-based identifier generator.
OgmSequenceGenerator() - Constructor for class org.hibernate.ogm.id.impl.OgmSequenceGenerator
 
OgmSession - Class in org.hibernate.ogm.hibernatecore.impl
Delegate most of the work to the underlying Hibernate Session except that queries are redirected to our own engine
OgmSession(OgmSessionFactory, EventSource) - Constructor for class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
OgmSessionBuilderDelegator - Class in org.hibernate.ogm.hibernatecore.impl
 
OgmSessionBuilderDelegator(SessionBuilderImplementor, OgmSessionFactory) - Constructor for class org.hibernate.ogm.hibernatecore.impl.OgmSessionBuilderDelegator
 
OgmSessionFactory - Class in org.hibernate.ogm.hibernatecore.impl
 
OgmSessionFactory(SessionFactoryImplementor) - Constructor for class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
OgmSessionFactoryObjectFactory - Class in org.hibernate.ogm.hibernatecore.impl
Resolves OgmSessionFactory instances during JNDI look-ups as well as during deserialization
OgmSessionFactoryObjectFactory() - Constructor for class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryObjectFactory
 
OgmSessionFactoryServiceInitiators - Class in org.hibernate.ogm.service.impl
Central definition of the standard set of initiators defined by OGM for the SessionFactoryServiceRegistry
OgmSessionFactoryServiceInitiators() - Constructor for class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceInitiators
 
OgmSessionFactoryServiceRegistryFactoryImpl - Class in org.hibernate.ogm.service.impl
Factory for the creation of OgmSessionFactoryServiceRegistryImpl.
OgmSessionFactoryServiceRegistryFactoryImpl(ServiceRegistryImplementor) - Constructor for class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceRegistryFactoryImpl
 
OgmSessionFactoryServiceRegistryFactoryInitiator - Class in org.hibernate.ogm.service.impl
 
OgmSessionFactoryServiceRegistryFactoryInitiator() - Constructor for class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceRegistryFactoryInitiator
 
OgmSessionFactoryServiceRegistryImpl - Class in org.hibernate.ogm.service.impl
Bind services requiring a SessionFactory.
OgmSessionFactoryServiceRegistryImpl(ServiceRegistryImplementor, SessionFactoryImplementor, Configuration) - Constructor for class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceRegistryImpl
 
OgmSessionFactoryServiceRegistryImpl(ServiceRegistryImplementor, SessionFactoryImplementor, MetadataImplementor) - Constructor for class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceRegistryImpl
 
OgmSharedSessionBuilderDelegator - Class in org.hibernate.ogm.hibernatecore.impl
 
OgmSharedSessionBuilderDelegator(SharedSessionBuilder, OgmSessionFactory) - Constructor for class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
OgmTableGenerator - Class in org.hibernate.ogm.id.impl
An enhanced version of table-based id generation.
OgmTableGenerator() - Constructor for class org.hibernate.ogm.id.impl.OgmTableGenerator
 
OgmTransactionFactoryInitiator - Class in org.hibernate.ogm.transaction.impl
Use JTATransactionManagerTransactionFactory as the default value if no TransactionFactory is set
OgmTransactionFactoryInitiator() - Constructor for class org.hibernate.ogm.transaction.impl.OgmTransactionFactoryInitiator
 
OneToOneType - Class in org.hibernate.ogm.type
 
OneToOneType(OneToOneType, TypeTranslator) - Constructor for class org.hibernate.ogm.type.OneToOneType
 
openSession() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionBuilderDelegator
 
openSession() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
openSession() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
openStatelessSession() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
openStatelessSession(Connection) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
openTemporarySession() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
OPT_PARAM - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
optimizeAfterPurge(boolean) - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
 
optimizeOnFinish(boolean) - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
 
Option<I> - Class in org.hibernate.ogm.options.spi
A configuration option describing a generic or datastore-specific setting, which applies globally, for a given entity type or for a given entity property.
Option() - Constructor for class org.hibernate.ogm.options.spi.Option
 
OptionallyWrapInJTATransaction - Class in org.hibernate.ogm.massindex.batchindexing
Wrap the subsequent Runnable in a JTA Transaction if necessary: - if the existing Hibernate Core transaction strategy requires a TransactionManager - if no JTA transaction is already started Unfortunately at this time we need to have access to SessionFactoryImplementor
OptionallyWrapInJTATransaction(SessionFactory, ErrorHandler, SessionAwareRunnable) - Constructor for class org.hibernate.ogm.massindex.batchindexing.OptionallyWrapInJTATransaction
 
OptionalServiceInitiator<S extends Service> - Class in org.hibernate.ogm.service.impl
 
OptionalServiceInitiator() - Constructor for class org.hibernate.ogm.service.impl.OptionalServiceInitiator
 
OptionsContainer - Class in org.hibernate.ogm.options.spi
Container for a group of options.
OptionsContainer(OptionsContainer) - Constructor for class org.hibernate.ogm.options.spi.OptionsContainer
 
OptionsContainer() - Constructor for class org.hibernate.ogm.options.spi.OptionsContainer
 
OptionsContext - Class in org.hibernate.ogm.options.navigation.impl
Keeps track of all the options set using one or more invocations of the mapping API; All the options are separated in different contexts: global, per entity and per property.
OptionsContext() - Constructor for class org.hibernate.ogm.options.navigation.impl.OptionsContext
 
OptionsService - Interface in org.hibernate.ogm.options.spi
Access point to OGM specific metadata information.
OptionsService.OptionsServiceContext - Interface in org.hibernate.ogm.options.spi
Contain a group of options separated in different scopes
OptionsServiceImpl - Class in org.hibernate.ogm.options.navigation.impl
Provides read and write access to option contexts maintained at the session factory and session level.
OptionsServiceImpl(DatastoreProvider, SessionFactoryImplementor) - Constructor for class org.hibernate.ogm.options.navigation.impl.OptionsServiceImpl
 
OptionsServiceInitiator - Class in org.hibernate.ogm.options.navigation.impl
Initialize the OptionsService so that other components can access it using the ServiceRegistry.
OptionsServiceInitiator() - Constructor for class org.hibernate.ogm.options.navigation.impl.OptionsServiceInitiator
 
org.hibernate.internal - package org.hibernate.internal
 
org.hibernate.ogm.cfg - package org.hibernate.ogm.cfg
 
org.hibernate.ogm.cfg.impl - package org.hibernate.ogm.cfg.impl
 
org.hibernate.ogm.datastore - package org.hibernate.ogm.datastore
 
org.hibernate.ogm.datastore.ehcache.impl - package org.hibernate.ogm.datastore.ehcache.impl
 
org.hibernate.ogm.datastore.ehcache.impl.configuration - package org.hibernate.ogm.datastore.ehcache.impl.configuration
 
org.hibernate.ogm.datastore.impl - package org.hibernate.ogm.datastore.impl
 
org.hibernate.ogm.datastore.infinispan.impl - package org.hibernate.ogm.datastore.infinispan.impl
 
org.hibernate.ogm.datastore.infinispan.impl.configuration - package org.hibernate.ogm.datastore.infinispan.impl.configuration
 
org.hibernate.ogm.datastore.map.impl - package org.hibernate.ogm.datastore.map.impl
 
org.hibernate.ogm.datastore.spi - package org.hibernate.ogm.datastore.spi
 
org.hibernate.ogm.dialect - package org.hibernate.ogm.dialect
 
org.hibernate.ogm.dialect.ehcache - package org.hibernate.ogm.dialect.ehcache
 
org.hibernate.ogm.dialect.impl - package org.hibernate.ogm.dialect.impl
 
org.hibernate.ogm.dialect.infinispan - package org.hibernate.ogm.dialect.infinispan
 
org.hibernate.ogm.exception - package org.hibernate.ogm.exception
 
org.hibernate.ogm.grid - package org.hibernate.ogm.grid
 
org.hibernate.ogm.grid.impl - package org.hibernate.ogm.grid.impl
 
org.hibernate.ogm.hibernatecore.impl - package org.hibernate.ogm.hibernatecore.impl
 
org.hibernate.ogm.id.impl - package org.hibernate.ogm.id.impl
 
org.hibernate.ogm.jdbc - package org.hibernate.ogm.jdbc
 
org.hibernate.ogm.jpa - package org.hibernate.ogm.jpa
 
org.hibernate.ogm.jpa.impl - package org.hibernate.ogm.jpa.impl
 
org.hibernate.ogm.loader - package org.hibernate.ogm.loader
 
org.hibernate.ogm.loader.nativeloader - package org.hibernate.ogm.loader.nativeloader
 
org.hibernate.ogm.massindex - package org.hibernate.ogm.massindex
 
org.hibernate.ogm.massindex.batchindexing - package org.hibernate.ogm.massindex.batchindexing
 
org.hibernate.ogm.options.generic - package org.hibernate.ogm.options.generic
 
org.hibernate.ogm.options.navigation.context - package org.hibernate.ogm.options.navigation.context
 
org.hibernate.ogm.options.navigation.impl - package org.hibernate.ogm.options.navigation.impl
 
org.hibernate.ogm.options.spi - package org.hibernate.ogm.options.spi
 
org.hibernate.ogm.persister - package org.hibernate.ogm.persister
 
org.hibernate.ogm.service.impl - package org.hibernate.ogm.service.impl
 
org.hibernate.ogm.transaction.impl - package org.hibernate.ogm.transaction.impl
 
org.hibernate.ogm.transaction.infinispan.impl - package org.hibernate.ogm.transaction.infinispan.impl
 
org.hibernate.ogm.type - package org.hibernate.ogm.type
 
org.hibernate.ogm.type.descriptor - package org.hibernate.ogm.type.descriptor
 
org.hibernate.ogm.type.impl - package org.hibernate.ogm.type.impl
 
org.hibernate.ogm.util.impl - package org.hibernate.ogm.util.impl
 
othersDeletesAreVisible(int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
overrideType(Type) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
overrideType(Type) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
overrideType(Type) - Method in interface org.hibernate.ogm.dialect.GridDialect
Let the dialect override types if required to customize them to the datastore.
overrideType(Type) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
overrideType(Type) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 
ownDeletesAreVisible(int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
owner(SessionOwner) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionBuilderDelegator
 
ownInsertsAreVisible(int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 

P

PassThroughGridTypeDescriptor - Class in org.hibernate.ogm.type.descriptor
Use the Java value as is and persist it to the grid
PassThroughGridTypeDescriptor() - Constructor for class org.hibernate.ogm.type.descriptor.PassThroughGridTypeDescriptor
 
persist(String, Object, Map) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
persist(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
persist(String, Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
persist(Object) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
persistenceXmlNotFoundInClassPath(String) - Method in interface org.hibernate.ogm.util.impl.Log
 
persistOnFlush(String, Object, Map) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
postInstantiate() - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
postInstantiate() - Method in class org.hibernate.ogm.persister.OgmEntityPersister
 
prepareCall(String) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
prepareCall(String, int, int) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
prepareCall(String, int, int, int) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
prepareServices(ServiceRegistryBuilder) - Method in class org.hibernate.ogm.service.impl.OgmIntegrator
 
prepareStatement(String) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
prepareStatement(String, int, int) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
prepareStatement(String, int, int, int) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
prepareStatement(String, int) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
prepareStatement(String, int[]) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
prepareStatement(String, String[]) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
previous() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
PrimitiveByteArrayType - Class in org.hibernate.ogm.type
 
PrimitiveByteArrayType() - Constructor for class org.hibernate.ogm.type.PrimitiveByteArrayType
 
ProducerConsumerQueue<T> - Class in org.hibernate.ogm.massindex.batchindexing
Implements a blocking queue capable of storing a "poison" token to signal consumer threads that the task is finished.
ProducerConsumerQueue(int) - Constructor for class org.hibernate.ogm.massindex.batchindexing.ProducerConsumerQueue
 
ProducerConsumerQueue(int, int) - Constructor for class org.hibernate.ogm.massindex.batchindexing.ProducerConsumerQueue
 
producerStopping() - Method in class org.hibernate.ogm.massindex.batchindexing.ProducerConsumerQueue
Each producer thread should call producerStopping() when it has finished.
progressMonitor(MassIndexerProgressMonitor) - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
 
property(String, ElementType) - Method in interface org.hibernate.ogm.options.navigation.context.EntityContext
Specify mapping for the given property.
property(String, ElementType) - Method in interface org.hibernate.ogm.options.navigation.context.PropertyContext
Specify mapping for the given property.
PropertyContext<E extends EntityContext<E,P>,P extends PropertyContext<E,P>> - Interface in org.hibernate.ogm.options.navigation.context
Property level to the mapping API.
propertyExists(Class<?>, String, ElementType) - Static method in class org.hibernate.ogm.util.impl.ReflectionHelper
Whether the specified JavaBeans property exists on the given type or not.
PropertyKey - Class in org.hibernate.ogm.options.navigation.impl
Represents the lookup key to uniquely identify a property
PropertyKey(Class<?>, String) - Constructor for class org.hibernate.ogm.options.navigation.impl.PropertyKey
 
PropertyMetadataProvider - Class in org.hibernate.ogm.util.impl
 
PropertyMetadataProvider() - Constructor for class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
PropertyOptions<T> - Interface in org.hibernate.ogm.options.spi
Property-level mapping options common to all NoSQL stores.
propertyToColumnName(String) - Method in class org.hibernate.ogm.cfg.impl.OgmNamingStrategy
 
propertyType(Type) - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
provideClassByValue(Object) - Method in class org.hibernate.ogm.persister.NotNeededDiscriminator
 
provideClassByValue(Object) - Method in class org.hibernate.ogm.persister.TablePerClassDiscriminator
 
purgeAllOnStart(boolean) - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
 
put(RowKey, Tuple) - Method in class org.hibernate.ogm.datastore.spi.Association
 
put(String, Object) - Method in class org.hibernate.ogm.datastore.spi.Tuple
 
put(T) - Method in class org.hibernate.ogm.massindex.batchindexing.ProducerConsumerQueue
Adds a new object to the queue, blocking if no space is available.
putAssociation(AssociationKey, Map<RowKey, Map<String, Object>>) - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
 
putEntity(EntityKey, Map<String, Object>) - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
 

Q

QueryParserService - Interface in org.hibernate.ogm.service.impl
There should be a single QueryParserService implementation registered, but we expect to support multiple types using different or hybrid strategies.
querySyntaxException(QuerySyntaxException, String) - Method in interface org.hibernate.ogm.util.impl.Log
 
QUEUE_MAX_LENGTH - Static variable in class org.hibernate.ogm.massindex.batchindexing.Executors
 
QuorumOption - Class in org.hibernate.ogm.options.generic
UniqueOption for the quorum.
QuorumOption(int, int) - Constructor for class org.hibernate.ogm.options.generic.QuorumOption
 

R

readElement(ResultSet, Object, String[], SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
readIdentifier(ResultSet, String, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
readIndex(ResultSet, String[], SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
readKey(ResultSet, String[], SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
readLock(EntityKey, int) - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
Acquires a read lock on a specific key.
reconnect(Connection) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
recreate(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
ReflectionHelper - Class in org.hibernate.ogm.util.impl
Some reflection utility methods.
ReflectionHelper() - Constructor for class org.hibernate.ogm.util.impl.ReflectionHelper
 
refresh(Object, Map) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
refresh(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
refresh(String, Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
refresh(Object, LockMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
refresh(Object, LockOptions) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
refresh(String, Object, LockOptions) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
refresh(Object) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
refresh(Object, Map<String, Object>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
refresh(Object, LockModeType) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
refresh(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
refreshRow() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
register(EhcacheXAResource, boolean) - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider.OgmTransactionManagerLookupDelegate
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.hibernate.ogm.massindex.batchindexing.Executors.BlockPolicy
Puts the Runnable to the blocking queue, effectively blocking the delegating thread until space is available.
relative(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
releaseSavepoint(Savepoint) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
remove(Object) - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
 
remove(RowKey) - Method in class org.hibernate.ogm.datastore.spi.Association
 
remove(String) - Method in class org.hibernate.ogm.datastore.spi.Tuple
 
remove(Object) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
remove(Serializable, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
removeAll(Collection<?>) - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
 
removeAssociation(AssociationKey) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
removeAssociation(AssociationKey) - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
 
removeAssociation(AssociationKey) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
removeAssociation(AssociationKey) - Method in interface org.hibernate.ogm.dialect.GridDialect
Remove the list of tuples corresponding to a given association
removeAssociation(AssociationKey) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
removeAssociation(AssociationKey) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 
removeEntityTuple(EntityKey) - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
 
removeTuple(EntityKey) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
removeTuple(EntityKey) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
removeTuple(EntityKey) - Method in interface org.hibernate.ogm.dialect.GridDialect
Remove the tuple for a given key
removeTuple(EntityKey) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
removeTuple(EntityKey) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
replace(Object, Object, SessionImplementor, Object, Map, ForeignKeyDirection) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in interface org.hibernate.ogm.type.GridType
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object, Object, SessionImplementor, Object, Map, ForeignKeyDirection) - Method in interface org.hibernate.ogm.type.GridType
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
replace(Object, Object, SessionImplementor, Object, Map, ForeignKeyDirection) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
replicate(Object, ReplicationMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
resetJoinStatus() - Method in class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransaction
 
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
resolve(Object, SessionImplementor, Object) - Method in interface org.hibernate.ogm.type.GridType
Map identifiers to entities or collections.
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
RESOURCE_NAME - Static variable in interface org.hibernate.ogm.datastore.ehcache.impl.configuration.Environment
An URL to an XML file compliant with the ehcache.xsd schema.
retainAll(Collection<?>) - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
 
rollback() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
rollback(Savepoint) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
rowDeleted() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
rowInserted() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
RowKey - Class in org.hibernate.ogm.grid
Represents the key used to represent a row
RowKey(String, String[], Object[]) - Constructor for class org.hibernate.ogm.grid.RowKey
 
RowKeyBuilder - Class in org.hibernate.ogm.grid.impl
 
RowKeyBuilder() - Constructor for class org.hibernate.ogm.grid.impl.RowKeyBuilder
 
rowKeyColumnNames(String[]) - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
rowUpdated() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
run() - Method in class org.hibernate.ogm.massindex.batchindexing.BatchCoordinator
 
run() - Method in class org.hibernate.ogm.massindex.batchindexing.BatchIndexingWorkspace
 
run(Session, Tuple) - Method in interface org.hibernate.ogm.massindex.batchindexing.SessionAwareRunnable
 
run(Session, Tuple) - Method in class org.hibernate.ogm.massindex.batchindexing.TupleIndexer
 

S

save(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
save(String, Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
saveOrUpdate(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
saveOrUpdate(String, Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
scroll() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmQuery
 
scroll(ScrollMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmQuery
 
scroll(String, QueryParameters) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
scroll(CriteriaImpl, ScrollMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
scroll(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
SEGMENT_COLUMN_PARAM - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
SEGMENT_LENGTH_PARAM - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
SEGMENT_VALUE_PARAM - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
semiResolve(Object, SessionImplementor, Object) - Method in interface org.hibernate.ogm.type.GridType
Given a hydrated, but unresolved value, return a value that may be used to reconstruct property-ref associations.
semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
session(SessionImplementor) - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
SessionAwareRunnable - Interface in org.hibernate.ogm.massindex.batchindexing
 
SessionFactoryEntityNamesResolver - Class in org.hibernate.ogm.service.impl
Resolves entity names into Class references using the metadata from the Hibernate SessionFactory.
SessionFactoryEntityNamesResolver(SessionFactory) - Constructor for class org.hibernate.ogm.service.impl.SessionFactoryEntityNamesResolver
 
sessionWithOptions() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
setAssociationKind(AssociationKind) - Method in class org.hibernate.ogm.grid.AssociationKey
 
setAutoClear(boolean) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
setAutoCommit(boolean) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
setCacheMode(CacheMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
setCatalog(String) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
setClientInfo(String, String) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
setClientInfo(Properties) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
setCollectionRole(String) - Method in class org.hibernate.ogm.grid.AssociationKey
 
setCursorName(String) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
setDefaultReadOnly(boolean) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
setEscapeProcessing(boolean) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
setFetchDirection(int) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
setFetchDirection(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
setFetchProfile(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
setFetchSize(int) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
setFetchSize(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
setFirstResult(int) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setFlushMode(FlushMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
setFlushMode(FlushModeType) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setFlushMode(FlushModeType) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
SetFromCollection<E> - Class in org.hibernate.ogm.datastore.impl
Wrap a Collection object into a Set assuming the Collection does not contain duplicates.
SetFromCollection(Collection) - Constructor for class org.hibernate.ogm.datastore.impl.SetFromCollection
 
setHint(String, Object) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setHoldability(int) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
setLockMode(String, LockMode) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmQuery
 
setLockMode(LockModeType) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setLockOptions(LockOptions) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmQuery
 
setMaxFieldSize(int) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
setMaxResults(int) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setMaxRows(int) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
setNetworkTimeout(Executor, int) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
setOwnerEntityKey(EntityKey) - Method in class org.hibernate.ogm.grid.AssociationKey
 
setParameter(Parameter<T>, T) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setParameter(String, Object) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setParameter(int, Object) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
setPoolable(boolean) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
setProperties(Properties) - Method in class org.hibernate.ogm.cfg.OgmConfiguration
 
setProperties(Properties) - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider.OgmTransactionManagerLookupDelegate
 
setProperty(String, Object) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
setQueryTimeout(int) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
setReadOnly(Object, boolean) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
setReadOnly(boolean) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
setRowKeyColumnNames(String[]) - Method in class org.hibernate.ogm.grid.AssociationKeyMetadata
 
setSavepoint() - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
setSavepoint(String) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
setSchema(String) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
setTimeout(int) - Method in class org.hibernate.ogm.transaction.impl.JTATransactionManagerTransaction
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in interface org.hibernate.ogm.type.GridType
A representation of the value to be embedded in an XML element.
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
setTransactionIsolation(int) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
setTuples(List<Tuple>) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
setTuples(List<Tuple>) - Method in class org.hibernate.ogm.loader.OgmLoadingContext
 
setTypeMap(Map<String, Class<?>>) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
singleTableEntityPersister() - Method in class org.hibernate.ogm.jpa.impl.OgmPersisterClassResolver
 
SingleTableOgmEntityPersister - Class in org.hibernate.ogm.persister
Use single table strategy.
SingleTableOgmEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.hibernate.ogm.persister.SingleTableOgmEntityPersister
 
SINGLETON - Static variable in class org.hibernate.ogm.datastore.impl.EmptyAssociationSnapshot
 
SINGLETON - Static variable in class org.hibernate.ogm.datastore.impl.EmptyTupleSnapshot
 
size() - Method in class org.hibernate.ogm.datastore.impl.EmptyAssociationSnapshot
 
size() - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
 
size() - Method in class org.hibernate.ogm.datastore.map.impl.MapAssociationSnapshot
 
size() - Method in class org.hibernate.ogm.datastore.spi.Association
 
size() - Method in interface org.hibernate.ogm.datastore.spi.AssociationSnapshot
 
slice(String[], int, int) - Static method in class org.hibernate.ogm.util.impl.ArrayHelper
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.ogm.id.impl.OgmIdentityGenerator
sqlCreateStrings(Dialect) - Method in class org.hibernate.ogm.id.impl.OgmSequenceGenerator
sqlCreateStrings(Dialect) - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
sqlDropStrings(Dialect) - Method in class org.hibernate.ogm.id.impl.OgmIdentityGenerator
sqlDropStrings(Dialect) - Method in class org.hibernate.ogm.id.impl.OgmSequenceGenerator
sqlDropStrings(Dialect) - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
start() - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
 
start() - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
 
start() - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
 
start(Configuration, SessionFactoryImplementor) - Method in interface org.hibernate.ogm.datastore.StartStoppable
 
start() - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
 
startAndWait() - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
 
startService(ServiceBinding<R>) - Method in class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceRegistryImpl
 
StartStoppable - Interface in org.hibernate.ogm.datastore
DatastoreProvider implementations can be started and stopped.
stop() - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
 
stop() - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
 
stop() - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
 
storesLowerCaseIdentifiers() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
StringCalendarDateType - Class in org.hibernate.ogm.type
For Calendar objects use a String representation for MongoDB.
StringCalendarDateType() - Constructor for class org.hibernate.ogm.type.StringCalendarDateType
 
StringDateTypeDescriptor - Class in org.hibernate.ogm.type
For Date objects use a String representation.
StringDateTypeDescriptor() - Constructor for class org.hibernate.ogm.type.StringDateTypeDescriptor
 
StringHelper - Class in org.hibernate.ogm.util.impl
 
StringHelper() - Constructor for class org.hibernate.ogm.util.impl.StringHelper
 
StringMappedGridExtractor<J> - Class in org.hibernate.ogm.type.descriptor
 
StringMappedGridExtractor(JavaTypeDescriptor<J>, GridTypeDescriptor) - Constructor for class org.hibernate.ogm.type.descriptor.StringMappedGridExtractor
 
StringMappedGridTypeDescriptor - Class in org.hibernate.ogm.type.descriptor
Map field to string value and persist it to the grid
StringMappedGridTypeDescriptor() - Constructor for class org.hibernate.ogm.type.descriptor.StringMappedGridTypeDescriptor
 
stringToObject(String) - Method in class org.hibernate.ogm.type.StringType
 
StringType - Class in org.hibernate.ogm.type
 
StringType() - Constructor for class org.hibernate.ogm.type.StringType
 
supportsAggressiveRelease() - Method in class org.hibernate.ogm.jdbc.NoopConnectionProvider
 
supportsAlterTableWithAddColumn() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsBatchUpdates() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsColumnAliasing() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsConvert() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsConvert(int, int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsFullOuterJoins() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsGroupBy() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsMultipleResultSets() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsMultipleTransactions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsNamedParameters() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsNonNullableColumns() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsOuterJoins() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsPositionedDelete() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsPositionedUpdate() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsResultSetType(int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsSavepoints() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsSelectForUpdate() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsStatementPooling() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsStoredProcedures() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsTransactions() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsUnion() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
supportsUnionAll() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 

T

TABLE_PARAM - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
tableName(String) - Method in class org.hibernate.ogm.grid.impl.RowKeyBuilder
 
tableName(String) - Method in class org.hibernate.ogm.util.impl.PropertyMetadataProvider
 
TablePerClassDiscriminator - Class in org.hibernate.ogm.persister
The entity class is used as a discriminator.
TablePerClassDiscriminator(PersistentClass) - Constructor for class org.hibernate.ogm.persister.TablePerClassDiscriminator
 
take() - Method in class org.hibernate.ogm.massindex.batchindexing.ProducerConsumerQueue
Blocks until an object is available; when null is returned the client thread should quit.
tenantIdentifier(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionBuilderDelegator
 
tenantIdentifier(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
threadsForIndexWriter(int) - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
Deprecated.
threadsForSubsequentFetching(int) - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
 
threadsToLoadObjects(int) - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
 
TimestampDateTypeDescriptor - Class in org.hibernate.ogm.type.descriptor
Converts a Date into a String representing a timestamp.
TimestampDateTypeDescriptor() - Constructor for class org.hibernate.ogm.type.descriptor.TimestampDateTypeDescriptor
 
TimestampType - Class in org.hibernate.ogm.type
 
TimestampType() - Constructor for class org.hibernate.ogm.type.TimestampType
 
TimeType - Class in org.hibernate.ogm.type
 
TimeType() - Constructor for class org.hibernate.ogm.type.TimeType
 
to2DStringArray(Collection) - Static method in class org.hibernate.ogm.util.impl.ArrayHelper
 
toArray() - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
 
toArray(T[]) - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
toColumnNullness(Object, Mapping) - Method in interface org.hibernate.ogm.type.GridType
Given an instance of the type, return an array of boolean, indicating which mapped columns would be null.
toColumnNullness(Object, Mapping) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in interface org.hibernate.ogm.type.GridType
A representation of the value to be embedded in a log file.
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.GridTypeDelegatingToCoreType
 
toString() - Method in class org.hibernate.ogm.datastore.spi.AssociationContext
 
toString() - Method in class org.hibernate.ogm.datastore.spi.TupleContext
 
toString() - Method in class org.hibernate.ogm.datastore.spi.TupleOperation
 
toString() - Method in class org.hibernate.ogm.grid.AssociationKey
 
toString() - Method in class org.hibernate.ogm.grid.AssociationKeyMetadata
 
toString() - Method in class org.hibernate.ogm.grid.EntityKey
 
toString() - Method in class org.hibernate.ogm.grid.EntityKeyMetadata
 
toString() - Method in class org.hibernate.ogm.grid.RowKey
 
toString() - Method in class org.hibernate.ogm.options.navigation.impl.OptionsContext
 
toString() - Method in class org.hibernate.ogm.options.navigation.impl.PropertyKey
 
toString() - Method in class org.hibernate.ogm.options.spi.OptionsContainer
 
toString(T) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
toString(BigDecimal) - Method in class org.hibernate.ogm.type.BigDecimalType
 
toString(BigInteger) - Method in class org.hibernate.ogm.type.BigIntegerType
 
toString(Boolean) - Method in class org.hibernate.ogm.type.BooleanType
 
toString(Calendar) - Method in class org.hibernate.ogm.type.descriptor.CalendarTimeZoneDateTimeTypeDescriptor
 
toString(Date) - Method in class org.hibernate.ogm.type.descriptor.TimestampDateTypeDescriptor
 
toString(String) - Method in class org.hibernate.ogm.type.StringType
 
toString(URL) - Method in class org.hibernate.ogm.type.UrlType
 
toString(UUID) - Method in class org.hibernate.ogm.type.UUIDType
 
toString() - Method in enum org.hibernate.ogm.util.impl.CoreLogCategories
 
toString(Object[]) - Static method in class org.hibernate.ogm.util.impl.StringHelper
 
toStringArray(Collection) - Static method in class org.hibernate.ogm.util.impl.ArrayHelper
 
touch() - Static method in class org.hibernate.ogm.cfg.impl.Version
 
toXMLString(T, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.AbstractGenericBasicType
 
transactionContext() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSharedSessionBuilderDelegator
 
TransactionManagerLookupDelegator - Class in org.hibernate.ogm.datastore.infinispan.impl
Wraps the TransactionManager lookup strategy as configured in the Hibernate main properties into an implementation usable by Infinispan
TransactionManagerLookupDelegator(JtaPlatform) - Constructor for class org.hibernate.ogm.datastore.infinispan.impl.TransactionManagerLookupDelegator
 
Tuple - Class in org.hibernate.ogm.datastore.spi
Represents a Tuple (think of it as a row) A tuple accepts a TupleShapshot which is a read-only state of the tuple at creation time.
Tuple(TupleSnapshot) - Constructor for class org.hibernate.ogm.datastore.spi.Tuple
 
TupleAsMapResultSet - Class in org.hibernate.ogm.jdbc
Implements JDBC's ResultSet interface but is essentially a wrapper for propagating a list of Map that reach represent a tuple.
TupleAsMapResultSet() - Constructor for class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
TupleContext - Class in org.hibernate.ogm.datastore.spi
Represents all information used to load an entity with some specific characteristics like a projection
TupleContext(List<String>) - Constructor for class org.hibernate.ogm.datastore.spi.TupleContext
 
TupleIndexer - Class in org.hibernate.ogm.massindex.batchindexing
Component of batch-indexing pipeline, using chained producer-consumers.
TupleIndexer(Class<?>, MassIndexerProgressMonitor, SessionFactoryImplementor, SearchFactoryImplementor, CacheMode, BatchBackend, ErrorHandler) - Constructor for class org.hibernate.ogm.massindex.batchindexing.TupleIndexer
 
TupleOperation - Class in org.hibernate.ogm.datastore.spi
Operation applied to the Tuple.
TupleOperation(String, Object, TupleOperationType) - Constructor for class org.hibernate.ogm.datastore.spi.TupleOperation
 
TupleOperationType - Enum in org.hibernate.ogm.datastore.spi
Type of operations on the tuple
TupleSnapshot - Interface in org.hibernate.ogm.datastore.spi
Represents the Tuple snapshot as loaded by the datastore.
tupleToMap(Tuple) - Static method in class org.hibernate.ogm.datastore.impl.MapHelpers
 
typesToIndexInParallel(int) - Method in class org.hibernate.ogm.massindex.OgmMassIndexer
 
TypeTranslator - Interface in org.hibernate.ogm.type
 
TypeTranslatorImpl - Class in org.hibernate.ogm.type.impl
 
TypeTranslatorImpl(GridDialect) - Constructor for class org.hibernate.ogm.type.impl.TypeTranslatorImpl
 
TypeTranslatorInitiator - Class in org.hibernate.ogm.type.impl
Inialize TypeTranslator.
TypeTranslatorInitiator() - Constructor for class org.hibernate.ogm.type.impl.TypeTranslatorInitiator
 

U

unableToConvertStringToDiscriminator(Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
unableToInitializeInfinispan(RuntimeException) - Method in interface org.hibernate.ogm.util.impl.Log
 
unableToInstantiateDatastoreManager(String, Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
unableToInstantiateQueryParserService(String, Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
unableToLoadContext(String, Class<?>, Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
unableToMarkTransactionForRollback(Exception) - Method in interface org.hibernate.ogm.util.impl.Log
 
unableToSetTimeout(SystemException, int) - Method in interface org.hibernate.ogm.util.impl.Log
 
unexpectedDatastoreProvider(Class<?>, Class<?>) - Method in interface org.hibernate.ogm.util.impl.Log
 
unionSubclassEntityPersister() - Method in class org.hibernate.ogm.jpa.impl.OgmPersisterClassResolver
 
UnionSubclassOgmEntityPersister - Class in org.hibernate.ogm.persister
Use table per class strategy.
UnionSubclassOgmEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.hibernate.ogm.persister.UnionSubclassOgmEntityPersister
 
UniqueOption - Class in org.hibernate.ogm.options.spi
Specialized class to be extended by options that may be defined only once in the context of a given OptionsContainer.
UniqueOption() - Constructor for class org.hibernate.ogm.options.spi.UniqueOption
 
unknownDatastoreManagerType(String) - Method in interface org.hibernate.ogm.util.impl.Log
 
unregister(EhcacheXAResource, boolean) - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider.OgmTransactionManagerLookupDelegate
 
unsupportedIndexerConfigurationOption(String) - Method in interface org.hibernate.ogm.util.impl.Log
 
unwrap(Class<T>) - Method in class org.hibernate.ogm.jdbc.NoopConnection
 
unwrap(Class<T>) - Method in class org.hibernate.ogm.jdbc.NoopConnectionProvider
 
unwrap(Class<T>) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
unwrap(Class<T>) - Method in class org.hibernate.ogm.jdbc.NoopStatement
 
unwrap(Class<T>) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
unwrap(Class<T>) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
 
unwrap(Class<T>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
 
update(Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
update(String, Object) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSession
 
update(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, SessionImplementor) - Method in class org.hibernate.ogm.persister.OgmEntityPersister
Update an object
updateArray(int, Array) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateArray(String, Array) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateAsciiStream(int, InputStream) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateAsciiStream(String, InputStream) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateAssociation(Association, AssociationKey) - Static method in class org.hibernate.ogm.datastore.impl.MapHelpers
 
updateAssociation(Association, AssociationKey) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
updateAssociation(Association, AssociationKey) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
updateAssociation(Association, AssociationKey) - Method in interface org.hibernate.ogm.dialect.GridDialect
Update a given list of tuples corresponding to a given association
updateAssociation(Association, AssociationKey) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
updateAssociation(Association, AssociationKey) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 
updateBigDecimal(int, BigDecimal) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBinaryStream(int, InputStream) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBinaryStream(String, InputStream) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBlob(int, Blob) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBlob(String, Blob) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBlob(int, InputStream, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBlob(String, InputStream, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBlob(int, InputStream) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBlob(String, InputStream) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBoolean(int, boolean) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBoolean(String, boolean) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateByte(int, byte) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateByte(String, byte) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBytes(int, byte[]) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateBytes(String, byte[]) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateCharacterStream(int, Reader, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateCharacterStream(String, Reader, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateCharacterStream(int, Reader) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateCharacterStream(String, Reader) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateClob(int, Clob) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateClob(String, Clob) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateClob(int, Reader, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateClob(String, Reader, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateClob(int, Reader) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateClob(String, Reader) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateDate(int, Date) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateDate(String, Date) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateDouble(int, double) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateDouble(String, double) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateFloat(int, float) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateFloat(String, float) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateInt(int, int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateInt(String, int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateLong(int, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateLong(String, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNCharacterStream(int, Reader) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNCharacterStream(String, Reader) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNClob(int, NClob) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNClob(String, NClob) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNClob(int, Reader, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNClob(String, Reader, long) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNClob(int, Reader) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNClob(String, Reader) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNString(int, String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNString(String, String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNull(int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateNull(String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateObject(int, Object, int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateObject(int, Object) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateObject(String, Object, int) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateObject(String, Object) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateRef(int, Ref) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateRef(String, Ref) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateRow() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateRowId(int, RowId) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateRowId(String, RowId) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updatesAreDetected(int) - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
updateShort(int, short) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateShort(String, short) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateSQLXML(int, SQLXML) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateSQLXML(String, SQLXML) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateString(int, String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateString(String, String) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateTime(int, Time) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateTime(String, Time) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
updateTuple(Tuple, EntityKey) - Method in class org.hibernate.ogm.datastore.map.impl.HashMapDialect
 
updateTuple(Tuple, EntityKey) - Method in class org.hibernate.ogm.dialect.ehcache.EhcacheDialect
 
updateTuple(Tuple, EntityKey) - Method in interface org.hibernate.ogm.dialect.GridDialect
Update the tuple for a given key or null if not present
updateTuple(Tuple, EntityKey) - Method in class org.hibernate.ogm.dialect.GridDialectLogger
 
updateTuple(Tuple, EntityKey) - Method in class org.hibernate.ogm.dialect.infinispan.InfinispanDialect
 
UrlType - Class in org.hibernate.ogm.type
 
UrlType() - Constructor for class org.hibernate.ogm.type.UrlType
 
useDatastoreProvider(String) - Method in interface org.hibernate.ogm.util.impl.Log
 
useGridDialect(String) - Method in interface org.hibernate.ogm.util.impl.Log
 
usesLocalFilePerTable() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
usesLocalFiles() - Method in class org.hibernate.ogm.jdbc.NoopDatabaseMetaData
 
usingDefaultTransactionFactory() - Method in interface org.hibernate.ogm.util.impl.Log
 
UUIDType - Class in org.hibernate.ogm.type
Type descriptor for translating a UUID Java type into its string representation in order to be stored in the datastore deposit.
UUIDType() - Constructor for class org.hibernate.ogm.type.UUIDType
 

V

VALUE_COLUMN_PARAM - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
 
valueOf(String) - Static method in enum org.hibernate.ogm.datastore.impl.AvailableDatastoreProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ogm.datastore.spi.AssociationOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ogm.datastore.spi.TupleOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ogm.grid.AssociationKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ogm.util.impl.CoreLogCategories
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.ogm.datastore.impl.AvailableDatastoreProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ogm.datastore.spi.AssociationOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ogm.datastore.spi.TupleOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ogm.grid.AssociationKind
Returns an array containing the constants of this enum type, in the order they are declared.
values(Map<String, Object>) - Method in class org.hibernate.ogm.grid.impl.RowKeyBuilder
 
values(Tuple) - Method in class org.hibernate.ogm.grid.impl.RowKeyBuilder
 
values() - Static method in enum org.hibernate.ogm.util.impl.CoreLogCategories
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.hibernate.ogm.cfg.impl
Display the version number on touch
Version() - Constructor for class org.hibernate.ogm.cfg.impl.Version
 
version(String) - Method in interface org.hibernate.ogm.util.impl.Log
 

W

wasNull() - Method in class org.hibernate.ogm.jdbc.TupleAsMapResultSet
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.ogm.persister.OgmCollectionPersister
 
withOptions() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
withStatelessOptions() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactory
 
WrapperBinaryType - Class in org.hibernate.ogm.type
A type mapping VARBINARY and Byte[]
WrapperBinaryType() - Constructor for class org.hibernate.ogm.type.WrapperBinaryType
 
writeLock(EntityKey, int) - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
Acquires a write lock on a specific key.
A B C D E F G H I J K L M N O P Q R S T U V W 

Copyright © 2010-2013 Red Hat, Inc., Emmanuel Bernard and various contributors. All Rights Reserved.