- abort(Executor) - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- absolute(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- AbstractGenericBasicType<T> - Class in org.hibernate.ogm.type.impl
-
- AbstractGenericBasicType(GridTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- AbstractRedisDialect - Class in org.hibernate.ogm.datastore.redis
-
- AbstractRedisDialect(RedisClusterCommands<String, String>, boolean) - Constructor for class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
-
- activationNeeded() - Static method in class org.hibernate.ogm.dialect.impl.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(InsertOrUpdateTupleOperation) - Method in class org.hibernate.ogm.dialect.batch.spi.OperationsQueue
-
- add(Operation) - Method in class org.hibernate.ogm.dialect.batch.spi.OperationsQueue
-
- add(Option<I, V>, V) - Method in class org.hibernate.ogm.options.container.impl.OptionsContainerBuilder
-
Adds an
Option
with the given value to this container.
- addAll(Collection<? extends E>) - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
-
- addAll(OptionsContainerBuilder) - Method in class org.hibernate.ogm.options.container.impl.OptionsContainerBuilder
-
Adds all options from the passed container to this container.
- addAppliedOperation(GridDialectOperation) - Method in class org.hibernate.ogm.compensation.impl.OperationCollector
-
- addBatch(String) - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- addChild(EmbeddedAliasTree) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.EmbeddedAliasTree
-
- addChild(RelationshipAliasTree) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.RelationshipAliasTree
-
- addColumns(String...) - Method in class org.hibernate.ogm.model.impl.RowKeyBuilder
-
- addEntity(String) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addEntity(String, String) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addEntity(String, String, LockMode) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addEntity(Class) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addEntity(String, Class) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addEntity(String, Class, LockMode) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addEntityNameResolver(EntityNameResolver...) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- addEntityOption(Class<?>, Option<?, V>, V) - Method in class org.hibernate.ogm.options.navigation.impl.AppendableConfigurationContext
-
- addEntityOption(Option<?, V>, V) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationContextImpl
-
- addEntityOption(Option<?, V>, V) - Method in interface org.hibernate.ogm.options.navigation.spi.ConfigurationContext
-
Add an option to the global context
- addExtraState(EntityEntryExtraState) - Method in class org.hibernate.ogm.entityentry.impl.OgmEntityEntryState
-
- addFetch(String, String, String) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addGlobalOption(Option<?, V>, V) - Method in class org.hibernate.ogm.options.navigation.impl.AppendableConfigurationContext
-
- addGlobalOption(Option<?, V>, V) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationContextImpl
-
- addGlobalOption(Option<?, V>, V) - Method in interface org.hibernate.ogm.options.navigation.spi.ConfigurationContext
-
Add an option to the global context
- addIndexColumns(String...) - Method in class org.hibernate.ogm.model.impl.RowKeyBuilder
-
- addJoin(String, String, String) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addJoin(String, String) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addJoin(String, String, LockMode) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addList(String, String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
-
Adds the given list function to this design document.
- addNamedEntityGraph(String, EntityGraph<T>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
-
- addNamedQuery(String, Query) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
-
- addObserver(SessionFactoryObserver) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- addObserver(TransactionObserver) - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinator
-
- addPropertyOption(Class<?>, String, Option<?, V>, V) - Method in class org.hibernate.ogm.options.navigation.impl.AppendableConfigurationContext
-
- addPropertyOption(Option<?, V>, V) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationContextImpl
-
- addPropertyOption(Option<?, V>, V) - Method in interface org.hibernate.ogm.options.navigation.spi.ConfigurationContext
-
Add an option to the global context
- addRoot(String, String) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addRoot(String, Class) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addScalar(String, Type) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addScalar(String) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addSessionFactoryObservers(SessionFactoryObserver...) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- addSynchronizedEntityClass(Class) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addSynchronizedEntityName(String) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addSynchronizedQuerySpace(String) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- addTransformer(ClassTransformer) - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
-
- addTuple(Tuple) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
Define the current value for the collection entry
- addView(String, String, String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
-
Adds View with bot map and reduce functions to the Document.
- addView(String, String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
-
Adds View with only the map function to the Document.
- afterLast() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- afterTransactionBegin() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinatorOwner
-
- afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinatorOwner
-
- allowsTransactionEmulation() - Method in class org.hibernate.ogm.datastore.cassandra.impl.CassandraDatastoreProvider
-
- allowsTransactionEmulation() - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
-
- allowsTransactionEmulation() - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
-
- allowsTransactionEmulation() - Method in class org.hibernate.ogm.datastore.mongodb.impl.MongoDBDatastoreProvider
-
- allowsTransactionEmulation() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
-
- allowsTransactionEmulation() - Method in class org.hibernate.ogm.datastore.spi.BaseDatastoreProvider
-
- allowsTransactionEmulation() - Method in interface org.hibernate.ogm.datastore.spi.DatastoreProvider
-
Whether the underlying datastore allows emulation of transactions.
- allProceduresAreCallable() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- allTablesAreSelectable() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- Alphanumeric() - Method in class org.hibernate.ogm.datastore.neo4j.query.impl.QueryParser
-
- ambigiousOptionConfiguration(String) - Method in interface org.hibernate.ogm.util.impl.Log
-
- AnnotationConverter<T extends Annotation> - Interface in org.hibernate.ogm.options.spi
-
- AnnotationOptionValueSource - Class in org.hibernate.ogm.options.navigation.source.impl
-
- AnnotationOptionValueSource() - Constructor for class org.hibernate.ogm.options.navigation.source.impl.AnnotationOptionValueSource
-
- AppendableConfigurationContext - Class in org.hibernate.ogm.options.navigation.impl
-
A mutable context managing programmatically set option values.
- AppendableConfigurationContext() - Constructor for class org.hibernate.ogm.options.navigation.impl.AppendableConfigurationContext
-
- applyAutoClosing(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyAutoFlushing(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyAutomaticEvictionOfCollectionCaches(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyBatchFetchStyle(BatchFetchStyle) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyBeanManager(Object) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyCacheRegionPrefix(String) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyConnectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyDefaultBatchFetchSize(int) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyDefaultEntityMode(EntityMode) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
Deprecated.
- applyDefaultNullPrecedence(NullPrecedence) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyDirectReferenceCaching(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyEntityTuplizer(EntityMode, Class<? extends EntityTuplizer>) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyEntityTuplizerFactory(EntityTuplizerFactory) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyGetGeneratedKeysSupport(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyIdentifierRollbackSupport(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyInterceptor(Interceptor) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyJdbcBatchingForVersionedEntities(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyJdbcBatchSize(int) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyJdbcFetchSize(int) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyJtaTrackingByThread(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
Deprecated.
- applyLazyInitializationOutsideTransaction(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyMaximumFetchDepth(int) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyMinimalPutsForCaching(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyMultiTableBulkIdStrategy(MultiTableBulkIdStrategy) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyMultiTenancyStrategy(MultiTenancyStrategy) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyName(String) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyNameAsJndiName(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyNamedQueryCheckingOnStartup(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyNullabilityChecking(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyOrderingOfInserts(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyOrderingOfUpdates(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyQueryCacheFactory(QueryCacheFactory) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyQueryCacheSupport(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyQuerySubstitutions(Map) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
Deprecated.
- applyResultSetsWrapping(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyScrollableResultsSupport(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applySecondLevelCacheSupport(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applySqlComments(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applySqlFunction(String, SQLFunction) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyStatisticsSupport(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyStrictJpaQueryLanguageCompliance(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyStructuredCacheEntries(boolean) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- applyTupleOpsOnMap(Tuple, Map<String, Object>) - Static method in class org.hibernate.ogm.datastore.map.impl.MapHelpers
-
- applyValidatorFactory(Object) - Method in interface org.hibernate.ogm.boot.OgmSessionFactoryBuilder
-
- areEqual(byte[], byte[]) - Method in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayTypeDescriptor
-
- areEqual(Calendar, Calendar) - Method in class org.hibernate.ogm.type.descriptor.impl.CalendarTimeZoneDateTimeTypeDescriptor
-
- areEqual(Calendar, Calendar) - Method in class org.hibernate.ogm.type.descriptor.impl.Iso8601CalendarTypeDescriptor
-
- areEqual(Date, Date) - Method in class org.hibernate.ogm.type.descriptor.impl.TimestampDateTypeDescriptor
-
- areMatch(Object, Object) - Method in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManagingAutoFlushEventListener.EventContextManagingAutoFlushEventListenerDuplicationStrategy
-
- areMatch(Object, Object) - Method in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManagingFlushEventListener.EventContextManagingFlushEventListenerDuplicationStrategy
-
- areMatch(Object, Object) - Method in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManagingPersistEventListener.EventContextManagingPersistEventListenerDuplicationStrategy
-
- ArrayHelper - Class in org.hibernate.ogm.util.impl
-
- ArrayHelper() - Constructor for class org.hibernate.ogm.util.impl.ArrayHelper
-
- as(Class<T>) - Method in interface org.hibernate.ogm.compensation.operation.GridDialectOperation
-
Narrows this operation down to the given sub-type.
- as(Class<T>) - Method in class org.hibernate.ogm.compensation.operation.impl.CreateAssociationWithKeyImpl
-
- as(Class<T>) - Method in class org.hibernate.ogm.compensation.operation.impl.CreateTupleImpl
-
- as(Class<T>) - Method in class org.hibernate.ogm.compensation.operation.impl.CreateTupleWithKeyImpl
-
- as(Class<T>) - Method in class org.hibernate.ogm.compensation.operation.impl.ExecuteBatchImpl
-
- as(Class<T>) - Method in class org.hibernate.ogm.compensation.operation.impl.InsertOrUpdateAssociationImpl
-
- as(Class<T>) - Method in class org.hibernate.ogm.compensation.operation.impl.InsertOrUpdateTupleImpl
-
- as(Class<T>) - Method in class org.hibernate.ogm.compensation.operation.impl.InsertTupleImpl
-
- as(Class<T>) - Method in class org.hibernate.ogm.compensation.operation.impl.RemoveAssociationImpl
-
- as(Class<T>) - Method in class org.hibernate.ogm.compensation.operation.impl.RemoveTupleImpl
-
- as(Class<T>) - Method in class org.hibernate.ogm.compensation.operation.impl.RemoveTupleWithOptimisticLockImpl
-
- as(Class<T>) - Method in class org.hibernate.ogm.compensation.operation.impl.UpdateTupleWithOptimisticLockImpl
-
- as(StringBuilder, String) - Static method in class org.hibernate.ogm.datastore.neo4j.query.parsing.cypherdsl.impl.CypherDSL
-
- assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- assemble(Serializable, SessionImplementor, Object) - Method in interface org.hibernate.ogm.type.spi.GridType
-
Reconstruct the object from its cached "disassembled" state.
- assertNotNull(Object, String) - Static method in class org.hibernate.ogm.util.impl.Contracts
-
Asserts that the given object is not null
.
- assertParameterNotNull(Object, String) - Static method in class org.hibernate.ogm.util.impl.Contracts
-
Asserts that the given method or constructor is not null
.
- assertStringParameterNotEmpty(String, String) - Static method in class org.hibernate.ogm.util.impl.Contracts
-
Asserts that the given String
is neither null
nor an empty string.
- assertTrue(boolean, String) - Static method in class org.hibernate.ogm.util.impl.Contracts
-
- asSet(T...) - Static method in class org.hibernate.ogm.util.impl.CollectionHelper
-
Returns an unmodifiable set containing the given elements.
- associatedEntityKeyMetadata(AssociatedEntityKeyMetadata) - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata.Builder
-
- AssociatedEntityKeyMetadata - Interface in org.hibernate.ogm.model.key.spi
-
Provides meta-data about a one-to-one/many-to-one association represented by one or more columns contained within a
Tuple
.
- Association - Class in org.hibernate.ogm.datastore.redis.dialect.value
-
Represents an association stored as a separate Redis value.
- Association() - Constructor for class org.hibernate.ogm.datastore.redis.dialect.value.Association
-
- Association - Class in org.hibernate.ogm.model.spi
-
Represents an association (think of it as a set of rows, each representing a specific link).
- Association() - Constructor for class org.hibernate.ogm.model.spi.Association
-
Creates a new association, based on an empty association snapshot.
- Association(AssociationSnapshot) - Constructor for class org.hibernate.ogm.model.spi.Association
-
- ASSOCIATION_CACHE - Static variable in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.common.impl.CacheNames
-
- ASSOCIATION_CACHE - Static variable in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.impl.CacheNames
-
- ASSOCIATION_DOCUMENT_STORAGE - Static variable in class org.hibernate.ogm.datastore.mongodb.MongoDBProperties
-
Configuration property for specifying how to store association documents.
- AssociationContext - Interface in org.hibernate.ogm.dialect.spi
-
- AssociationContextImpl - Class in org.hibernate.ogm.dialect.impl
-
- AssociationContextImpl(AssociationTypeContext, Tuple) - Constructor for class org.hibernate.ogm.dialect.impl.AssociationContextImpl
-
- AssociationContextImpl(AssociationContextImpl, OperationsQueue) - Constructor for class org.hibernate.ogm.dialect.impl.AssociationContextImpl
-
- AssociationDocument - Class in org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl
-
Represents an association stored as a separate CouchDB document.
- AssociationDocument() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.AssociationDocument
-
- AssociationDocument(String) - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.AssociationDocument
-
- AssociationDocumentStorage - Annotation Type in org.hibernate.ogm.datastore.mongodb.options
-
Specifies whether association documents should be stored in a separate collection per association type or in one
global collection for all associations.
- associationDocumentStorage(AssociationDocumentStorageType) - Method in class org.hibernate.ogm.datastore.mongodb.options.navigation.impl.MongoDBEntityContextImpl
-
- associationDocumentStorage(AssociationDocumentStorageType) - Method in class org.hibernate.ogm.datastore.mongodb.options.navigation.impl.MongoDBGlobalContextImpl
-
- associationDocumentStorage(AssociationDocumentStorageType) - Method in class org.hibernate.ogm.datastore.mongodb.options.navigation.impl.MongoDBPropertyContextImpl
-
- associationDocumentStorage(AssociationDocumentStorageType) - Method in interface org.hibernate.ogm.datastore.mongodb.options.navigation.MongoDBEntityContext
-
Specifies how association documents should be persisted.
- associationDocumentStorage(AssociationDocumentStorageType) - Method in interface org.hibernate.ogm.datastore.mongodb.options.navigation.MongoDBGlobalContext
-
Specifies how association documents should be persisted.
- associationDocumentStorage(AssociationDocumentStorageType) - Method in interface org.hibernate.ogm.datastore.mongodb.options.navigation.MongoDBPropertyContext
-
Specifies how association documents should be persisted.
- AssociationDocumentStorageConverter - Class in org.hibernate.ogm.datastore.mongodb.options.impl
-
- AssociationDocumentStorageConverter() - Constructor for class org.hibernate.ogm.datastore.mongodb.options.impl.AssociationDocumentStorageConverter
-
- AssociationDocumentStorageOption - Class in org.hibernate.ogm.datastore.mongodb.options.impl
-
Specifies whether association documents should be stored in a separate collection per association type or in one
global collection for all associations.
- AssociationDocumentStorageOption() - Constructor for class org.hibernate.ogm.datastore.mongodb.options.impl.AssociationDocumentStorageOption
-
- AssociationDocumentStorageType - Enum in org.hibernate.ogm.datastore.mongodb.options
-
Strategies for storing MongoDB association documents.
- AssociationKey - Class in org.hibernate.ogm.model.key.spi
-
Represents the key used to link a property value and the id of its owning entity
- AssociationKey(AssociationKeyMetadata, Object[], EntityKey) - Constructor for class org.hibernate.ogm.model.key.spi.AssociationKey
-
- AssociationKeyExternalizer - Class in org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl
-
An externalizer for serializing and de-serializing
AssociationKey
instances.
- AssociationKeyMetadata - Interface in org.hibernate.ogm.model.key.spi
-
Stores metadata information common to all keys related
to a given association
- associationKeyMetadata(AssociationKeyMetadata) - Method in class org.hibernate.ogm.util.impl.AssociationPersister
-
- associationKind(AssociationKind) - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata.Builder
-
- AssociationKind - Enum in org.hibernate.ogm.model.key.spi
-
The kind of an association.
- AssociationOperation - Class in org.hibernate.ogm.model.spi
-
Operation applied to the association.
- AssociationOperation(RowKey, Tuple, AssociationOperationType) - Constructor for class org.hibernate.ogm.model.spi.AssociationOperation
-
- AssociationOperationType - Enum in org.hibernate.ogm.model.spi
-
Type of operations on the tuple
- AssociationPersister - Class in org.hibernate.ogm.util.impl
-
Implements the logic for updating associations.
- AssociationPersister(Class<?>) - Constructor for class org.hibernate.ogm.util.impl.AssociationPersister
-
- AssociationRow<R> - Class in org.hibernate.ogm.datastore.document.association.spi
-
- AssociationRow(AssociationKey, AssociationRow.AssociationRowAccessor<R>, R) - Constructor for class org.hibernate.ogm.datastore.document.association.spi.AssociationRow
-
- AssociationRow.AssociationRowAccessor<R> - Interface in org.hibernate.ogm.datastore.document.association.spi
-
Contract for obtaining association tuple values from the store-specific representation of an association row.
- AssociationRowFactory - Interface in org.hibernate.ogm.datastore.document.association.spi
-
- AssociationRows - Class in org.hibernate.ogm.datastore.document.association.spi
-
- AssociationRows(AssociationKey, Collection<?>, AssociationRowFactory) - Constructor for class org.hibernate.ogm.datastore.document.association.spi.AssociationRows
-
- associationRowToMap(Tuple) - Static method in class org.hibernate.ogm.datastore.map.impl.MapHelpers
-
- ASSOCIATIONS - Static variable in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
-
- ASSOCIATIONS_COLLECTION_PREFIX - Static variable in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- ASSOCIATIONS_STORE - Static variable in interface org.hibernate.ogm.datastore.document.cfg.DocumentStoreProperties
-
Property for configuring the strategy for storing associations.
- AssociationSnapshot - Interface in org.hibernate.ogm.model.spi
-
Represents the association snapshot as loaded by the datastore.
- AssociationStorage - Annotation Type in org.hibernate.ogm.datastore.document.options
-
Define the association storage type for the annotated entity or property.
- associationStorage(AssociationStorageType) - Method in interface org.hibernate.ogm.datastore.document.options.navigation.DocumentStoreEntityContext
-
Specifies how associations of the configured entity should be persisted.
- associationStorage(AssociationStorageType) - Method in interface org.hibernate.ogm.datastore.document.options.navigation.DocumentStoreGlobalContext
-
Specifies how associations should be persisted.
- associationStorage(AssociationStorageType) - Method in interface org.hibernate.ogm.datastore.document.options.navigation.DocumentStorePropertyContext
-
Specifies how associations of the configured property should be persisted.
- associationStorage(AssociationStorageType) - Method in class org.hibernate.ogm.datastore.document.options.navigation.spi.BaseDocumentStoreEntityContext
-
- associationStorage(AssociationStorageType) - Method in class org.hibernate.ogm.datastore.document.options.navigation.spi.BaseDocumentStoreGlobalContext
-
- associationStorage(AssociationStorageType) - Method in class org.hibernate.ogm.datastore.document.options.navigation.spi.BaseDocumentStorePropertyContext
-
- associationStorage(AssociationStorageType) - Method in class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisEntityContextImpl
-
- associationStorage(AssociationStorageType) - Method in class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisGlobalContextImpl
-
- associationStorage(AssociationStorageType) - Method in class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisPropertyContextImpl
-
- AssociationStorageConverter - Class in org.hibernate.ogm.datastore.document.options.impl
-
- AssociationStorageConverter() - Constructor for class org.hibernate.ogm.datastore.document.options.impl.AssociationStorageConverter
-
- AssociationStorageOption - Class in org.hibernate.ogm.datastore.document.options.spi
-
Represents the type of association storage as configured via the API or annotations for a given element.
- AssociationStorageOption() - Constructor for class org.hibernate.ogm.datastore.document.options.spi.AssociationStorageOption
-
- AssociationStorageStrategy - Enum in org.hibernate.ogm.datastore.mongodb.dialect.impl
-
Represents a strategy for storing associations in MongoDB.
- AssociationStorageType - Enum in org.hibernate.ogm.datastore.document.options
-
A strategy for storing association information in a document datastore.
- associationType(AssociationType) - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata.Builder
-
- AssociationType - Enum in org.hibernate.ogm.model.key.spi
-
The type of an association.
- AssociationTypeContext - Interface in org.hibernate.ogm.dialect.spi
-
- associationTypeContext(AssociationTypeContext) - Method in class org.hibernate.ogm.util.impl.AssociationPersister
-
- AssociationTypeContextImpl - Class in org.hibernate.ogm.dialect.impl
-
- AssociationTypeContextImpl(OptionsContext, AssociatedEntityKeyMetadata, String) - Constructor for class org.hibernate.ogm.dialect.impl.AssociationTypeContextImpl
-
- AttributeConverterGridTypeAdaptor<T> - Class in org.hibernate.ogm.type.impl
-
- AttributeConverterGridTypeAdaptor(AttributeConverterTypeAdapter<T>, GridTypeDescriptor) - Constructor for class org.hibernate.ogm.type.impl.AttributeConverterGridTypeAdaptor
-
GridTypeDescriptor is passed and constructed by the caller because it needs to be passed to the super constructor.
- AttributeConverterGridTypeDescriptorAdaptor - Class in org.hibernate.ogm.type.descriptor.impl
-
- AttributeConverterGridTypeDescriptorAdaptor(AttributeConverter, GridType, JavaTypeDescriptor) - Constructor for class org.hibernate.ogm.type.descriptor.impl.AttributeConverterGridTypeDescriptorAdaptor
-
- AUTHENTICATION_MECHANISM - Static variable in class org.hibernate.ogm.datastore.mongodb.MongoDBProperties
-
Specify the authentication mechanism that MongoDB will use to authenticate the connection.
- AuthenticationMechanismType - Enum in org.hibernate.ogm.datastore.mongodb.options
-
Available authentication methods for MongoDB.
- autoCommitFailureClosesAllResultSets() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- AvailableDatastoreProvider - Enum in org.hibernate.ogm.datastore.impl
-
This enumeration describes all available datastore providers by providing some shortcuts.
- Cache<K> - Class in org.hibernate.ogm.datastore.ehcache.impl
-
Type-safe wrapper around Cache
to avoid accessing the cache using wrong key objects.
- Cache(Cache) - Constructor for class org.hibernate.ogm.datastore.ehcache.impl.Cache
-
- CACHE_MANAGER_JNDI_NAME - Static variable in class org.hibernate.ogm.datastore.infinispan.InfinispanProperties
-
The key for the configuration property to define the JNDI name of the cache manager.
- CACHE_MAPPING - Static variable in interface org.hibernate.ogm.datastore.keyvalue.cfg.KeyValueStoreProperties
-
The configuration property for setting the cache mapping.
- CacheInitializer - Class in org.hibernate.ogm.datastore.ehcache.impl
-
Triggers initialization of the caches in the Ehcache store.
- CacheInitializer() - Constructor for class org.hibernate.ogm.datastore.ehcache.impl.CacheInitializer
-
- CacheInitializer - Class in org.hibernate.ogm.datastore.infinispan.impl
-
Triggers initialization of the caches in the Infinispan store.
- CacheInitializer() - Constructor for class org.hibernate.ogm.datastore.infinispan.impl.CacheInitializer
-
- cacheMapping(CacheMappingType) - Method in interface org.hibernate.ogm.datastore.keyvalue.options.navigation.KeyValueStoreGlobalContext
-
Specifies how data (entity, associations, id source) should be mapped to caches.
- cacheMapping(CacheMappingType) - Method in class org.hibernate.ogm.datastore.keyvalue.options.navigation.spi.BaseKeyValueStoreGlobalContext
-
- CacheMappingOption - Class in org.hibernate.ogm.datastore.keyvalue.options.spi
-
Represents the type of cache mapping as configured via the API or annotations for a given element.
- CacheMappingOption() - Constructor for class org.hibernate.ogm.datastore.keyvalue.options.spi.CacheMappingOption
-
- CacheMappingType - Enum in org.hibernate.ogm.datastore.keyvalue.options
-
A strategy for persisting data into key/value stores.
- cacheMode(CacheMode) - Method in class org.hibernate.ogm.massindex.impl.OgmMassIndexer
-
- CacheNames - Class in org.hibernate.ogm.datastore.ehcache.persistencestrategy.common.impl
-
The names of the caches used to store entities etc.
- CacheNames() - Constructor for class org.hibernate.ogm.datastore.ehcache.persistencestrategy.common.impl.CacheNames
-
- CacheNames - Class in org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.impl
-
The names of the caches used to store entities etc.
- CacheNames() - Constructor for class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.impl.CacheNames
-
- CalendarDateType - Class in org.hibernate.ogm.type.impl
-
- CalendarDateType() - Constructor for class org.hibernate.ogm.type.impl.CalendarDateType
-
- CalendarTimeZoneDateTimeTypeDescriptor - Class in org.hibernate.ogm.type.descriptor.impl
-
- CalendarTimeZoneDateTimeTypeDescriptor() - Constructor for class org.hibernate.ogm.type.descriptor.impl.CalendarTimeZoneDateTimeTypeDescriptor
-
- CalendarType - Class in org.hibernate.ogm.type.impl
-
- CalendarType() - Constructor for class org.hibernate.ogm.type.impl.CalendarType
-
- cancel() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- cancelRowUpdates() - Method in class org.hibernate.ogm.jdbc.impl.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
-
- cannotDetermineRedisMode(String) - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
-
- cannotFindEntityEntryForEntity(Object) - Method in interface org.hibernate.ogm.util.impl.Log
-
- cannotFindTypeForAttributeConverter(Class<?>, Class<?>) - Method in interface org.hibernate.ogm.util.impl.Log
-
- cannotGenerateSequence(String) - Method in interface org.hibernate.ogm.datastore.neo4j.logging.impl.Log
-
- cannotInstantiateGridDialect(Class<?>, Exception) - Method in interface org.hibernate.ogm.util.impl.Log
-
- cannotLoadLuceneParserBackend(Exception) - Method in interface org.hibernate.ogm.util.impl.Log
-
- cannotUseGivenPrimaryKeyColumnName(String, String) - Method in interface org.hibernate.ogm.datastore.mongodb.logging.impl.Log
-
- Cassandra - Class in org.hibernate.ogm.datastore.cassandra
-
Allows to configure options specific to the Cassandra column family data store.
- Cassandra() - Constructor for class org.hibernate.ogm.datastore.cassandra.Cassandra
-
- CassandraCalendarDateType - Class in org.hibernate.ogm.datastore.cassandra.type.impl
-
Cassandra doesn't do Calendar, but it does do Date, so convert them.
- CassandraCalendarDateType() - Constructor for class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraCalendarDateType
-
- CassandraCalendarType - Class in org.hibernate.ogm.datastore.cassandra.type.impl
-
Cassandra doesn't do Calendar, but it does do Date, so convert them.
- CassandraCalendarType() - Constructor for class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraCalendarType
-
- CassandraCharacterType - Class in org.hibernate.ogm.datastore.cassandra.type.impl
-
Cassandra doesn't do Character, so convert to String.
- CassandraCharacterType() - Constructor for class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraCharacterType
-
- CassandraConfiguration - Class in org.hibernate.ogm.datastore.cassandra.impl.configuration
-
Provides utility methods to access the Cassandra configuration values.
- CassandraConfiguration(ConfigurationPropertyReader, OptionsContext) - Constructor for class org.hibernate.ogm.datastore.cassandra.impl.configuration.CassandraConfiguration
-
- CassandraDatastoreProvider - Class in org.hibernate.ogm.datastore.cassandra.impl
-
Datastore service layered on Cassandra's java-driver i.e.
- CassandraDatastoreProvider() - Constructor for class org.hibernate.ogm.datastore.cassandra.impl.CassandraDatastoreProvider
-
- CassandraDateType - Class in org.hibernate.ogm.datastore.cassandra.type.impl
-
Starting with 2.2 cassandra has a native 'date' (with no time part) cql column type.
- CassandraDateType() - Constructor for class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraDateType
-
- CassandraDialect - Class in org.hibernate.ogm.datastore.cassandra
-
Dialect implementation using CQL3 over Cassandra's native transport via java-driver.
- CassandraDialect(CassandraDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.cassandra.CassandraDialect
-
- CassandraParameterMetadataBuilder - Class in org.hibernate.ogm.datastore.cassandra.query.impl
-
- CassandraParameterMetadataBuilder(Session, Map<String, Table>) - Constructor for class org.hibernate.ogm.datastore.cassandra.query.impl.CassandraParameterMetadataBuilder
-
- CassandraPrimitiveByteArrayType - Class in org.hibernate.ogm.datastore.cassandra.type.impl
-
Handle byte[] via Cassandra's ByteBuffer support.
- CassandraPrimitiveByteArrayType() - Constructor for class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraPrimitiveByteArrayType
-
- CassandraSchemaDefiner - Class in org.hibernate.ogm.datastore.cassandra.impl
-
Table and index creation methods.
- CassandraSchemaDefiner() - Constructor for class org.hibernate.ogm.datastore.cassandra.impl.CassandraSchemaDefiner
-
- CassandraSequenceHandler - Class in org.hibernate.ogm.datastore.cassandra.impl
-
Abstraction layer for adding id sequence numbers support to Cassandra,
which lacks native auto-increment columns or sequences.
- CassandraSequenceHandler(CassandraDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.cassandra.impl.CassandraSequenceHandler
-
- CassandraSerializableType<T extends Serializable> - Class in org.hibernate.ogm.datastore.cassandra.type.impl
-
Convert the serializable type into a byte buffer using the appropriate java type descriptor
- CassandraSerializableType(JavaTypeDescriptor<T>) - Constructor for class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraSerializableType
-
- CassandraTimeType - Class in org.hibernate.ogm.datastore.cassandra.type.impl
-
Starting with 2.2 cassandra has a native 'time' (with no days) cql column type.
- CassandraTimeType() - Constructor for class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraTimeType
-
- CassandraTrueFalseType - Class in org.hibernate.ogm.datastore.cassandra.type.impl
-
- CassandraTrueFalseType() - Constructor for class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraTrueFalseType
-
- CassandraTypeMapper - Enum in org.hibernate.ogm.datastore.cassandra.impl
-
Assist the SchemaDefiner by supplying mapping from GridType to CQL3 column type.
- CassandraUuidType - Class in org.hibernate.ogm.datastore.cassandra.type.impl
-
Maps
UUID
to Cassandra's native
uuid
type.
- CassandraUuidType() - Constructor for class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraUuidType
-
- CassandraYesNoType - Class in org.hibernate.ogm.datastore.cassandra.type.impl
-
- CassandraYesNoType() - Constructor for class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraYesNoType
-
- catalogOptionNotSupportedForSequenceGenerator(String) - Method in interface org.hibernate.ogm.util.impl.Log
-
- catalogOptionNotSupportedForTableGenerator(String) - Method in interface org.hibernate.ogm.util.impl.Log
-
- Character() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.nativequery.impl.NativeQueryParser
-
- CharacterStringType - Class in org.hibernate.ogm.type.impl
-
- CharacterStringType() - Constructor for class org.hibernate.ogm.type.impl.CharacterStringType
-
- CharacterType - Class in org.hibernate.ogm.type.impl
-
Represents a Character type
- CharacterType() - Constructor for class org.hibernate.ogm.type.impl.CharacterType
-
- CharMappedGridTypeDescriptor - Class in org.hibernate.ogm.type.descriptor.impl
-
- CharMappedGridTypeDescriptor() - Constructor for class org.hibernate.ogm.type.descriptor.impl.CharMappedGridTypeDescriptor
-
- checkVersionAndRaiseSOSE(Serializable, Object, SessionImplementor, Tuple) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- ClassObjectFormatter - Class in org.hibernate.ogm.util.impl
-
Used with JBoss Logging to display class names in log messages.
- ClassObjectFormatter(Class<?>) - Constructor for class org.hibernate.ogm.util.impl.ClassObjectFormatter
-
- ClassPropertyReaderContext<T> - Interface in org.hibernate.ogm.util.configurationreader.spi
-
A
PropertyReaderContext
which allows to retrieve properties by instantiating a given implementation type,
e.g.
- ClassType - Class in org.hibernate.ogm.type.impl
-
- ClassType() - Constructor for class org.hibernate.ogm.type.impl.ClassType
-
- clear() - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
-
- clear() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- clear() - Method in class org.hibernate.ogm.model.spi.Association
-
Removes all rows from this association.
- clearBatch() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- clearWarnings() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- clearWarnings() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- clearWarnings() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- ClosableIterator<T> - Interface in org.hibernate.ogm.dialect.query.spi
-
An iterator that has to be closed.
- close() - Method in class org.hibernate.ogm.datastore.cassandra.model.impl.ResultSetTupleIterator
-
- close() - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.MapsTupleIterator
-
- close() - Method in class org.hibernate.ogm.dialect.batch.spi.OperationsQueue
-
- close() - Method in interface org.hibernate.ogm.dialect.query.spi.ClosableIterator
-
- close() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- close() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- close() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- close() - Method in class org.hibernate.ogm.jdbc.impl.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.impl.NoopConnectionProvider
-
- CLOSED_QUEUE - Static variable in class org.hibernate.ogm.dialect.batch.spi.OperationsQueue
-
A queue that is always closed
- closedOperationQueue() - Method in interface org.hibernate.ogm.util.impl.Log
-
- closeOnCompletion() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- CLUSTER - Static variable in class org.hibernate.ogm.datastore.redis.RedisProperties
-
boolean flag, whether to use Redis Cluster.
- Collection() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.nativequery.impl.NativeQueryParser
-
- collection(StringBuilder, List<Object>) - Static method in class org.hibernate.ogm.datastore.neo4j.query.parsing.cypherdsl.impl.CypherDSL
-
- CollectionHelper - Class in org.hibernate.ogm.util.impl
-
Provides commonly used functionality around collections.
- collectionNameContainsDollarCharacter(String) - Method in interface org.hibernate.ogm.datastore.mongodb.logging.impl.Log
-
- collectionNameContainsNULCharacter(String) - Method in interface org.hibernate.ogm.datastore.mongodb.logging.impl.Log
-
- collectionNameHasInvalidSystemPrefix(String) - Method in interface org.hibernate.ogm.datastore.mongodb.logging.impl.Log
-
- CollectionPhysicalModel - Interface in org.hibernate.ogm.persister.impl
-
- collectionRole(String) - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata.Builder
-
- CollectionType - Class in org.hibernate.ogm.type.impl
-
- CollectionType(CollectionType) - Constructor for class org.hibernate.ogm.type.impl.CollectionType
-
- collectSqlStrings() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- columnNames(String[]) - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata.Builder
-
- commit() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- commit() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionDriver
-
- compare(StringBuilder, String, Object) - Static method in class org.hibernate.ogm.datastore.neo4j.query.parsing.cypherdsl.impl.CypherDSL
-
- compare(Object, Object) - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- compare(Object, Object) - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- compare(Object, Object) - Method in interface org.hibernate.ogm.type.spi.GridType
-
Perform a
Comparator
style comparison between values
- compile(Map, boolean) - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- ComponentType - Class in org.hibernate.ogm.type.impl
-
- ComponentType(ComponentType, TypeTranslator) - Constructor for class org.hibernate.ogm.type.impl.ComponentType
-
- concat(T[], T...) - Static method in class org.hibernate.ogm.util.impl.ArrayHelper
-
Concats two arrays.
- CONFIG_PREFER_SEGMENT_PER_ENTITY - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
-
- Configurable - Interface in org.hibernate.ogm.cfg
-
Implementations allow to apply configuration options specific to given datastores.
- ConfigurableImpl - Class in org.hibernate.ogm.cfg.impl
-
- ConfigurableImpl() - Constructor for class org.hibernate.ogm.cfg.impl.ConfigurableImpl
-
- CONFIGURATION_RESOURCE_NAME - Static variable in class org.hibernate.ogm.datastore.ehcache.EhcacheProperties
-
Configuration property for specifying the name of the Ehcache configuration file
- CONFIGURATION_RESOURCE_NAME - Static variable in class org.hibernate.ogm.datastore.infinispan.InfinispanProperties
-
The configuration property to use as key to define a custom configuration for Infinispan.
- CONFIGURATION_RESOURCE_NAME - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
-
Location of the Neo4j embedded properties file.
- ConfigurationContext - Interface in org.hibernate.ogm.options.navigation.spi
-
Keeps track of the entities and properties configured using the fluent configuration API.
- ConfigurationContextImpl - Class in org.hibernate.ogm.options.navigation.impl
-
Keeps track of the entities and properties configured using the fluent configuration API.
- ConfigurationContextImpl(AppendableConfigurationContext) - Constructor for class org.hibernate.ogm.options.navigation.impl.ConfigurationContextImpl
-
- ConfigurationOptionValueSource - Class in org.hibernate.ogm.options.navigation.source.impl
-
A
OptionValueSource
which provides access to options configured using a property in
persistence.xml
or similar.
- ConfigurationOptionValueSource(ConfigurationPropertyReader) - Constructor for class org.hibernate.ogm.options.navigation.source.impl.ConfigurationOptionValueSource
-
- ConfigurationPropertyReader - Class in org.hibernate.ogm.util.configurationreader.spi
-
- ConfigurationPropertyReader(Configuration) - Constructor for class org.hibernate.ogm.util.configurationreader.spi.ConfigurationPropertyReader
-
- ConfigurationPropertyReader(Map<?, ?>) - Constructor for class org.hibernate.ogm.util.configurationreader.spi.ConfigurationPropertyReader
-
- ConfigurationPropertyReader(Configuration, ClassLoaderService) - Constructor for class org.hibernate.ogm.util.configurationreader.spi.ConfigurationPropertyReader
-
- ConfigurationPropertyReader(Map<?, ?>, ClassLoaderService) - Constructor for class org.hibernate.ogm.util.configurationreader.spi.ConfigurationPropertyReader
-
- configure(Configurable) - Method in class org.hibernate.ogm.cfg.OptionConfigurator
-
Callback for applying configuration options.
- configure(Map) - Method in class org.hibernate.ogm.datastore.cassandra.impl.CassandraDatastoreProvider
-
- configure(Map) - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
-
- 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(Map) - Method in class org.hibernate.ogm.datastore.mongodb.impl.MongoDBDatastoreProvider
-
- configure(Map) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
-
- configure(Map) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
-
- configure(Map) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.ogm.id.impl.OgmGeneratorBase
-
- configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.ogm.id.impl.OgmSequenceGenerator
-
- configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
-
- configure(Map) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsServiceImpl
-
- configureDatastore(Class<D>) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- configureEntity(Class<?>) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationContextImpl
-
- configureOptionsFor(Class<D>) - Method in interface org.hibernate.ogm.cfg.Configurable
-
Applies configuration options to the bootstrapped session factory.
- configureOptionsFor(Class<D>) - Method in class org.hibernate.ogm.cfg.impl.ConfigurableImpl
-
- configureOptionsFor(Class<D>) - Method in class org.hibernate.ogm.cfg.OgmConfiguration
-
Applies configuration options to the bootstrapped session factory.
- configureProperty(String, ElementType) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationContextImpl
-
- configureService(ServiceBinding<R>) - Method in class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceRegistryImpl
-
- connectedRedisNodeRunsIn(String) - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
-
- connectingToCassandra(String, int) - Method in interface org.hibernate.ogm.datastore.cassandra.logging.impl.Log
-
- connectingToCouchDB(String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
-
- connectingToMongo(String, int) - Method in interface org.hibernate.ogm.datastore.mongodb.logging.impl.Log
-
- connectingToMongoDatabase(String) - Method in interface org.hibernate.ogm.datastore.mongodb.logging.impl.Log
-
- connectingToRedis(String, long) - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
-
- connectingToRedisCluster(String, long) - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
-
- CONSTRAINT_VIOLATION_CODE - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
-
- constraintSpanningMultipleColumns(String, String, String) - Method in interface org.hibernate.ogm.datastore.neo4j.logging.impl.Log
-
- constraintViolation(EntityKey, TupleOperation, Exception) - Method in interface org.hibernate.ogm.datastore.neo4j.logging.impl.Log
-
- consume(Tuple) - Method in interface org.hibernate.ogm.dialect.spi.ModelConsumer
-
Processes the given tuple.
- consume(Tuple) - Method in class org.hibernate.ogm.massindex.impl.OptionallyWrapInJTATransaction
-
- consumesCollectionAlias() - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
- consumesEntityAlias() - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
- contains(Object) - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
-
- contains(EntityKey) - Method in class org.hibernate.ogm.dialect.batch.spi.OperationsQueue
-
- contains(Object) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- contains(String) - Method in class org.hibernate.ogm.model.key.spi.RowKey
-
Check if a column is part of the row key columns.
- contains(Object[], Object) - Static method in class org.hibernate.ogm.util.impl.ArrayHelper
-
Check if an array contains an element.
- containsAll(Collection<?>) - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
-
- containsCollectionFetches() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- containsFetchProfileDefinition(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- containsKey(RowKey) - Method in class org.hibernate.ogm.datastore.document.association.spi.AssociationRows
-
- containsKey(RowKey) - Method in class org.hibernate.ogm.datastore.ehcache.dialect.impl.SerializableMapAssociationSnapshot
-
- 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 class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jAssociationSnapshot
-
- containsKey(RowKey) - Method in interface org.hibernate.ogm.model.spi.AssociationSnapshot
-
Whether this snapshot contains the specified key or not.
- 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
- Contracts - Class in org.hibernate.ogm.util.impl
-
Utility for simple consistency checks of objects and parameters.
- contribute(MetadataBuilder, StandardServiceRegistry) - Method in class org.hibernate.ogm.boot.impl.OgmMetadataBuilderInitializer
-
- contribute(StandardServiceRegistryBuilder) - Method in class org.hibernate.ogm.boot.impl.OgmServiceRegistryInitializer
-
- contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBTypeContributor
-
- contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.ogm.datastore.mongodb.type.impl.MongoDBTypeContributor
-
- convert(AssociationStorage) - Method in class org.hibernate.ogm.datastore.document.options.impl.AssociationStorageConverter
-
- convert(MapStorage) - Method in class org.hibernate.ogm.datastore.document.options.impl.MapStorageConverter
-
- convert(AssociationDocumentStorage) - Method in class org.hibernate.ogm.datastore.mongodb.options.impl.AssociationDocumentStorageConverter
-
- convert(ReadPreference) - Method in class org.hibernate.ogm.datastore.mongodb.options.impl.ReadPreferenceConverter
-
- convert(WriteConcern) - Method in class org.hibernate.ogm.datastore.mongodb.options.impl.WriteConcernConverter
-
- convert(Type) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jTypeConverter
-
- convert(Type) - Method in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashTypeConverter
-
- convert(Type) - Method in class org.hibernate.ogm.datastore.redis.impl.json.RedisJsonTypeConverter
-
- convert(TTL) - Method in class org.hibernate.ogm.datastore.redis.options.impl.TTLConverter
-
- convert(T) - Method in interface org.hibernate.ogm.options.spi.AnnotationConverter
-
Converts the given option annotation into an equivalent option value object.
- convertToBackendType(String, List<String>, Object) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jPropertyHelper
-
- convertToBackendType(String, List<String>, Object) - Method in class org.hibernate.ogm.query.parsing.impl.ParserPropertyHelper
-
- convertToBackendType(Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- convertToBackendType(Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.impl.CollectionType
-
- convertToBackendType(Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.impl.ComponentType
-
- convertToBackendType(Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.impl.EntityType
-
- convertToBackendType(Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.impl.EnumType
-
- convertToBackendType(Object, SessionFactoryImplementor) - Method in interface org.hibernate.ogm.type.spi.GridType
-
Returns the value which has been stored in the datastore so that we can perform queries on it.
- convertToPropertyType(String, List<String>, String) - Method in class org.hibernate.ogm.query.parsing.impl.ParserPropertyHelper
-
- CoreLogCategories - Enum in org.hibernate.ogm.util.impl
-
List of log categories used by Hibernate OGM core module.
- CouchDB - Class in org.hibernate.ogm.datastore.couchdb
-
Allows to configure options specific to the CouchDB document data store.
- CouchDB() - Constructor for class org.hibernate.ogm.datastore.couchdb.CouchDB
-
- CouchDBAssociation - Class in org.hibernate.ogm.datastore.couchdb.dialect.model.impl
-
Represents an association stored in CouchDB, backed either by an association document (external storage of
associations) or an association sub-tree within an entity document (embedded storage of associations).
- CouchDBAssociation() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociation
-
- CouchDBAssociationRowFactory - Class in org.hibernate.ogm.datastore.couchdb.dialect.model.impl
-
AssociationRowFactory
which creates association rows based on the map based representation used in CouchDB.
- CouchDBAssociationSnapshot - Class in org.hibernate.ogm.datastore.couchdb.dialect.model.impl
-
AssociationSnapshot
implementation based on a
CouchDBAssociation
(which in turn wraps an association
document or an association stored within an entity document) as written to and retrieved from the CouchDB server.
- CouchDBAssociationSnapshot(CouchDBAssociation, AssociationKey) - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociationSnapshot
-
- CouchDBBlobType - Class in org.hibernate.ogm.datastore.couchdb.dialect.type.impl
-
- CouchDBBlobType() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBBlobType
-
- CouchDBByteType - Class in org.hibernate.ogm.datastore.couchdb.dialect.type.impl
-
Type for storing byte
s in CouchDB.
- CouchDBByteType() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBByteType
-
- CouchDBConfiguration - Class in org.hibernate.ogm.datastore.couchdb.impl
-
Provides utility methods to access the CouchDB configuration value
- CouchDBConfiguration(ConfigurationPropertyReader) - Constructor for class org.hibernate.ogm.datastore.couchdb.impl.CouchDBConfiguration
-
- couchDBConnectionProblem(Exception) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
-
- CouchDBDatastore - Class in org.hibernate.ogm.datastore.couchdb.dialect.backend.impl
-
Provides access and interaction with a database instance of CouchDB.
- CouchDBDatastoreProvider - Class in org.hibernate.ogm.datastore.couchdb.impl
-
- CouchDBDatastoreProvider() - Constructor for class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
-
- CouchDBDialect - Class in org.hibernate.ogm.datastore.couchdb
-
Stores tuples and associations as JSON documents inside CouchDB.
- CouchDBDialect(CouchDBDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
-
- CouchDBEntityContext - Interface in org.hibernate.ogm.datastore.couchdb.options.navigation
-
Allows to configure CouchDB-specific options applying on a per-entity level.
- CouchDBEntityContextImpl - Class in org.hibernate.ogm.datastore.couchdb.options.navigation.impl
-
Converts CouchDB entity-level options.
- CouchDBEntityContextImpl(ConfigurationContext) - Constructor for class org.hibernate.ogm.datastore.couchdb.options.navigation.impl.CouchDBEntityContextImpl
-
- CouchDBGlobalContext - Interface in org.hibernate.ogm.datastore.couchdb.options.navigation
-
Allows to configure CouchDB-specific options applying on a global level.
- CouchDBGlobalContextImpl - Class in org.hibernate.ogm.datastore.couchdb.options.navigation.impl
-
Converts global CouchDB options.
- CouchDBGlobalContextImpl(ConfigurationContext) - Constructor for class org.hibernate.ogm.datastore.couchdb.options.navigation.impl.CouchDBGlobalContextImpl
-
- CouchDBLongType - Class in org.hibernate.ogm.datastore.couchdb.dialect.type.impl
-
Type for storing long
s in CouchDB.
- CouchDBLongType() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBLongType
-
- CouchDBProperties - Class in org.hibernate.ogm.datastore.couchdb
-
- CouchDBPropertyContext - Interface in org.hibernate.ogm.datastore.couchdb.options.navigation
-
Allows to configure CouchDB-specific options applying on a per-entity level.
- CouchDBPropertyContextImpl - Class in org.hibernate.ogm.datastore.couchdb.options.navigation.impl
-
Converts CouchDB property-level options.
- CouchDBPropertyContextImpl(ConfigurationContext) - Constructor for class org.hibernate.ogm.datastore.couchdb.options.navigation.impl.CouchDBPropertyContextImpl
-
- CouchDBSchemaSchemaDefiner - Class in org.hibernate.ogm.datastore.couchdb.impl
-
Performs sanity checks of the mapped entities.
- CouchDBSchemaSchemaDefiner() - Constructor for class org.hibernate.ogm.datastore.couchdb.impl.CouchDBSchemaSchemaDefiner
-
- CouchDBStringType - Class in org.hibernate.ogm.datastore.couchdb.dialect.type.impl
-
A
StringType
which implements the
VersionType
contract and thus supports optimistic locking done by
the datastore.
- CouchDBStringType() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBStringType
-
- CouchDBTupleSnapshot - Class in org.hibernate.ogm.datastore.couchdb.dialect.model.impl
-
- CouchDBTupleSnapshot(EntityKey) - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBTupleSnapshot
-
- CouchDBTupleSnapshot(Map<String, Object>) - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBTupleSnapshot
-
- CouchDBTypeContributor - Class in org.hibernate.ogm.datastore.couchdb.dialect.type.impl
-
Registers custom types (ORM types, no grid types).
- CouchDBTypeContributor() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBTypeContributor
-
- couldNotConfigureProperty(String, String, Exception) - Method in interface org.hibernate.ogm.util.impl.Log
-
- couldNotRetrieveEntityForRetrievalOfGeneratedProperties(String, Serializable) - Method in interface org.hibernate.ogm.util.impl.Log
-
- Count() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.nativequery.impl.NativeQueryParser
-
- create() - Method in class org.hibernate.ogm.datastore.neo4j.impl.EmbeddedGraphDatabaseFactory
-
- create() - Method in interface org.hibernate.ogm.datastore.neo4j.spi.GraphDatabaseServiceFactory
-
Creates a GraphDatabaseService
.
- create(SessionImplementor) - Method in interface org.hibernate.ogm.dialect.eventstate.impl.EventStateLifecycle
-
Creates a new instance of the represented event state type.
- CREATE_DATABASE - Static variable in interface org.hibernate.ogm.cfg.OgmProperties
-
Property for specifying whether the database to connect to should be created when it doesn't exist.
- createAliasForAssociation(String, List<String>, String, boolean) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jAliasResolver
-
Given the path to an association, it will create an alias to use in the query for the association.
- createAliasForEmbedded(String, List<String>, boolean) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jAliasResolver
-
Given the path to an embedded property, it will create an alias to use in the query for the embedded containing
the property.
- createArrayOf(String, Object[]) - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.compensation.impl.InvocationCollectingGridDialect
-
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.cassandra.CassandraDialect
-
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
-
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.ehcache.EhcacheDialect
-
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.infinispan.InfinispanDialect
-
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.map.impl.MapDialect
-
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
-
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
-
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
-
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.dialect.impl.BatchOperationsDelegator
-
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.dialect.impl.GridDialectLogger
-
- createAssociation(AssociationKey, AssociationContext) - Method in interface org.hibernate.ogm.dialect.spi.GridDialect
-
Creates a new (empty) association for storing the tuples representing the rows corresponding to the given key.
- createAssociationId(AssociationKey) - Static method in class org.hibernate.ogm.datastore.couchdb.util.impl.Identifier
-
- createAssociationRow(AssociationKey, Object) - Method in interface org.hibernate.ogm.datastore.document.association.spi.AssociationRowFactory
-
Creates an association row.
- createAssociationRow(AssociationKey, Object) - Method in class org.hibernate.ogm.datastore.document.association.spi.StructureOptimizerAssociationRowFactory
-
- CreateAssociationWithKey - Interface in org.hibernate.ogm.compensation.operation
-
- CreateAssociationWithKeyImpl - Class in org.hibernate.ogm.compensation.operation.impl
-
- CreateAssociationWithKeyImpl(AssociationKey) - Constructor for class org.hibernate.ogm.compensation.operation.impl.CreateAssociationWithKeyImpl
-
- createBlob() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- createClob() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- createColumnFamilyIfNeeded(String, List<String>, List<String>, List<String>) - Method in class org.hibernate.ogm.datastore.cassandra.impl.CassandraDatastoreProvider
-
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.ogm.jpa.HibernateOgmPersistence
-
- createCredential(String, String, String) - Method in enum org.hibernate.ogm.datastore.mongodb.options.AuthenticationMechanismType
-
- createCriteria(Class) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- createCriteria(Class, String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- createCriteria(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- createCriteria(String, String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- createDatabase(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.ServerClient
-
Create a new database
- createdQuery(String, Object) - Method in interface org.hibernate.ogm.util.impl.Log
-
- createEmbedded(GraphDatabaseService, Object[]) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jEntityQueries
-
Create a single node representing an embedded element.
- createEntityGraph(Class<T>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- createEntityGraph(String) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- createEntityId(EntityKey) - Static method in class org.hibernate.ogm.datastore.couchdb.util.impl.Identifier
-
- createEntityManager() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
-
- createEntityManager(Map) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
-
- createEntityManager(SynchronizationType) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
-
- createEntityManager(SynchronizationType, 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.OgmSessionImpl
-
- createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.ogm.query.impl.OgmQueryTranslatorFactory
-
- createGlobalContext(Class<? extends G>, Class<? extends EntityContext<?, ?>>, Class<? extends PropertyContext<?, ?>>) - Method in class org.hibernate.ogm.options.navigation.impl.ConfigurationContextImpl
-
Creates a new
GlobalContext
object based on the given context implementation types.
- createGlobalContext(Class<? extends G>, Class<? extends EntityContext<?, ?>>, Class<? extends PropertyContext<?, ?>>) - Method in interface org.hibernate.ogm.options.navigation.spi.ConfigurationContext
-
Creates a new
GlobalContext
object based on the given context implementation types.
- createGlobalContext(ConfigurationContext) - Static method in class org.hibernate.ogm.options.navigation.spi.GenericOptionModel
-
- createIsolationDelegate() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinator
-
- createMassIndexer(SearchIntegrator, SessionFactoryImplementor, Class<?>...) - Method in class org.hibernate.ogm.massindex.impl.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
-
- createNamedStoredProcedureQuery(String) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- createNativeQuery(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- 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
-
- createNativeQuery(String) - Method in interface org.hibernate.ogm.OgmSession
-
Creates a native NoSQL query.
- createNClob() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- createQuery(NamedQueryDefinition) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- createQuery(String) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- createQuery(CriteriaQuery<T>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- createQuery(CriteriaUpdate) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- createQuery(CriteriaDelete) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- createQuery(String, Class<T>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- createQueryPlan(NativeSQLQuerySpecification, SessionFactoryImplementor) - Method in class org.hibernate.ogm.query.impl.NativeNoSqlQueryInterpreter
-
- createQueryTranslator(String, String, Map, SessionFactoryImplementor, EntityGraphQueryHint) - Method in class org.hibernate.ogm.query.impl.OgmQueryTranslatorFactory
-
- createRelationshipForEmbeddedAssociation(GraphDatabaseService, AssociationKey, EntityKey) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jAssociationQueries
-
Give an embedded association, creates all the nodes and relationships required to represent it.
- createSecondaryIndexIfNeeded(String, String) - Method in class org.hibernate.ogm.datastore.cassandra.impl.CassandraDatastoreProvider
-
- createSequence(IdSourceKeyMetadata, CassandraDatastoreProvider) - Method in class org.hibernate.ogm.datastore.cassandra.impl.CassandraSequenceHandler
-
- createSequences(Iterable<Sequence>) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jSequenceGenerator
-
Create the sequence nodes setting the initial value if the node does not exists already.
- createSQLQuery(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- createSQLQuery(NamedSQLQueryDefinition) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- createSQLQuery(String) - Method in interface org.hibernate.ogm.OgmSession
-
Deprecated.
- createSQLXML() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- createStatement() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- createStatement(int, int) - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- createStatement(int, int, int) - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- createStoredProcedureCall(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- createStoredProcedureCall(String, Class...) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- createStoredProcedureCall(String, String...) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- createStoredProcedureQuery(String) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- createStoredProcedureQuery(String, Class...) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- createStoredProcedureQuery(String, String...) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- createStruct(String, Object[]) - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.compensation.impl.InvocationCollectingGridDialect
-
- createTuple(EntityKeyMetadata, TupleContext) - Method in class org.hibernate.ogm.compensation.impl.InvocationCollectingGridDialect
-
- CreateTuple - Interface in org.hibernate.ogm.compensation.operation
-
- createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.cassandra.CassandraDialect
-
- createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
-
- createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.ehcache.EhcacheDialect
-
- createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.infinispan.InfinispanDialect
-
- createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.map.impl.MapDialect
-
- createTuple(EntityKeyMetadata, TupleContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
-
- createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
-
- createTuple(EntityKeyMetadata, TupleContext) - Method in interface org.hibernate.ogm.dialect.identity.spi.IdentityColumnAwareGridDialect
-
Creates an empty tuple of the specified entity type.
- createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- createTuple(EntityKeyMetadata, TupleContext) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.dialect.impl.GridDialectLogger
-
- createTuple(EntityKey, TupleContext) - Method in interface org.hibernate.ogm.dialect.spi.GridDialect
-
Creates a new tuple for the given entity key.
- CreateTupleImpl - Class in org.hibernate.ogm.compensation.operation.impl
-
- CreateTupleImpl(EntityKeyMetadata) - Constructor for class org.hibernate.ogm.compensation.operation.impl.CreateTupleImpl
-
- CreateTupleWithKey - Interface in org.hibernate.ogm.compensation.operation
-
- CreateTupleWithKeyImpl - Class in org.hibernate.ogm.compensation.operation.impl
-
- CreateTupleWithKeyImpl(EntityKey) - Constructor for class org.hibernate.ogm.compensation.operation.impl.CreateTupleWithKeyImpl
-
- createUniqueConstraintsForTableSequences(Iterable<IdSourceKeyMetadata>) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jSequenceGenerator
-
- creatingDatabase(String) - Method in interface org.hibernate.ogm.datastore.mongodb.logging.impl.Log
-
- CriteriaOnlyFindQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.nativequery.impl.NativeQueryParser
-
A find query only given as criterion.
- CypherDSL - Class in org.hibernate.ogm.datastore.neo4j.query.parsing.cypherdsl.impl
-
Contains a set of function that can be used to create a cypher query.
- CypherDSL() - Constructor for class org.hibernate.ogm.datastore.neo4j.query.parsing.cypherdsl.impl.CypherDSL
-
- generate(SessionImplementor, Object) - Method in class org.hibernate.ogm.id.impl.OgmGeneratorBase
-
- generate(SessionImplementor, Object) - Method in class org.hibernate.ogm.id.impl.OgmIdentityGenerator
-
- generatedKeyAlwaysReturned() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- generateEntityKey(Serializable, EntityPersister) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- generateSchema(PersistenceUnitInfo, Map) - Method in class org.hibernate.ogm.jpa.HibernateOgmPersistence
-
- generateSchema(String, Map) - Method in class org.hibernate.ogm.jpa.HibernateOgmPersistence
-
- GenericOptionModel - Class in org.hibernate.ogm.options.navigation.spi
-
A generic option model that provides no store-specific options.
- GenericOptionModel() - Constructor for class org.hibernate.ogm.options.navigation.spi.GenericOptionModel
-
- GenericResponse - Class in org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl
-
Used to serialize and deserialize a REST CouchDB response to a PUT and a DELETE
- GenericResponse() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
-
- get(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBTupleSnapshot
-
- get(R, String) - Method in interface org.hibernate.ogm.datastore.document.association.spi.AssociationRow.AssociationRowAccessor
-
- get(String) - Method in class org.hibernate.ogm.datastore.document.association.spi.AssociationRow
-
- get(RowKey) - Method in class org.hibernate.ogm.datastore.document.association.spi.AssociationRows
-
- get(RowKey) - Method in class org.hibernate.ogm.datastore.ehcache.dialect.impl.SerializableMapAssociationSnapshot
-
- get(K) - Method in class org.hibernate.ogm.datastore.ehcache.impl.Cache
-
- 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.infinispan.dialect.impl.InfinispanTupleSnapshot
-
- get(RowKey) - Method in class org.hibernate.ogm.datastore.map.impl.MapAssociationSnapshot
-
- get(String) - Method in class org.hibernate.ogm.datastore.map.impl.MapTupleSnapshot
-
- get(String) - Method in class org.hibernate.ogm.datastore.mongodb.dialect.impl.MongoDBTupleSnapshot
-
- get(RowKey) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jAssociationSnapshot
-
- get(String) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jTupleAssociationSnapshot
-
- get(String) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jTupleSnapshot
-
- get(String) - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisTupleSnapshot
-
- get(Class<T>) - Method in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManager
-
Returns the state object of the given type.
- get(RowKey) - Method in class org.hibernate.ogm.model.spi.Association
-
Returns the association row with the given key.
- get(RowKey) - Method in interface org.hibernate.ogm.model.spi.AssociationSnapshot
-
Get the row associated to the
RowKey
.
- get(String) - Method in class org.hibernate.ogm.model.spi.Tuple
-
- get(String) - Method in interface org.hibernate.ogm.model.spi.TupleSnapshot
-
Get the value of a column in the tuple
- get(Class<? extends Option<I, V>>, I) - Method in interface org.hibernate.ogm.options.container.impl.OptionsContainer
-
Returns the value of the given option with the given identifier, if present in this container.
- get(Class<O>, I) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsContextImpl
-
- get(Class<O>, I) - Method in interface org.hibernate.ogm.options.spi.OptionsContext
-
Returns the value of the option with the given identifier, if present.
- getAction() - Method in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManagingAutoFlushEventListener.EventContextManagingAutoFlushEventListenerDuplicationStrategy
-
- getAction() - Method in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManagingFlushEventListener.EventContextManagingFlushEventListenerDuplicationStrategy
-
- getAction() - Method in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManagingPersistEventListener.EventContextManagingPersistEventListenerDuplicationStrategy
-
- getActionQueue() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- getAlias() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.EmbeddedAliasTree
-
- getAlias() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.PropertyIdentifier
-
- getAlias() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.RelationshipAliasTree
-
- getAlias() - Method in class org.hibernate.ogm.persister.impl.NotNeededDiscriminator
-
- getAlias() - Method in class org.hibernate.ogm.persister.impl.TablePerClassDiscriminator
-
- getAll(Class<T>) - Method in interface org.hibernate.ogm.options.container.impl.OptionsContainer
-
Returns all values of the specified option type, keyed by identifier.
- getAll(Class<O>) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsContextImpl
-
- getAll(Class<O>) - Method in interface org.hibernate.ogm.options.spi.OptionsContext
-
Returns all values of the specified option type, keyed by identifier.
- getAllAssociatedEntityKeyMetadata() - Method in class org.hibernate.ogm.dialect.impl.TupleContextImpl
-
- getAllAssociatedEntityKeyMetadata() - Method in interface org.hibernate.ogm.dialect.spi.TupleContext
-
Get the meta-data of all the associated entities keys
- getAllAssociationKeyMetadata() - Method in interface org.hibernate.ogm.datastore.spi.SchemaDefiner.SchemaDefinitionContext
-
- getAllAssociationKeyMetadata() - Method in class org.hibernate.ogm.service.impl.DefaultSchemaInitializationContext
-
- getAllClassMetadata() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getAllCollectionMetadata() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getAllDatabaseNames() - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.ServerClient
-
Retrieve the name of all the databases on the CouchDBServer
- getAllEntityKeyMetadata() - Method in interface org.hibernate.ogm.datastore.spi.SchemaDefiner.SchemaDefinitionContext
-
- getAllEntityKeyMetadata() - Method in class org.hibernate.ogm.service.impl.DefaultSchemaInitializationContext
-
- getAllIdSourceKeyMetadata() - Method in interface org.hibernate.ogm.datastore.spi.SchemaDefiner.SchemaDefinitionContext
-
- getAllIdSourceKeyMetadata() - Method in class org.hibernate.ogm.service.impl.DefaultSchemaInitializationContext
-
- getAllRoles() - Method in class org.hibernate.ogm.dialect.impl.TupleContextImpl
-
- getAllRoles() - Method in interface org.hibernate.ogm.dialect.spi.TupleContext
-
Get all the roles
- getAllSecondLevelCacheRegions() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getAppliedGridDialectOperations() - Method in interface org.hibernate.ogm.compensation.ErrorHandler.FailedGridDialectOperationContext
-
The operations successfully applied to the datastore before the failure occurred.
- getAppliedGridDialectOperations() - Method in interface org.hibernate.ogm.compensation.ErrorHandler.RollbackContext
-
The operations successfully applied to the datastore before the rollback attempt was made.
- getAppliedGridDialectOperations() - Method in class org.hibernate.ogm.compensation.impl.OperationCollector
-
- getAppropriateLoader(LockOptions, SessionImplementor) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getArray(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getArray(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getAsciiStream(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getAsciiStream(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getAssociatedEntityKeyMetadata() - Method in class org.hibernate.ogm.dialect.impl.AssociationTypeContextImpl
-
Provides meta-data about the entity key on the other side of this association.
- getAssociatedEntityKeyMetadata(String) - Method in class org.hibernate.ogm.dialect.impl.TupleContextImpl
-
- getAssociatedEntityKeyMetadata() - Method in interface org.hibernate.ogm.dialect.spi.AssociationTypeContext
-
Provides meta-data about the entity key on the other side of this association.
- getAssociatedEntityKeyMetadata(String) - Method in interface org.hibernate.ogm.dialect.spi.TupleContext
-
Provides meta-data about the *-to-one associations represented in a given tuple.
- getAssociatedEntityKeyMetadata() - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata
-
Returns meta-data about the entity key referenced by associations of this key family.
- getAssociatedEntityKeyMetadata() - Method in interface org.hibernate.ogm.model.key.spi.AssociationKeyMetadata
-
Returns meta-data about the entity key referenced by associations of this key family.
- getAssociation() - Method in class org.hibernate.ogm.compensation.operation.impl.InsertOrUpdateAssociationImpl
-
- getAssociation() - Method in interface org.hibernate.ogm.compensation.operation.InsertOrUpdateAssociation
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.cassandra.CassandraDialect
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
-
- getAssociation(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.ehcache.EhcacheDialect
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.infinispan.InfinispanDialect
-
- getAssociation(AssociationKey) - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.map.impl.MapDialect
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
-
- getAssociation() - Method in class org.hibernate.ogm.dialect.batch.spi.InsertOrUpdateAssociationOperation
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.dialect.impl.BatchOperationsDelegator
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.dialect.impl.GridDialectLogger
-
- getAssociation(AssociationKey, AssociationContext) - Method in interface org.hibernate.ogm.dialect.spi.GridDialect
-
Return the list of tuples corresponding to a given association and the given context
- getAssociation() - Method in class org.hibernate.ogm.util.impl.AssociationPersister
-
- getAssociationById(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
-
- getAssociationCache(AssociationKeyMetadata) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.impl.LocalCacheManager
-
- getAssociationCache(AssociationKeyMetadata) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.OnePerKindCacheManager
-
- getAssociationCache(AssociationKeyMetadata) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.table.impl.PerTableCacheManager
-
- getAssociationCache(AssociationKeyMetadata) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.LocalCacheManager
-
- getAssociationCache(AssociationKeyMetadata) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.impl.OnePerKindCacheManager
-
- getAssociationCache(AssociationKeyMetadata) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.impl.PerTableCacheManager
-
- getAssociationCacheKey(AssociationKey) - Method in interface org.hibernate.ogm.datastore.ehcache.persistencestrategy.impl.KeyProvider
-
- getAssociationCacheKey(AssociationKey) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.OnePerKindKeyProvider
-
- getAssociationCacheKey(AssociationKey) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.table.impl.PerTableKeyProvider
-
- getAssociationCacheKey(AssociationKey) - Method in interface org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.KeyProvider
-
- getAssociationCacheKey(AssociationKey) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.impl.OnePerKindKeyProvider
-
- getAssociationCacheKey(AssociationKey) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.impl.PerTableKeyProvider
-
- getAssociationContext() - Method in class org.hibernate.ogm.util.impl.AssociationPersister
-
- getAssociationKey() - Method in interface org.hibernate.ogm.compensation.operation.CreateAssociationWithKey
-
- getAssociationKey() - Method in class org.hibernate.ogm.compensation.operation.impl.CreateAssociationWithKeyImpl
-
- getAssociationKey() - Method in class org.hibernate.ogm.compensation.operation.impl.InsertOrUpdateAssociationImpl
-
- getAssociationKey() - Method in class org.hibernate.ogm.compensation.operation.impl.RemoveAssociationImpl
-
- getAssociationKey() - Method in interface org.hibernate.ogm.compensation.operation.InsertOrUpdateAssociation
-
- getAssociationKey() - Method in interface org.hibernate.ogm.compensation.operation.RemoveAssociation
-
- getAssociationKey() - Method in class org.hibernate.ogm.dialect.batch.spi.InsertOrUpdateAssociationOperation
-
- getAssociationKey() - Method in class org.hibernate.ogm.dialect.batch.spi.RemoveAssociationOperation
-
- getAssociationKey() - Method in class org.hibernate.ogm.util.impl.AssociationPersister
-
- getAssociationKeyColumns() - Method in class org.hibernate.ogm.model.impl.DefaultAssociatedEntityKeyMetadata
-
Returns the names of those columns of a tuple or association row which make up the represented association, i.e.
- getAssociationKeyColumns() - Method in interface org.hibernate.ogm.model.key.spi.AssociatedEntityKeyMetadata
-
get the names of those columns of a tuple or association row which make up the represented association, i.e.
- getAssociationKeyMetadata() - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
- getAssociationKind() - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata
-
Returns the type of association
- getAssociationKind() - Method in interface org.hibernate.ogm.model.key.spi.AssociationKeyMetadata
-
Get the type of association
- getAssociationOrNull() - Method in class org.hibernate.ogm.util.impl.AssociationPersister
-
- getAssociationsMap() - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
-
Meant to execute assertions in tests only
- getAssociationType() - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata
-
- getAssociationType() - Method in interface org.hibernate.ogm.model.key.spi.AssociationKeyMetadata
-
Returns the type of this association, i.e.
- getAssociationTypeContext() - Method in class org.hibernate.ogm.dialect.impl.AssociationContextImpl
-
- getAssociationTypeContext() - Method in interface org.hibernate.ogm.dialect.spi.AssociationContext
-
Provides context information related to the given association's type.
- getAssociationTypeContext() - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
Returns the association type context providing meta-data to be passed to grid dialects when working on this
association.
- getAssociationTypeContext(String) - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
- getAtomicMap() - Method in class org.hibernate.ogm.datastore.infinispan.dialect.impl.InfinispanTupleSnapshot
-
- getAttributes(String, String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getAutoCommit() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getBigDecimal(int, int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getBigDecimal(String, int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getBigDecimal(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getBigDecimal(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getBinaryStream(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getBinaryStream(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.BufferingGridTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.DateGridTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.TimeGridTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.TranslatingGridTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayMappedGridTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.AttributeConverterGridTypeDescriptorAdaptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.ByteArrayMappedGridTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.ByteMappedGridTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.CharMappedGridTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in interface org.hibernate.ogm.type.descriptor.impl.GridTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.IntegerMappedGridTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.LongMappedGridTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.PassThroughGridTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.StringMappedGridTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.WrappedGridTypeDescriptor
-
- getBlob(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getBlob(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getBoolean(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getBoolean(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getBuilder(SessionFactoryImplementor) - Static method in class org.hibernate.ogm.loader.entity.impl.BatchingEntityLoaderBuilder
-
- getByte(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getByte(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getBytes(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getBytes(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getCache() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.LocalCacheManager.Bucket
-
- getCache() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getCache() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
-
- getCacheManager() - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
-
- getCacheManager() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.impl.PersistenceStrategy
-
Returns the
LocalCacheManager
of this strategy, providing access to the actual ISPN caches.
- getCacheManager() - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
-
- getCacheManager() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.PersistenceStrategy
-
Returns the
LocalCacheManager
of this strategy, providing access to the actual ISPN caches.
- getCatalog() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- getCatalogs() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getCatalogSeparator() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getCatalogTerm() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getCharacterStream(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getCharacterStream(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getChildren() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.EmbeddedAliasTree
-
- getChildren() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.RelationshipAliasTree
-
- 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.OgmSessionFactoryImpl
-
- getClassMetadata(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getClientInfo(String) - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- getClientInfo() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- getClientInfoProperties() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getClob(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getClob(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getCollectionAliases() - Method in class org.hibernate.ogm.loader.impl.OgmLoader
-
Get the columns names representing the collection
- getCollectionMetadata(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getCollectionName() - Method in class org.hibernate.ogm.datastore.mongodb.query.impl.MongoDBQueryDescriptor
-
The name of the collection to select from.
- getCollectionPersister(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getCollectionPersisterClass(Collection) - Method in class org.hibernate.ogm.jpa.impl.OgmPersisterClassResolver
-
- getCollectionPersisters() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getCollectionRole() - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata
-
Returns the association role.
- getCollectionRole() - Method in interface org.hibernate.ogm.model.key.spi.AssociationKeyMetadata
-
Get the association role.
- getCollectionRolesByEntityParticipant(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getColumn() - Method in class org.hibernate.ogm.model.spi.TupleOperation
-
- getColumnName(Class<?>, List<String>) - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBPropertyHelper
-
- getColumnName(String, List<String>) - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBPropertyHelper
-
- getColumnName(OgmEntityPersister, List<String>) - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBPropertyHelper
-
- getColumnName(String, List<String>) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jPropertyHelper
-
- getColumnName(Class<?>, List<String>) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jPropertyHelper
-
- getColumnName() - Method in class org.hibernate.ogm.persister.impl.NotNeededDiscriminator
-
- getColumnName() - Method in class org.hibernate.ogm.persister.impl.TablePerClassDiscriminator
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBTupleSnapshot
-
- getColumnNames(R) - Method in interface org.hibernate.ogm.datastore.document.association.spi.AssociationRow.AssociationRowAccessor
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.document.association.spi.AssociationRow
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.common.impl.SerializableRowKey
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.SerializableAssociationKey
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.SerializableEntityKey
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.SerializableIdSourceKey
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.table.impl.PerTableSerializableAssociationKey
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.table.impl.PerTableSerializableEntityKey
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.table.impl.PerTableSerializableIdSourceKey
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.impl.EmptyTupleSnapshot
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.infinispan.dialect.impl.InfinispanTupleSnapshot
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentAssociationKey
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentEntityKey
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.map.impl.MapTupleSnapshot
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.mongodb.dialect.impl.MongoDBTupleSnapshot
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBQueryParsingResult
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jTupleAssociationSnapshot
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jTupleSnapshot
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jQueryParsingResult
-
- getColumnNames() - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisTupleSnapshot
-
- getColumnNames() - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata
-
- getColumnNames() - Method in class org.hibernate.ogm.model.impl.DefaultEntityKeyMetadata
-
This class should be treated as immutable.
- getColumnNames() - Method in class org.hibernate.ogm.model.impl.RowKeyBuilder
-
- getColumnNames() - Method in class org.hibernate.ogm.model.key.spi.AssociationKey
-
The columns identifying the association.
- getColumnNames() - Method in interface org.hibernate.ogm.model.key.spi.AssociationKeyMetadata
-
The columns identifying the association.
- getColumnNames() - Method in class org.hibernate.ogm.model.key.spi.EntityKey
-
This class should be treated as immutable.
- getColumnNames() - Method in interface org.hibernate.ogm.model.key.spi.EntityKeyMetadata
-
This class should be treated as immutable.
- getColumnNames() - Method in class org.hibernate.ogm.model.key.spi.IdSourceKey
-
Get the segment column name if this is a table-based generator, null
otherwise.
- getColumnNames() - Method in class org.hibernate.ogm.model.key.spi.RowKey
-
This class should be treated as immutable.
- getColumnNames() - Method in class org.hibernate.ogm.model.spi.Tuple
-
- getColumnNames() - Method in interface org.hibernate.ogm.model.spi.TupleSnapshot
-
Get columns names composing the tuple
- getColumnNames() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- getColumnNames() - Method in interface org.hibernate.ogm.query.spi.QueryParsingResult
-
The names of selected scalar columns.
- getColumnPrivileges(String, String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getColumns(String, String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getColumnSharedPrefix(String[]) - Static method in class org.hibernate.ogm.datastore.document.association.impl.DocumentHelpers
-
Returns the shared prefix of these columns.
- getColumnSharedPrefixOfAssociatedEntityLink(AssociationKey) - Static method in class org.hibernate.ogm.datastore.document.impl.DotPatternMapHelpers
-
Returns the shared prefix with a trailing dot (.) of the association columns or null if there is no shared prefix.
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraCalendarDateType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraCalendarType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraCharacterType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraDateType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraPrimitiveByteArrayType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraSerializableType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraTimeType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraTrueFalseType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraUuidType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraYesNoType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBBlobType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBByteType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBLongType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.mongodb.type.impl.ObjectIdGridType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.mongodb.type.impl.StringAsObjectIdGridType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisJsonBlobType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisJsonByteType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisJsonLongType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisSerializableType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.AttributeConverterGridTypeAdaptor
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.BigDecimalPassThroughType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.BigDecimalType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.BigIntegerType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.BooleanType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.ByteArrayStringType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.ByteMappedType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.ByteStringType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.ByteType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.CalendarDateType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.CalendarType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.CharacterStringType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.CharacterType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.ClassType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.DateType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.DoubleType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.FloatType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.IntegerType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.Iso8601StringCalendarType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.Iso8601StringDateType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.LongMappedType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.LongType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.NumericBooleanType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.PrimitiveByteArrayMappedType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.PrimitiveByteArrayStringType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.PrimitiveByteArrayType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.SerializableAsByteArrayType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.SerializableAsStringType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.ShortType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.StringCalendarDateType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.StringDateTypeDescriptor
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.StringType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.TimestampType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.TimeType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.TrueFalseType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.UrlType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.UUIDType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.WrapperBinaryType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.ogm.type.impl.YesNoType
-
- getColumnSpan(Mapping) - Method in interface org.hibernate.ogm.type.spi.GridType
-
How many columns are used to persist this type.
- getColumnsValuesFromObjectValue(Object, GridType, String[], SessionImplementor) - Static method in class org.hibernate.ogm.util.impl.LogicalPhysicalConverterHelper
-
- getColumnsWithoutKeyColumns(Iterable<String>) - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata
-
Returns all those columns from the given candidate list which are not part of this key family.
- getColumnsWithoutKeyColumns(Iterable<String>) - Method in interface org.hibernate.ogm.model.key.spi.AssociationKeyMetadata
-
Returns all those columns from the given candidate list which are not part of this key family.
- getColumnValue(String) - Method in class org.hibernate.ogm.model.key.spi.AssociationKey
-
Returns the value of the given column if part of this key.
- getColumnValue(String) - Method in class org.hibernate.ogm.model.key.spi.RowKey
-
Get the value of the specified column.
- getColumnValues() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.common.impl.SerializableRowKey
-
- getColumnValues() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.SerializableAssociationKey
-
- getColumnValues() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.SerializableEntityKey
-
- getColumnValues() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.SerializableIdSourceKey
-
- getColumnValues() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.table.impl.PerTableSerializableAssociationKey
-
- getColumnValues() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.table.impl.PerTableSerializableEntityKey
-
- getColumnValues() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.table.impl.PerTableSerializableIdSourceKey
-
- getColumnValues() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentAssociationKey
-
- getColumnValues() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentEntityKey
-
- getColumnValues() - Method in class org.hibernate.ogm.model.key.spi.AssociationKey
-
Get values of the key
- getColumnValues() - Method in class org.hibernate.ogm.model.key.spi.EntityKey
-
This class should be treated as immutable.
- getColumnValues() - Method in class org.hibernate.ogm.model.key.spi.IdSourceKey
-
Get the segment name if this is a table-based generator, null
otherwise.
- getColumnValues() - Method in class org.hibernate.ogm.model.key.spi.RowKey
-
This class should be treated as immutable.
- getColumnValuesFromResultset(Tuple, String[]) - Static method in class org.hibernate.ogm.util.impl.LogicalPhysicalConverterHelper
-
- getComparator() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBStringType
-
- getComparisonPredicate(String, ComparisonPredicate.Type, List<String>, Object) - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBPredicateFactory
-
- getComparisonPredicate(String, ComparisonPredicate.Type, List<String>, Object) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jPredicateFactory
-
- getConcurrency() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.cassandra.Cassandra
-
- getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDB
-
- getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.ehcache.Ehcache
-
- getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.infinispan.Infinispan
-
- getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.map.MapDatastore
-
- getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDB
-
- getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4j
-
- getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.redis.Redis
-
- getConfigurationBuilder(ConfigurationContext) - Method in interface org.hibernate.ogm.datastore.spi.DatastoreConfiguration
-
- getConfigurationUrl() - Method in class org.hibernate.ogm.datastore.infinispan.configuration.impl.InfinispanConfiguration
-
The location of the configuration file.
- getConjunctionPredicate() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBPredicateFactory
-
- getConjunctionPredicate() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jPredicateFactory
-
- getConnection() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
-
- getConnection() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnectionProvider
-
- getConnection() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getConnection() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getConstraintOrderedTableNameClosure() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getContext() - Method in class org.hibernate.ogm.cfg.impl.ConfigurableImpl
-
- getContext() - Method in class org.hibernate.ogm.dialect.batch.spi.InsertOrUpdateAssociationOperation
-
- getContext() - Method in class org.hibernate.ogm.dialect.batch.spi.RemoveAssociationOperation
-
- getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getCorrespondingEntityKeyColumn(String) - Method in class org.hibernate.ogm.model.impl.DefaultAssociatedEntityKeyMetadata
-
Returns the name of the column in the target entity key corresponding to the given association key column.
- getCorrespondingEntityKeyColumn(String) - Method in interface org.hibernate.ogm.model.key.spi.AssociatedEntityKeyMetadata
-
Returns the name of the column in the target entity key corresponding to the given association key column.
- getCouchDbAssociation() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociationSnapshot
-
- getCriteria() - Method in class org.hibernate.ogm.datastore.mongodb.query.impl.MongoDBQueryDescriptor
-
Criteria describing the records to apply this query to.
- 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.impl.NoopDatabaseMetaData
-
- getCurrentRevision(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
-
Retrieves the current revision of the document with the given id.
- getCurrentRevision(String, boolean) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
-
Returns the current revision of the document with the given id.
- getCurrentRevisionOfDesignDocument(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
-
Retrieves the current revision of the design document with the given id.
- getCurrentSession() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getCurrentSession() - Method in interface org.hibernate.ogm.OgmSessionFactory
-
- getCurrentTenantIdentifierResolver() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getCurrentVersion(Serializable, SessionImplementor) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
Retrieve the version number
- getCursorName() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getCustomEntityDirtinessStrategy() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getCustomQueryReturns() - Method in class org.hibernate.ogm.loader.nativeloader.impl.BackendCustomQuery
-
- getDatabase() - Method in class org.hibernate.ogm.datastore.mongodb.impl.MongoDBDatastoreProvider
-
- getDataBase() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
-
- getDatabase() - Method in interface org.hibernate.ogm.datastore.spi.SchemaDefiner.SchemaDefinitionContext
-
- getDatabase() - Method in class org.hibernate.ogm.service.impl.DefaultSchemaInitializationContext
-
- getDatabaseIdentifier() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
-
Returns a handle to the underlying CouchDB instance and database
- getDatabaseMajorVersion() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getDatabaseMinorVersion() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getDatabaseName() - Method in class org.hibernate.ogm.cfg.spi.DocumentStoreConfiguration
-
- getDatabaseName() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
-
The name of the database
- getDatabaseNumber() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisConfiguration
-
- getDatabaseProductName() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getDatabaseProductVersion() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getDatabaseSnapshot(Serializable, SessionImplementor) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
This snapshot is meant to be used when updating data.
- getDatabaseUri() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
-
Returns the URI of the database, e.g.
- getDataStore() - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
-
Provides an instance of CouchDBDatastore
- getDatastoreProviderClassName() - Method in enum org.hibernate.ogm.datastore.impl.AvailableDatastoreProvider
-
- getDate(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getDate(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getDate(int, Calendar) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getDate(String, Calendar) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getDBObject() - Method in class org.hibernate.ogm.datastore.mongodb.dialect.impl.MongoDBAssociationSnapshot
-
- getDbObject() - Method in class org.hibernate.ogm.datastore.mongodb.dialect.impl.MongoDBTupleSnapshot
-
- getDefaultConnectionAcquisitionMode() - Method in class org.hibernate.ogm.compensation.impl.ErrorHandlerEnabledTransactionCoordinatorBuilder
-
- getDefaultConnectionAcquisitionMode() - Method in class org.hibernate.ogm.datastore.neo4j.transaction.impl.Neo4jTransactionCoordinatorBuilder
-
- getDefaultConnectionAcquisitionMode() - Method in class org.hibernate.ogm.transaction.emulated.impl.EmulatedLocalTransactionCoordinatorBuilder
-
- getDefaultConnectionAcquisitionMode() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinatorBuilder
-
- getDefaultConnectionReleaseMode() - Method in class org.hibernate.ogm.compensation.impl.ErrorHandlerEnabledTransactionCoordinatorBuilder
-
- getDefaultConnectionReleaseMode() - Method in class org.hibernate.ogm.datastore.neo4j.transaction.impl.Neo4jTransactionCoordinatorBuilder
-
- getDefaultConnectionReleaseMode() - Method in class org.hibernate.ogm.transaction.emulated.impl.EmulatedLocalTransactionCoordinatorBuilder
-
- getDefaultConnectionReleaseMode() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinatorBuilder
-
- getDefaultDialect() - Method in class org.hibernate.ogm.datastore.cassandra.impl.CassandraDatastoreProvider
-
- getDefaultDialect() - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
-
- 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 class org.hibernate.ogm.datastore.mongodb.impl.MongoDBDatastoreProvider
-
- getDefaultDialect() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
-
- getDefaultDialect() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
-
- getDefaultDialect() - Method in interface org.hibernate.ogm.datastore.spi.DatastoreProvider
-
Returns the
GridDialect
type for the underlying datastore.
- getDefaultQueryParserServiceType() - Method in class org.hibernate.ogm.datastore.mongodb.impl.MongoDBDatastoreProvider
-
- getDefaultQueryParserServiceType() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
-
- getDefaultQueryParserServiceType() - Method in class org.hibernate.ogm.datastore.spi.BaseDatastoreProvider
-
- 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.
- getDefaultSources(ConfigurationPropertyReader) - Static method in class org.hibernate.ogm.options.navigation.source.impl.OptionValueSources
-
- getDefaultTransactionIsolation() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getDefaultValue(ConfigurationPropertyReader) - Method in class org.hibernate.ogm.datastore.document.options.spi.AssociationStorageOption
-
- getDefaultValue(ConfigurationPropertyReader) - Method in class org.hibernate.ogm.datastore.document.options.spi.MapStorageOption
-
- getDefaultValue(ConfigurationPropertyReader) - Method in class org.hibernate.ogm.datastore.keyvalue.options.spi.CacheMappingOption
-
- getDefaultValue(ConfigurationPropertyReader) - Method in class org.hibernate.ogm.datastore.mongodb.options.impl.AssociationDocumentStorageOption
-
- getDefaultValue(ConfigurationPropertyReader) - Method in class org.hibernate.ogm.datastore.mongodb.options.impl.ReadPreferenceOption
-
- getDefaultValue(ConfigurationPropertyReader) - Method in class org.hibernate.ogm.datastore.mongodb.options.impl.WriteConcernOption
-
- getDefaultValue(ConfigurationPropertyReader) - Method in class org.hibernate.ogm.datastore.redis.options.impl.TTLOption
-
- getDefaultValue(ConfigurationPropertyReader) - Method in class org.hibernate.ogm.options.spi.Option
-
May be overridden by specific option types to retrieve a default value based on the configuration properties used
to bootstrap Hibernate OGM.
- getDefinedFilterNames() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getDelegate() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
Returns the underlying ORM session to which most work is delegated.
- getDelegate() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- getDelegateOrNull(GridDialect, Class<T>) - Static method in class org.hibernate.ogm.dialect.impl.GridDialects
-
Returns that delegate of the given grid dialect of the given type.
- getDeserializationResolver() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getDialect() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getDiscriminatorColumnName() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getDiscriminatorSQLValue() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getDiscriminatorType() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getDiscriminatorValue() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getDisjunctionPredicate() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBPredicateFactory
-
- getDisjunctionPredicate() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jPredicateFactory
-
- getDocumentHasBeenConcurrentlyModifiedException(String) - Method in interface org.hibernate.ogm.datastore.couchdb.logging.impl.Log
-
- getDouble(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getDouble(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getDriverMajorVersion() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getDriverMinorVersion() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getDriverName() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getDriverVersion() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getDuplicateInsertPreventionStrategy(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
-
- getDuplicateInsertPreventionStrategy(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.ehcache.EhcacheDialect
-
- getDuplicateInsertPreventionStrategy(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- getDuplicateInsertPreventionStrategy(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
-
- getDuplicateInsertPreventionStrategy(EntityKeyMetadata) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- getDuplicateInsertPreventionStrategy(EntityKeyMetadata) - Method in class org.hibernate.ogm.dialect.spi.BaseGridDialect
-
- getDuplicateInsertPreventionStrategy(EntityKeyMetadata) - Method in interface org.hibernate.ogm.dialect.spi.GridDialect
-
Returns this dialect's strategy for detecting the insertion of several entity tuples of the given type with the
same primary key.
- getDynamicInstantiationResultType() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- getElementColumnNames() - Method in interface org.hibernate.ogm.persister.impl.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.impl.CollectionPhysicalModel
-
- getElementGridType() - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
- getEnabledFilter(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- getEnabledFilters() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- getEntities(String[]) - Method in class org.hibernate.ogm.datastore.redis.impl.json.JsonEntityStorageStrategy
-
- getEntity(String) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
-
- getEntity() - Method in class org.hibernate.ogm.datastore.redis.dialect.value.HashEntity
-
- getEntity(String) - Method in class org.hibernate.ogm.datastore.redis.impl.json.JsonEntityStorageStrategy
-
- getEntity() - Method in class org.hibernate.ogm.options.navigation.impl.PropertyKey
-
- getEntityById(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
-
- getEntityCache(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.impl.LocalCacheManager
-
- getEntityCache(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.OnePerKindCacheManager
-
- getEntityCache(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.table.impl.PerTableCacheManager
-
- getEntityCache(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.LocalCacheManager
-
- getEntityCache(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.impl.OnePerKindCacheManager
-
- getEntityCache(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.impl.PerTableCacheManager
-
- getEntityCacheKey(EntityKey) - Method in interface org.hibernate.ogm.datastore.ehcache.persistencestrategy.impl.KeyProvider
-
- getEntityCacheKey(EntityKey) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.OnePerKindKeyProvider
-
- getEntityCacheKey(EntityKey) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.table.impl.PerTableKeyProvider
-
- getEntityCacheKey(EntityKey) - Method in interface org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.KeyProvider
-
- getEntityCacheKey(EntityKey) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.impl.OnePerKindKeyProvider
-
- getEntityCacheKey(EntityKey) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.impl.PerTableKeyProvider
-
- getEntityGraph(String) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- getEntityGraphs(Class<T>) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- getEntityKey() - Method in interface org.hibernate.ogm.compensation.operation.CreateTupleWithKey
-
- getEntityKey() - Method in class org.hibernate.ogm.compensation.operation.impl.CreateTupleWithKeyImpl
-
- getEntityKey() - Method in class org.hibernate.ogm.compensation.operation.impl.InsertOrUpdateTupleImpl
-
- getEntityKey() - Method in class org.hibernate.ogm.compensation.operation.impl.RemoveTupleImpl
-
- getEntityKey() - Method in class org.hibernate.ogm.compensation.operation.impl.RemoveTupleWithOptimisticLockImpl
-
- getEntityKey() - Method in class org.hibernate.ogm.compensation.operation.impl.UpdateTupleWithOptimisticLockImpl
-
- getEntityKey() - Method in interface org.hibernate.ogm.compensation.operation.InsertOrUpdateTuple
-
- getEntityKey() - Method in interface org.hibernate.ogm.compensation.operation.RemoveTuple
-
- getEntityKey() - Method in interface org.hibernate.ogm.compensation.operation.RemoveTupleWithOptimisticLock
-
- getEntityKey() - Method in interface org.hibernate.ogm.compensation.operation.UpdateTupleWithOptimisticLock
-
- getEntityKey() - Method in class org.hibernate.ogm.dialect.batch.spi.InsertOrUpdateTupleOperation
-
- getEntityKey() - Method in class org.hibernate.ogm.dialect.batch.spi.RemoveTupleOperation
-
- getEntityKey() - Method in class org.hibernate.ogm.model.key.spi.AssociationKey
-
Returns the owning entity key.
- getEntityKeyMetadata() - Method in interface org.hibernate.ogm.compensation.operation.CreateTuple
-
- getEntityKeyMetadata() - Method in class org.hibernate.ogm.compensation.operation.impl.CreateTupleImpl
-
- getEntityKeyMetadata() - Method in class org.hibernate.ogm.compensation.operation.impl.InsertTupleImpl
-
- getEntityKeyMetadata() - Method in interface org.hibernate.ogm.compensation.operation.InsertTuple
-
- getEntityKeyMetadata() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.LocalCacheManager.Bucket
-
- getEntityKeyMetadata() - Method in exception org.hibernate.ogm.dialect.spi.TupleAlreadyExistsException
-
- getEntityKeyMetadata() - Method in class org.hibernate.ogm.model.impl.DefaultAssociatedEntityKeyMetadata
-
Returns the meta-data for the entity key on the other side of the represented association.
- getEntityKeyMetadata() - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata
-
- getEntityKeyMetadata() - Method in interface org.hibernate.ogm.model.key.spi.AssociatedEntityKeyMetadata
-
Get the meta-data for the entity key on the other side of the represented association.
- getEntityKeyMetadata() - Method in interface org.hibernate.ogm.model.key.spi.AssociationKeyMetadata
-
Returns meta-data about the entity-key on this side of associations of this key family.
- getEntityKeyMetadata() - Method in class org.hibernate.ogm.model.spi.EntityMetadataInformation
-
- getEntityKeyMetadata() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getEntityManagerFactory() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- getEntityManagerFactoryName() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
-
- getEntityMap() - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
-
Meant to execute assertions in tests only
- getEntityNotFoundDelegate() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getEntityOptions() - Method in class org.hibernate.ogm.options.navigation.impl.AppendableConfigurationContext
-
- getEntityOptions(Class<?>) - Method in class org.hibernate.ogm.options.navigation.source.impl.AnnotationOptionValueSource
-
- getEntityOptions(Class<?>) - Method in class org.hibernate.ogm.options.navigation.source.impl.ConfigurationOptionValueSource
-
- getEntityOptions(Class<?>) - Method in interface org.hibernate.ogm.options.navigation.source.impl.OptionValueSource
-
- getEntityOptions(Class<?>) - Method in class org.hibernate.ogm.options.navigation.source.impl.ProgrammaticOptionValueSource
-
- getEntityOptions(Class<?>) - Method in interface org.hibernate.ogm.options.spi.OptionsService.OptionsServiceContext
-
Returns a context with the options effectively applying for the given entity, as configured programmatically,
via annotations or configuration options, falling back to the global configuration level if a specific option
is not specifically set for the given entity
- getEntityPersister(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getEntityPersisters() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getEntityStorageStrategy() - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
-
- getEntityTuple(EntityKey) - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
-
- getEntityTuple() - Method in class org.hibernate.ogm.dialect.impl.AssociationContextImpl
-
- getEntityTuple() - Method in interface org.hibernate.ogm.dialect.spi.AssociationContext
-
Returns a tuple representing the entity on the current side of the association for which the given operation was
invoked.
- getEntityTuples(EntityKey...) - Method in class org.hibernate.ogm.datastore.map.impl.MapDatastoreProvider
-
- getEntityTuplesByTableName(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
-
Retrieve all the entity tuples with the table name equals to the given one.
- getEntityType() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBQueryParsingResult
-
- getEntityType() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jQueryParsingResult
-
- getEntityTypeByName(String) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
-
- getError() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
-
- getException() - Method in interface org.hibernate.ogm.compensation.ErrorHandler.FailedGridDialectOperationContext
-
Exception describing the failure.
- getExportedKeys(String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getExternalizers() - Method in interface org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.KeyProvider
-
- getExternalizers() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.impl.OnePerKindKeyProvider
-
- getExternalizers() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.impl.PerTableKeyProvider
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.BufferingGridTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.DateGridTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.TimeGridTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.TranslatingGridTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayMappedGridTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.AttributeConverterGridTypeDescriptorAdaptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.ByteArrayMappedGridTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.ByteMappedGridTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.CharMappedGridTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in interface org.hibernate.ogm.type.descriptor.impl.GridTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.IntegerMappedGridTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.LongMappedGridTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.PassThroughGridTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.StringMappedGridTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.type.descriptor.impl.WrappedGridTypeDescriptor
-
- getExtraNameCharacters() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getExtraState(Class<T>) - Method in class org.hibernate.ogm.entityentry.impl.OgmEntityEntryState
-
- getFactory() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- getFailedOperation() - Method in interface org.hibernate.ogm.compensation.ErrorHandler.FailedGridDialectOperationContext
-
The operation which failed.
- getFetchDirection() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getFetchDirection() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getFetchProfile(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getFetchSize() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getFetchSize() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getFilterAliasGenerator(String) - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
- getFilterAliasGenerator(String) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getFilterDefinition(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getFirst() - Method in class org.hibernate.ogm.cfg.spi.Hosts
-
- getFirstResult() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
-
- getFirstRow() - Method in class org.hibernate.ogm.dialect.query.spi.RowSelection
-
- getFloat(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getFloat(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- 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.impl.NoopDatabaseMetaData
-
- getFunctions(String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getGeneratedKeys() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getGeneratorKeyMetadata() - Method in class org.hibernate.ogm.id.impl.OgmSequenceGenerator
-
- getGeneratorKeyMetadata() - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
-
- getGeneratorKeyMetadata() - Method in interface org.hibernate.ogm.id.spi.PersistentNoSqlIdentifierGenerator
-
Returns an identifier representing the persistent structure which this generator is based upon, e.g.
- getGlobalOptions() - Method in class org.hibernate.ogm.options.navigation.impl.AppendableConfigurationContext
-
- getGlobalOptions() - Method in class org.hibernate.ogm.options.navigation.source.impl.AnnotationOptionValueSource
-
- getGlobalOptions() - Method in class org.hibernate.ogm.options.navigation.source.impl.ConfigurationOptionValueSource
-
- getGlobalOptions() - Method in interface org.hibernate.ogm.options.navigation.source.impl.OptionValueSource
-
- getGlobalOptions() - Method in class org.hibernate.ogm.options.navigation.source.impl.ProgrammaticOptionValueSource
-
- getGlobalOptions() - Method in interface org.hibernate.ogm.options.spi.OptionsService.OptionsServiceContext
-
Returns a context with the options applying on the global level, as either configured programmatically or via
configuration options.
- getGridDialect() - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
Get the underlying grid dialect.
- getGridDialect() - Method in class org.hibernate.ogm.dialect.impl.OgmDialect
-
- getGridIdentifierType() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getGridTypeDescriptor() - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- getHashCode(Object) - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- getHashCode(Object) - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- getHashCode(Object) - Method in interface org.hibernate.ogm.type.spi.GridType
-
Get a hash code, consistent with persistence "equality".
- getHashCode(Object, SessionFactoryImplementor) - Method in interface org.hibernate.ogm.type.spi.GridType
-
Get a hash code, consistent with persistence "equality".
- getHints() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
-
- getHoldability() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- getHoldability() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getHost() - Method in class org.hibernate.ogm.cfg.spi.Hosts.HostAndPort
-
- getHost() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
-
- getHosts() - Method in class org.hibernate.ogm.cfg.spi.DocumentStoreConfiguration
-
- getHosts() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisConfiguration
-
- getId() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.Document
-
- getId() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
-
- getId() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.common.externalizer.impl.RowKeyExternalizer
-
- getId() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl.AssociationKeyExternalizer
-
- getId() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl.EntityKeyExternalizer
-
- getId() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl.EntityKeyMetadataExternalizer
-
- getId() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl.IdSourceKeyExternalizer
-
- getId() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentAssociationKeyExternalizer
-
- getId() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentEntityKeyExternalizer
-
- getId() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentIdSourceKeyExternalizer
-
- getId() - Method in exception org.hibernate.ogm.dialect.spi.TupleAlreadyExistsException
-
- getIdentifierColumnName() - Method in interface org.hibernate.ogm.persister.impl.CollectionPhysicalModel
-
Get the name of the column identifier.
- getIdentifierGenerator(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getIdentifierGeneratorFactory() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getIdentifierPropertyName(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getIdentifierQuoteString() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getIdentifierType(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getIdentifierType() - Method in class org.hibernate.ogm.id.impl.OgmTableGenerator
-
Type mapping for the identifier.
- getIdentityGenerationStrategyNotSupportedException(String) - Method in interface org.hibernate.ogm.util.impl.Log
-
- getIdSourceCache(IdSourceKeyMetadata) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.impl.LocalCacheManager
-
- getIdSourceCache(IdSourceKeyMetadata) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.OnePerKindCacheManager
-
- getIdSourceCache(IdSourceKeyMetadata) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.table.impl.PerTableCacheManager
-
- getIdSourceCache(IdSourceKeyMetadata) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.LocalCacheManager
-
- getIdSourceCache(IdSourceKeyMetadata) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.impl.OnePerKindCacheManager
-
- getIdSourceCache(IdSourceKeyMetadata) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.impl.PerTableCacheManager
-
- getIdSourceCacheKey(IdSourceKey) - Method in interface org.hibernate.ogm.datastore.ehcache.persistencestrategy.impl.KeyProvider
-
- getIdSourceCacheKey(IdSourceKey) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.OnePerKindKeyProvider
-
- getIdSourceCacheKey(IdSourceKey) - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.table.impl.PerTableKeyProvider
-
- getIdSourceCacheKey(IdSourceKey) - Method in interface org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.KeyProvider
-
- getIdSourceCacheKey(IdSourceKey) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.impl.OnePerKindKeyProvider
-
- getIdSourceCacheKey(IdSourceKey) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.impl.PerTableKeyProvider
-
- getImplementors(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getImportedClassName(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getImportedKeys(String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getIncrement() - Method in class org.hibernate.ogm.dialect.spi.NextValueRequest
-
The increment to be applied when fetching the value.
- getIncrementSize() - Method in class org.hibernate.ogm.id.impl.OgmGeneratorBase
-
The amount of increment to use.
- getIndexColumnNames() - Method in class org.hibernate.ogm.model.impl.RowKeyBuilder
-
- getIndexColumnNames() - Method in interface org.hibernate.ogm.persister.impl.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.impl.NoopDatabaseMetaData
-
- getInitialValue() - Method in class org.hibernate.ogm.dialect.spi.NextValueRequest
-
The initial value when fetching values from the given id source.
- getInitialValue() - Method in class org.hibernate.ogm.id.impl.OgmGeneratorBase
-
The initial value to use when we find no previous state in the
generator table corresponding to our sequence.
- getInitialValue() - Method in interface org.hibernate.ogm.id.spi.PersistentNoSqlIdentifierGenerator
-
Returns the initial value of this generator.
- getInPredicate(String, List<String>, List<Object>) - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBPredicateFactory
-
- getInPredicate(String, List<String>, List<Object>) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jPredicateFactory
-
- getInstance(CacheMappingType, CacheManager, Set<EntityKeyMetadata>, Set<AssociationKeyMetadata>, Set<IdSourceKeyMetadata>) - Static method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.impl.PersistenceStrategy
-
Returns a persistence strategy based on the passed configuration.
- getInstance(CacheMappingType, EmbeddedCacheManager, URL, JtaPlatform, Set<EntityKeyMetadata>, Set<AssociationKeyMetadata>, Set<IdSourceKeyMetadata>) - Static method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.PersistenceStrategy
-
Returns a persistence strategy based on the passed configuration.
- getInstance(AssociationKeyMetadata, AssociationStorageType, AssociationDocumentStorageType) - Static method in enum org.hibernate.ogm.datastore.mongodb.dialect.impl.AssociationStorageStrategy
-
- getInstance(Option<?, V>, V) - Static method in class org.hibernate.ogm.options.spi.OptionValuePair
-
- getInt(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getInt(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getInterceptor() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getInverseAssociationKeyMetadata(OgmEntityPersister, int) - Static method in class org.hibernate.ogm.persister.impl.BiDirectionalAssociationHelper
-
Returns the meta-data for the inverse side of the association represented by the given property on the given
persister in case it represents the main side of a bi-directional one-to-many or many-to-many association.
- getInverseCollectionPersister(OgmCollectionPersister) - Static method in class org.hibernate.ogm.persister.impl.BiDirectionalAssociationHelper
-
Returns the given collection persister for the inverse side in case the given persister represents the main side
of a bi-directional many-to-many association.
- getInverseOneToOneAssociationKeyMetadata(String) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getIsNullPredicate(String, List<String>) - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBPredicateFactory
-
- getIsNullPredicate(String, List<String>) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jPredicateFactory
-
- getJarFileUrls() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
-
- getJavaTypeDescriptor() - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- getJdbcConnectionAccess() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- getJDBCMajorVersion() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getJDBCMinorVersion() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getJdbcServices() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getJdbcSessionOwner() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinatorOwner
-
- getJndiName() - Method in class org.hibernate.ogm.datastore.infinispan.configuration.impl.InfinispanConfiguration
-
Get the JNDI name of the cache manager.
- getJpaEntityName() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getJtaDataSource() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
-
- getKey() - Method in class org.hibernate.ogm.datastore.document.association.spi.AssociationRow
-
Returns the key of this association row.
- getKey() - Method in class org.hibernate.ogm.dialect.spi.NextValueRequest
-
Describes the id source to fetch the next value from.
- getKey() - Method in class org.hibernate.ogm.model.spi.AssociationOperation
-
- getKeyColumnName() - Method in class org.hibernate.ogm.model.impl.DefaultIdSourceKeyMetadata
-
Returns the key column name for table-based sources, null
otherwise.
- getKeyColumnName() - Method in interface org.hibernate.ogm.model.key.spi.IdSourceKeyMetadata
-
Get the key column name for table-based sources, null
otherwise.
- getKeyColumnNames() - Method in interface org.hibernate.ogm.persister.impl.CollectionPhysicalModel
-
The columns to join on
- getKeyGridType() - Method in interface org.hibernate.ogm.persister.impl.CollectionPhysicalModel
-
- getKeyGridType() - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
- getKeyProvider() - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
-
- getKeyProvider() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.impl.PersistenceStrategy
-
Returns the
KeyProvider
of this strategy, converting OGM core's key objects into the keys persisted in
the datastore.
- getKeyProvider() - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
-
- getKeyProvider() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.PersistenceStrategy
-
Returns the
KeyProvider
of this strategy, converting OGM core's key objects into the keys persisted in
the datastore.
- getKeys() - Method in class org.hibernate.ogm.datastore.ehcache.impl.Cache
-
- getKeys() - Method in class org.hibernate.ogm.model.spi.Association
-
Returns all keys of all rows contained within this association.
- getKeyValueById(String) - Method in interface org.hibernate.ogm.datastore.couchdb.dialect.backend.facade.impl.DatabaseClient
-
- getLanguage() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
-
- getLikePredicate(String, List<String>, String, Character) - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBPredicateFactory
-
- getLikePredicate(String, List<String>, String, Character) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jPredicateFactory
-
- getLists() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
-
- getLocalSynchronizations() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinator
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.ogm.datastore.cassandra.CassandraDialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.ogm.datastore.ehcache.EhcacheDialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.ogm.datastore.infinispan.InfinispanDialect
-
Get a strategy instance which knows how to acquire a database-level lock
of the specified mode for this dialect.
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.ogm.datastore.map.impl.MapDialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.ogm.dialect.spi.BaseGridDialect
-
Returns a no-op locking strategy for all lock modes which will raise an exception upon lock retrieval.
- getLockingStrategy(Lockable, LockMode) - Method in interface org.hibernate.ogm.dialect.spi.GridDialect
-
Returns a
LockingStrategy
for locking the given lockable, using the given lock mode.
- 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.query.impl.NoSQLQueryImpl
-
- getLogger() - Static method in class org.hibernate.ogm.datastore.cassandra.logging.impl.LoggerFactory
-
- getLogger() - Static method in class org.hibernate.ogm.datastore.couchdb.logging.impl.LoggerFactory
-
- getLogger() - Static method in class org.hibernate.ogm.datastore.ehcache.logging.impl.LoggerFactory
-
- getLogger() - Static method in class org.hibernate.ogm.datastore.infinispan.logging.impl.LoggerFactory
-
- getLogger() - Static method in class org.hibernate.ogm.datastore.mongodb.logging.impl.LoggerFactory
-
- getLogger() - Static method in class org.hibernate.ogm.datastore.neo4j.logging.impl.LoggerFactory
-
- getLogger() - Static method in class org.hibernate.ogm.datastore.redis.logging.impl.LoggerFactory
-
- getLong(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getLong(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getMainSidePropertyName(OgmCollectionPersister) - Static method in class org.hibernate.ogm.persister.impl.BiDirectionalAssociationHelper
-
Returns the role on the main side of the given association.
- getMainSidePropertyName() - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
Get the property name representing the collection on the main side of the association.
- getManagedClassNames() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
-
- getMap() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument.View
-
- getMap() - Method in class org.hibernate.ogm.datastore.map.impl.MapTupleSnapshot
-
- getMap() - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisTupleSnapshot
-
- getMapper(EntityKeyMetadata...) - Method in interface org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.KeyProvider
-
- getMapper(EntityKeyMetadata...) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.impl.OnePerKindKeyProvider
-
- getMapper(EntityKeyMetadata...) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.impl.PerTableKeyProvider
-
- getMappingFileNames() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
-
- getMaxBinaryLiteralLength() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxCatalogNameLength() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxCharLiteralLength() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxColumnNameLength() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxColumnsInGroupBy() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxColumnsInIndex() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxColumnsInOrderBy() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxColumnsInSelect() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxColumnsInTable() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxConnections() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxCursorNameLength() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxFieldSize() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getMaxIndexLength() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxProcedureNameLength() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxResults() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
-
- getMaxRows() - Method in class org.hibernate.ogm.dialect.query.spi.RowSelection
-
- getMaxRows() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getMaxRowSize() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxSchemaNameLength() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxStatementLength() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxStatements() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxTableNameLength() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxTablesInSelect() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMaxUserNameLength() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getMetaData() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- getMetaData() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getMetadata() - Method in class org.hibernate.ogm.model.key.spi.AssociationKey
-
- getMetadata() - Method in class org.hibernate.ogm.model.key.spi.EntityKey
-
Get the key meta-data
- getMetadata() - Method in class org.hibernate.ogm.model.key.spi.IdSourceKey
-
- getMetaDataCache() - Method in class org.hibernate.ogm.datastore.cassandra.impl.CassandraDatastoreProvider
-
- 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.impl.NoopStatement
-
- getMoreResults(int) - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getName() - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraCalendarDateType
-
- getName() - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraCalendarType
-
- getName() - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraCharacterType
-
- getName() - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraDateType
-
- getName() - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraPrimitiveByteArrayType
-
- getName() - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraSerializableType
-
- getName() - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraTimeType
-
- getName() - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraTrueFalseType
-
- getName() - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraUuidType
-
- getName() - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraYesNoType
-
- getName() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBBlobType
-
- getName() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBByteType
-
- getName() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBLongType
-
- getName() - Method in class org.hibernate.ogm.datastore.ehcache.impl.Cache
-
- getName() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentIdSourceKey
-
- getName() - Method in class org.hibernate.ogm.datastore.mongodb.type.impl.ObjectIdGridType
-
- getName() - Method in class org.hibernate.ogm.datastore.mongodb.type.impl.StringAsObjectIdGridType
-
- getName() - Method in class org.hibernate.ogm.datastore.mongodb.type.impl.StringAsObjectIdType
-
- getName() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.EmbeddedAliasTree
-
- getName() - Method in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
-
- getName() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisJsonBlobType
-
- getName() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisJsonByteType
-
- getName() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisJsonLongType
-
- getName() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisSerializableType
-
- getName() - Method in class org.hibernate.ogm.model.impl.DefaultIdSourceKeyMetadata
-
Returns the table name for table-based sources, the sequence name otherwise.
- getName() - Method in interface org.hibernate.ogm.model.key.spi.IdSourceKeyMetadata
-
Returns the table name for table-based sources, the sequence name otherwise.
- getName() - Method in class org.hibernate.ogm.type.impl.AttributeConverterGridTypeAdaptor
-
- getName() - Method in class org.hibernate.ogm.type.impl.BigDecimalPassThroughType
-
- getName() - Method in class org.hibernate.ogm.type.impl.BigDecimalType
-
- getName() - Method in class org.hibernate.ogm.type.impl.BigIntegerType
-
- getName() - Method in class org.hibernate.ogm.type.impl.BooleanType
-
- getName() - Method in class org.hibernate.ogm.type.impl.ByteArrayStringType
-
- getName() - Method in class org.hibernate.ogm.type.impl.ByteMappedType
-
- getName() - Method in class org.hibernate.ogm.type.impl.ByteStringType
-
- getName() - Method in class org.hibernate.ogm.type.impl.ByteType
-
- getName() - Method in class org.hibernate.ogm.type.impl.CalendarDateType
-
- getName() - Method in class org.hibernate.ogm.type.impl.CalendarType
-
- getName() - Method in class org.hibernate.ogm.type.impl.CharacterStringType
-
- getName() - Method in class org.hibernate.ogm.type.impl.CharacterType
-
- getName() - Method in class org.hibernate.ogm.type.impl.ClassType
-
- getName() - Method in class org.hibernate.ogm.type.impl.DateType
-
- getName() - Method in class org.hibernate.ogm.type.impl.DoubleType
-
- getName() - Method in class org.hibernate.ogm.type.impl.FloatType
-
- getName() - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- getName() - Method in class org.hibernate.ogm.type.impl.IntegerType
-
- getName() - Method in class org.hibernate.ogm.type.impl.Iso8601StringCalendarType
-
- getName() - Method in class org.hibernate.ogm.type.impl.Iso8601StringDateType
-
- getName() - Method in class org.hibernate.ogm.type.impl.LongMappedType
-
- getName() - Method in class org.hibernate.ogm.type.impl.LongType
-
- getName() - Method in class org.hibernate.ogm.type.impl.NumericBooleanType
-
- getName() - Method in class org.hibernate.ogm.type.impl.PrimitiveByteArrayMappedType
-
- getName() - Method in class org.hibernate.ogm.type.impl.PrimitiveByteArrayStringType
-
- getName() - Method in class org.hibernate.ogm.type.impl.PrimitiveByteArrayType
-
- getName() - Method in class org.hibernate.ogm.type.impl.SerializableAsByteArrayType
-
- getName() - Method in class org.hibernate.ogm.type.impl.SerializableAsStringType
-
- getName() - Method in class org.hibernate.ogm.type.impl.ShortType
-
- getName() - Method in class org.hibernate.ogm.type.impl.StringCalendarDateType
-
- getName() - Method in class org.hibernate.ogm.type.impl.StringDateTypeDescriptor
-
- getName() - Method in class org.hibernate.ogm.type.impl.StringType
-
- getName() - Method in class org.hibernate.ogm.type.impl.TimestampType
-
- getName() - Method in class org.hibernate.ogm.type.impl.TimeType
-
- getName() - Method in class org.hibernate.ogm.type.impl.TrueFalseType
-
- getName() - Method in class org.hibernate.ogm.type.impl.UrlType
-
- getName() - Method in class org.hibernate.ogm.type.impl.UUIDType
-
- getName() - Method in class org.hibernate.ogm.type.impl.WrapperBinaryType
-
- getName() - Method in class org.hibernate.ogm.type.impl.YesNoType
-
- getName() - Method in interface org.hibernate.ogm.type.spi.GridType
-
Returns the abbreviated name of the type.
- getNamedParameterBindPoints() - Method in class org.hibernate.ogm.loader.nativeloader.impl.BackendCustomQuery
-
- getNamedParameters() - Method in class org.hibernate.ogm.dialect.query.spi.QueryParameters
-
- getNamedProcedureCall(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- getNamedQuery(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getNamedQuery(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- getNamedQueryRepository() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getNamedSQLQuery(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getNamedSQLQuery(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- getNativeIdentifierGeneratorClass() - Method in class org.hibernate.ogm.dialect.impl.OgmDialect
- getNaturalIdCacheRegion(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getNaturalIdCacheRegionAccessStrategy(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getNCharacterStream(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getNCharacterStream(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getNClob(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getNClob(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBComparisonPredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBConjunctionPredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBDisjunctionPredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBInPredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBIsNullPredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBLikePredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBNegationPredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBRangePredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jComparisonPredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jConjunctionPredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jDisjunctionPredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jInPredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jIsNullPredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jLikePredicate
-
NOT (HAS aslias.property) OR ( NOT ( alias.property =~ '...' )
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jNegationPredicate
-
- getNegatedQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jRangePredicate
-
- getNegationPredicate() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBPredicateFactory
-
- getNegationPredicate() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jPredicateFactory
-
- getNetworkTimeout() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- getNewTempClassLoader() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
-
- getNode() - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jTupleSnapshot
-
- getNonJtaDataSource() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
-
- getNString(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getNString(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getNumericFunctions() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getObject(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getObject(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getObject(int, Map<String, Class<?>>) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getObject(String, Map<String, Class<?>>) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getObject(int, Class<T>) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getObject(String, Class<T>) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryObjectFactory
-
- getOk() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
-
- getOldLockState() - Method in class org.hibernate.ogm.compensation.operation.impl.RemoveTupleWithOptimisticLockImpl
-
- getOldLockState() - Method in class org.hibernate.ogm.compensation.operation.impl.UpdateTupleWithOptimisticLockImpl
-
- getOldLockState() - Method in interface org.hibernate.ogm.compensation.operation.RemoveTupleWithOptimisticLock
-
- getOldLockState() - Method in interface org.hibernate.ogm.compensation.operation.UpdateTupleWithOptimisticLock
-
- getOperation() - Method in class org.hibernate.ogm.datastore.mongodb.query.impl.MongoDBQueryDescriptor
-
- getOperationCollector() - Method in class org.hibernate.ogm.compensation.impl.ErrorHandlerEnabledTransactionCoordinatorDecorator
-
- getOperations() - Method in interface org.hibernate.ogm.compensation.operation.ExecuteBatch
-
Returns the list of batched operations.
- getOperations() - Method in class org.hibernate.ogm.compensation.operation.impl.ExecuteBatchImpl
-
- getOperations() - Method in class org.hibernate.ogm.model.spi.Association
-
Return the list of actions on the tuple.
- getOperations() - Method in class org.hibernate.ogm.model.spi.Tuple
-
Return the list of actions on the tuple.
- getOperationsQueue() - Method in class org.hibernate.ogm.dialect.impl.AssociationContextImpl
-
- getOperationsQueue() - Method in class org.hibernate.ogm.dialect.impl.TupleContextImpl
-
- getOperationsQueue() - Method in interface org.hibernate.ogm.dialect.spi.AssociationContext
-
Provides access to the operations queue of the current flush cycle if the active dialect supports the batched
execution of operations.
- getOperationsQueue() - Method in interface org.hibernate.ogm.dialect.spi.TupleContext
-
Provides access to the operations queue of the current flush cycle if the active dialect supports the batched
execution of operations.
- getOption() - Method in class org.hibernate.ogm.options.spi.OptionValuePair
-
- 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.
- getOptions() - Method in class org.hibernate.ogm.datastore.mongodb.query.impl.MongoDBQueryDescriptor
-
Returns (optional) query options if this is a INSERT, UPDATE or REMOVE query.
- getOptionsContext() - Method in class org.hibernate.ogm.dialect.impl.AssociationTypeContextImpl
-
- getOptionsContext() - Method in class org.hibernate.ogm.dialect.impl.TupleContextImpl
-
- getOptionsContext() - Method in interface org.hibernate.ogm.dialect.spi.AssociationTypeContext
-
Provide access to the options set for an entity or property.
- getOptionsContext() - Method in interface org.hibernate.ogm.dialect.spi.TupleContext
-
Get the option context.
- getOrderBy() - Method in class org.hibernate.ogm.datastore.mongodb.query.impl.MongoDBQueryDescriptor
-
Get the order criteria of the result of the query.
- getOrderBy() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBQueryParsingResult
-
- getOuterMostNullEmbeddableIfAny(String) - Method in class org.hibernate.ogm.datastore.document.impl.EmbeddableStateFinder
-
Should only called on a column that is being set to null.
- getOwningDocument() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociation
-
- getOwningDocument() - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociation
-
Returns the Redis value which owns this association, either an
Association
or an
Entity
.
- 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
-
- getParameterMetadata(String) - Method in class org.hibernate.ogm.query.impl.NativeNoSqlQueryInterpreter
-
- getParameterMetadataBuilder() - Method in class org.hibernate.ogm.datastore.cassandra.CassandraDialect
-
- getParameterMetadataBuilder() - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- getParameterMetadataBuilder() - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
-
- getParameterMetadataBuilder() - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- getParameterMetadataBuilder() - Method in interface org.hibernate.ogm.dialect.query.spi.QueryableGridDialect
-
Returns a builder for retrieving parameter meta-data from native queries in this datastore's format.
- getParameters() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
-
- getParameterTranslations() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- 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
-
- getPassword() - Method in class org.hibernate.ogm.cfg.spi.DocumentStoreConfiguration
-
- getPassword() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
-
- getPassword() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisConfiguration
-
- 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
-
- getPort() - Method in class org.hibernate.ogm.cfg.spi.Hosts.HostAndPort
-
- getPort() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
-
- getPositionalParameters() - Method in class org.hibernate.ogm.dialect.query.spi.QueryParameters
-
- getPrefix(String) - Static method in class org.hibernate.ogm.datastore.document.association.impl.DocumentHelpers
-
If the column name is a dotted column, returns the first part.
- getPrimaryKeys(String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getProcedureColumns(String, String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getProcedures(String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getProcedureTerm() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getProjection() - Method in class org.hibernate.ogm.datastore.mongodb.query.impl.MongoDBQueryDescriptor
-
The fields to be selected, if this query doesn't return all fields of the entity.
- getProjection() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBQueryParsingResult
-
- getProjections() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jQueryParsingResult
-
- getProperties() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
-
Returns all properties of this entity, including its revision.
- getProperties() - Method in class org.hibernate.ogm.datastore.redis.dialect.value.Entity
-
Returns all properties of this entity, including its revision.
- getProperties() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- 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
-
- getPropertiesAsHierarchy() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
-
Returns a map with all non-static properties.
- getPropertiesAsHierarchy() - Method in class org.hibernate.ogm.datastore.redis.dialect.value.Entity
-
Returns a map with all non-static properties.
- getProperty() - Method in class org.hibernate.ogm.options.navigation.impl.PropertyKey
-
- getPropertyAliases(String, int) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getPropertyDoesNotExistException(String, String, ElementType) - Method in interface org.hibernate.ogm.util.impl.Log
-
- getPropertyIdentifier(String, List<String>, int) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jPropertyHelper
-
- getPropertyName() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.PropertyIdentifier
-
- 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() - Method in class org.hibernate.ogm.options.navigation.impl.AppendableConfigurationContext
-
- getPropertyOptions(Class<?>, String) - Method in class org.hibernate.ogm.options.navigation.source.impl.AnnotationOptionValueSource
-
- getPropertyOptions(Class<?>, String) - Method in class org.hibernate.ogm.options.navigation.source.impl.ConfigurationOptionValueSource
-
- getPropertyOptions(Class<?>, String) - Method in interface org.hibernate.ogm.options.navigation.source.impl.OptionValueSource
-
Returns an
OptionsContainer
with the property-level options of the given property.
- getPropertyOptions(Class<?>, String) - Method in class org.hibernate.ogm.options.navigation.source.impl.ProgrammaticOptionValueSource
-
- getPropertyOptions(Class<?>, String) - Method in interface org.hibernate.ogm.options.spi.OptionsService.OptionsServiceContext
-
Returns a context with the options effectively applying for the given entity, as configured programmatically,
via annotations or configuration options, falling back to the entity and global configuration levels if a
specific option is not specifically set for the given property
- getPropertySpaces() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getPropertyTableName(String) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getProviderUtil() - Method in class org.hibernate.ogm.jpa.HibernateOgmPersistence
-
- getPseudoColumns(String, String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBQueryParsingResult
-
- getQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBConjunctionPredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBDisjunctionPredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBInPredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBIsNullPredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBLikePredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBNegationPredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBRangePredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBRootPredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jConjunctionPredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jDisjunctionPredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jInPredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jIsNullPredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jLikePredicate
-
n.property =~ '...'
- getQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jNegationPredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jRangePredicate
-
- getQuery() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jRootPredicate
-
- getQuery() - Method in class org.hibernate.ogm.dialect.query.spi.BackendQuery
-
- getQueryBuilder() - Method in class org.hibernate.ogm.datastore.cassandra.impl.CassandraDatastoreProvider
-
- getQueryCache() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getQueryCache(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getQueryIdentifier() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- getQueryObject() - Method in class org.hibernate.ogm.datastore.mongodb.dialect.impl.MongoDBAssociationSnapshot
-
- getQueryObject() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBQueryParsingResult
-
- getQueryObject() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jQueryParsingResult
-
- getQueryObject() - Method in class org.hibernate.ogm.loader.nativeloader.impl.BackendCustomQuery
-
Returns an object-based representation of this query, if present.
- getQueryObject() - Method in interface org.hibernate.ogm.query.spi.QueryParsingResult
-
The resulting query in a representation understood by the underlying datastore, e.g.
- getQueryParameters(Map) - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- getQueryPlanCache() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getQueryReturns() - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- getQuerySpaces() - Method in class org.hibernate.ogm.hibernatecore.impl.BackendCustomLoader
-
- getQuerySpaces() - Method in class org.hibernate.ogm.loader.nativeloader.impl.BackendCustomQuery
-
- getQuerySpaces() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- getQueryString() - Method in class org.hibernate.ogm.loader.nativeloader.impl.BackendCustomQuery
-
- getQueryString() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- getQueryTimeout() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getRangePredicate(String, List<String>, Object, Object) - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBPredicateFactory
-
- getRangePredicate(String, List<String>, Object, Object) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jPredicateFactory
-
- getReadPreference() - Method in enum org.hibernate.ogm.datastore.mongodb.options.ReadPreferenceType
-
Get the read preference.
- getReason() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
-
- getRedisAssociation() - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociationSnapshot
-
- getReduce() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument.View
-
- getRef(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getRef(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getReference() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getReference(Class<T>, Object) - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- getReferencedPropertyType(String, String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getRegExpFromLikeExpression(String) - Method in class org.hibernate.ogm.util.parser.impl.LikeExpressionToRegExpConverter
-
Creates a regular expression pattern object equivalent to the given LIKE
expression.
- getRegistrationKeys() - Method in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraCharacterType
-
- getRegistrationKeys() - Method in class org.hibernate.ogm.datastore.mongodb.type.impl.StringAsObjectIdType
-
- getRegistrationKeys() - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- getRegistrationKeys() - Method in class org.hibernate.ogm.type.impl.ByteMappedType
-
- getRegistrationKeys() - Method in class org.hibernate.ogm.type.impl.CharacterType
-
- getRegistrationKeys() - Method in class org.hibernate.ogm.type.impl.DoubleType
-
- getRegistrationKeys() - Method in class org.hibernate.ogm.type.impl.FloatType
-
- getRegistrationKeys() - Method in class org.hibernate.ogm.type.impl.IntegerType
-
- getRegistrationKeys() - Method in class org.hibernate.ogm.type.impl.LongMappedType
-
- getRegistrationKeys() - Method in class org.hibernate.ogm.type.impl.LongType
-
- getRegistrationKeys() - Method in class org.hibernate.ogm.type.impl.PrimitiveByteArrayMappedType
-
- getRegistrationKeys() - Method in class org.hibernate.ogm.type.impl.ShortType
-
- getRegistrationKeys() - Method in class org.hibernate.ogm.type.impl.WrapperBinaryType
-
- getRelationshipAliasTree(String) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jAliasResolver
-
Given the alias of the entity it will return a tree structure containing all the aliases for the embedded
properties and associations of the entity.
- getRelationshipName() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.RelationshipAliasTree
-
- getResult() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBProcessingChain
-
- getResult() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBQueryRendererDelegate
-
- getResult() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jProcessingChain
-
- getResult() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jQueryRendererDelegate
-
- getResultList() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
-
- getResultSet() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getResultSet() - Method in class org.hibernate.ogm.loader.impl.OgmLoadingContext
-
- getResultSetConcurrency() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getResultSetHoldability() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getResultSetHoldability() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getResultSetMapping(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getResultSetType() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getReturnAliases(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getReturnAliases() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- getReturnAliases() - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- getReturnedClass() - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- getReturnedClass() - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- getReturnedClass() - Method in interface org.hibernate.ogm.type.spi.GridType
-
- getReturnTypes(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getReturnTypes() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- getReturnTypes() - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- getRev() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.GenericResponse
-
- getRevision() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.Document
-
- getRole(String) - Method in class org.hibernate.ogm.dialect.impl.TupleContextImpl
-
- getRole(String) - Method in interface org.hibernate.ogm.dialect.spi.TupleContext
-
Get the role of a column
- getRoleOnMainSide() - Method in class org.hibernate.ogm.dialect.impl.AssociationTypeContextImpl
-
Provides the role of the represented association on the main side in case the current operation is invoked for
the inverse side of a bi-directional association.
- getRoleOnMainSide() - Method in interface org.hibernate.ogm.dialect.spi.AssociationTypeContext
-
Provides the role of the represented association on the main side in case the current operation is invoked for
the inverse side of a bi-directional association.
- getRootEntityKeyMetadata() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getRootPredicate(String) - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBPredicateFactory
-
- getRootPredicate(String) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.predicate.impl.Neo4jPredicateFactory
-
- getRow() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getRowId(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getRowId(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getRowIdLifetime() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getRowKeyColumnNames() - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata
-
The columns identifying an element of the association
- getRowKeyColumnNames() - Method in interface org.hibernate.ogm.model.key.spi.AssociationKeyMetadata
-
The columns identifying an element of the association
- getRowKeyIndexColumnNames() - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata
-
The columns representing the index of the element of the association.
- getRowKeyIndexColumnNames() - Method in interface org.hibernate.ogm.model.key.spi.AssociationKeyMetadata
-
The columns representing the index of the element of the association.
- getRowKeys() - Method in class org.hibernate.ogm.datastore.document.association.spi.AssociationRows
-
- getRowKeys() - Method in class org.hibernate.ogm.datastore.ehcache.dialect.impl.SerializableMapAssociationSnapshot
-
- getRowKeys() - Method in class org.hibernate.ogm.datastore.impl.EmptyAssociationSnapshot
-
- getRowKeys() - Method in class org.hibernate.ogm.datastore.map.impl.MapAssociationSnapshot
-
- getRowKeys() - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jAssociationSnapshot
-
- getRowKeys() - Method in interface org.hibernate.ogm.model.spi.AssociationSnapshot
-
Returns an iterable with the rows contained in this snapshot.
- getRows() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.AssociationDocument
-
- getRows() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociation
-
Get all the rows of this association.
- getRows(Object, AssociationKey) - Static method in class org.hibernate.ogm.datastore.document.impl.MapAssociationRowsHelpers
-
Transform toManyValue
into association rows
- getRows() - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociation
-
Get all the rows of this association.
- getRows() - Method in class org.hibernate.ogm.datastore.redis.dialect.value.Association
-
- getRowSelection() - Method in class org.hibernate.ogm.dialect.query.spi.QueryParameters
-
- getSchema() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- getSchemaDefinerType() - Method in class org.hibernate.ogm.datastore.cassandra.impl.CassandraDatastoreProvider
-
- getSchemaDefinerType() - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
-
- getSchemaDefinerType() - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
-
- getSchemaDefinerType() - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
-
- getSchemaDefinerType() - Method in class org.hibernate.ogm.datastore.mongodb.impl.MongoDBDatastoreProvider
-
- getSchemaDefinerType() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
-
- getSchemaDefinerType() - Method in class org.hibernate.ogm.datastore.spi.BaseDatastoreProvider
-
- getSchemaDefinerType() - Method in interface org.hibernate.ogm.datastore.spi.DatastoreProvider
-
- getSchemas() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getSchemas(String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getSchemaTerm() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getSearchStringEscape() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getSecondLevelCacheRegion(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getSecondLevelCacheRegionAccessStrategy(String) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- 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.
- getSelectableColumns() - Method in class org.hibernate.ogm.dialect.impl.TupleContextImpl
-
- getSelectableColumns() - Method in interface org.hibernate.ogm.dialect.spi.TupleContext
-
Returns the mapped columns of the given entity.
- getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- getSemiResolvedType(SessionFactoryImplementor) - Method in interface org.hibernate.ogm.type.spi.GridType
-
Get the type of a semi-resolved value.
- getSequenceGenerator() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
-
- getSequenceHandler() - Method in class org.hibernate.ogm.datastore.cassandra.impl.CassandraDatastoreProvider
-
- getServerUri() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
-
Returns the URI of the CouchDB server, e.g.
- getServiceInitiated() - Method in class org.hibernate.ogm.datastore.impl.DatastoreProviderInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.datastore.impl.SchemaDefinerInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManagerInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.dialect.impl.GridDialectInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.dialect.impl.IdentityColumnAwareGridDialectInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.dialect.impl.MultigetGridDialectInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.dialect.impl.OgmDialectFactoryInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.dialect.impl.OptimisticLockingAwareGridDialectInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.dialect.impl.QueryableGridDialectInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.jdbc.impl.OgmConnectionProviderInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.jpa.impl.OgmMutableIdentifierGeneratorFactoryInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.jpa.impl.OgmPersisterClassResolverInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.options.navigation.impl.OptionsServiceInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.query.impl.OgmQueryTranslatorFactoryInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.service.impl.NativeNoSqlQueryInterpreterInitiator
-
- 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.OgmTransactionCoordinatorBuilderInitiator
-
- getServiceInitiated() - Method in class org.hibernate.ogm.type.impl.TypeTranslatorInitiator
-
- getServiceRegistry() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getSession() - Method in class org.hibernate.ogm.datastore.cassandra.impl.CassandraDatastoreProvider
-
- getSessionFactory() - Method in interface org.hibernate.ogm.datastore.spi.SchemaDefiner.SchemaDefinitionContext
-
- getSessionFactory() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- getSessionFactory() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
-
- getSessionFactory() - Method in interface org.hibernate.ogm.OgmSession
-
- getSessionFactory() - Method in class org.hibernate.ogm.service.impl.DefaultSchemaInitializationContext
-
- getSessionFactoryBuilder(MetadataImplementor, SessionFactoryBuilderImplementor) - Method in class org.hibernate.ogm.boot.impl.OgmSessionFactoryBuilderFactory
-
- getSessionFactoryOptions() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getSettings() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getSharedAtomicInteger(IdSourceKey, 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.impl.TupleAsMapResultSet
-
- getShort(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getSingleEntityMetadataInformationOrNull() - Method in class org.hibernate.ogm.dialect.query.spi.BackendQuery
-
- getSingleEntityMetadataInformationOrNull() - Method in class org.hibernate.ogm.loader.nativeloader.impl.BackendCustomQuery
-
- getSingleResult() - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
-
- getSingleRowKeyColumnNotContainedInAssociationKey() - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata
-
Returns the name of the single row key column which is not a column of this key itself, in case such a column
exists.
- getSingleRowKeyColumnNotContainedInAssociationKey() - Method in interface org.hibernate.ogm.model.key.spi.AssociationKeyMetadata
-
Returns the name of the single row key column which is not a column of this key itself, in case such a column
exists.
- getSize() - Method in class org.hibernate.ogm.datastore.ehcache.impl.Cache
-
- getSize(Serializable, SessionImplementor) - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
- getSnapshot() - Method in class org.hibernate.ogm.model.spi.Association
-
Returns the snapshot upon which this association is based, i.e.
- getSnapshot() - Method in class org.hibernate.ogm.model.spi.Tuple
-
- getSnapshotType() - Method in class org.hibernate.ogm.datastore.mongodb.dialect.impl.MongoDBTupleSnapshot
-
- getSQL() - Method in class org.hibernate.ogm.loader.nativeloader.impl.BackendCustomQuery
-
- getSQLExceptionConverter() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getSQLExceptionHelper() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getSqlFunctionRegistry() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getSQLKeywords() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getSQLStateType() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getSQLString() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- getSqlValue() - Method in class org.hibernate.ogm.persister.impl.NotNeededDiscriminator
-
- getSqlValue() - Method in class org.hibernate.ogm.persister.impl.TablePerClassDiscriminator
-
- getSQLXML(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getSQLXML(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getStateFor(SessionImplementor, Object) - Static method in class org.hibernate.ogm.entityentry.impl.OgmEntityEntryState
-
- getStatement() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getStatistics() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getStatisticsImplementor() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getStatus() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionDriver
-
- getString(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getString(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getStringFunctions() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getSubclassPropertyTableName(int) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getSubclassTableName(int) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getSuffix() - Method in class org.hibernate.ogm.loader.impl.OgmColumnCollectionAliases
-
- getSuffixedElementAliases() - Method in class org.hibernate.ogm.loader.impl.OgmColumnCollectionAliases
-
- getSuffixedIdentifierAlias() - Method in class org.hibernate.ogm.loader.impl.OgmColumnCollectionAliases
-
- getSuffixedIndexAliases() - Method in class org.hibernate.ogm.loader.impl.OgmColumnCollectionAliases
-
- getSuffixedKeyAliases() - Method in class org.hibernate.ogm.loader.impl.OgmColumnCollectionAliases
-
- getSuperTables(String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getSuperTypes(String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getSynchronizedQuerySpaces() - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- getSystemFunctions() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getTable() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
-
- getTable() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.SerializableAssociationKey
-
- getTable() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.SerializableEntityKey
-
- getTable() - Method in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.kind.impl.SerializableIdSourceKey
-
- getTable() - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata
-
- getTable() - Method in class org.hibernate.ogm.model.impl.DefaultEntityKeyMetadata
-
- getTable() - Method in class org.hibernate.ogm.model.key.spi.AssociationKey
-
Returns the table name of this key.
- getTable() - Method in interface org.hibernate.ogm.model.key.spi.AssociationKeyMetadata
-
Returns the table name of this key.
- getTable() - Method in class org.hibernate.ogm.model.key.spi.EntityKey
-
Get the table name of this key.
- getTable() - Method in interface org.hibernate.ogm.model.key.spi.EntityKeyMetadata
-
Get the name of the table representing the entity
- getTable() - Method in class org.hibernate.ogm.model.key.spi.IdSourceKey
-
Get the table name if this is a table-based generator, the sequence name otherwise.
- 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.impl.CollectionPhysicalModel
-
The table to join to.
- getTableName() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getTablePrivileges(String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getTables(String, String, String, String[]) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getTableTypes() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getTargetEntityName() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.RelationshipAliasTree
-
- getTime(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getTime(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getTime(int, Calendar) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getTime(String, Calendar) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getTimeDateFunctions() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getTimeout() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisConfiguration
-
- getTimeOut() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinator
-
- getTimestamp(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getTimestamp(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getTimestamp(int, Calendar) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getTimestamp(String, Calendar) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getTransaction() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- getTransactionCoordinatorBuilder(TransactionCoordinatorBuilder) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
-
- getTransactionCoordinatorBuilder(TransactionCoordinatorBuilder) - Method in class org.hibernate.ogm.datastore.spi.BaseDatastoreProvider
-
- getTransactionCoordinatorBuilder(TransactionCoordinatorBuilder) - Method in interface org.hibernate.ogm.datastore.spi.DatastoreProvider
-
- getTransactionCoordinatorBuilder() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinator
-
- getTransactionDriverControl() - Method in class org.hibernate.ogm.compensation.impl.ErrorHandlerEnabledTransactionCoordinatorDecorator
-
- getTransactionDriverControl() - Method in class org.hibernate.ogm.datastore.neo4j.transaction.impl.Neo4jLocalTransactionCoordinator
-
- getTransactionDriverControl() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinator
-
- getTransactionIsolation() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- getTransactionManager() - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider.OgmTransactionManagerLookupDelegate
-
- getTransactionManager() - Method in class org.hibernate.ogm.datastore.infinispan.impl.TransactionManagerLookupDelegator
-
- getTransactionType() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
-
- getTuple() - Method in class org.hibernate.ogm.compensation.operation.impl.InsertOrUpdateTupleImpl
-
- getTuple() - Method in class org.hibernate.ogm.compensation.operation.impl.InsertTupleImpl
-
- getTuple() - Method in class org.hibernate.ogm.compensation.operation.impl.UpdateTupleWithOptimisticLockImpl
-
- getTuple() - Method in interface org.hibernate.ogm.compensation.operation.InsertOrUpdateTuple
-
- getTuple() - Method in interface org.hibernate.ogm.compensation.operation.InsertTuple
-
- getTuple() - Method in interface org.hibernate.ogm.compensation.operation.UpdateTupleWithOptimisticLock
-
- getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.cassandra.CassandraDialect
-
- getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
-
- getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.ehcache.EhcacheDialect
-
- getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.infinispan.InfinispanDialect
-
- getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.map.impl.MapDialect
-
- getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
-
- getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
-
- getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
-
- getTuple() - Method in class org.hibernate.ogm.dialect.batch.spi.InsertOrUpdateTupleOperation
-
- getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.dialect.impl.BatchOperationsDelegator
-
- getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.dialect.impl.GridDialectLogger
-
- getTuple(EntityKey, TupleContext) - Method in interface org.hibernate.ogm.dialect.spi.GridDialect
-
Return the tuple with the given column for a given key
- getTuple() - Method in class org.hibernate.ogm.entityentry.impl.OgmEntityEntryState
-
The
Tuple
representing the given entity, as loaded from the datastore.
- getTuple() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
Retrieve the current value for the collection entry
- getTupleContext() - Method in class org.hibernate.ogm.dialect.batch.spi.InsertOrUpdateTupleOperation
-
- getTupleContext() - Method in class org.hibernate.ogm.dialect.batch.spi.RemoveTupleOperation
-
- getTupleContext() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- getTuples(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.impl.CouchDBDatastore
-
- getTuples() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.EntityTupleRows
-
- getTuples(EntityKey[], TupleContext) - Method in class org.hibernate.ogm.datastore.map.impl.MapDialect
-
- getTuples(EntityKey[], TupleContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- getTuples(EntityKey[], TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
-
- getTuples(EntityKey[], TupleContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
-
- getTuples(EntityKey[], TupleContext) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- getTuples(EntityKey[], TupleContext) - Method in class org.hibernate.ogm.dialect.impl.GridDialectLogger
-
- getTuples(EntityKey[], TupleContext) - Method in interface org.hibernate.ogm.dialect.multiget.spi.MultigetGridDialect
-
Return the list of tuples with the given columns for a given list of keys.
- getType() - Method in interface org.hibernate.ogm.compensation.operation.GridDialectOperation
-
Returns the specific type this operation.
- getType() - Method in class org.hibernate.ogm.compensation.operation.impl.CreateAssociationWithKeyImpl
-
- getType() - Method in class org.hibernate.ogm.compensation.operation.impl.CreateTupleImpl
-
- getType() - Method in class org.hibernate.ogm.compensation.operation.impl.CreateTupleWithKeyImpl
-
- getType() - Method in class org.hibernate.ogm.compensation.operation.impl.ExecuteBatchImpl
-
- getType() - Method in class org.hibernate.ogm.compensation.operation.impl.InsertOrUpdateAssociationImpl
-
- getType() - Method in class org.hibernate.ogm.compensation.operation.impl.InsertOrUpdateTupleImpl
-
- getType() - Method in class org.hibernate.ogm.compensation.operation.impl.InsertTupleImpl
-
- getType() - Method in class org.hibernate.ogm.compensation.operation.impl.RemoveAssociationImpl
-
- getType() - Method in class org.hibernate.ogm.compensation.operation.impl.RemoveTupleImpl
-
- getType() - Method in class org.hibernate.ogm.compensation.operation.impl.RemoveTupleWithOptimisticLockImpl
-
- getType() - Method in class org.hibernate.ogm.compensation.operation.impl.UpdateTupleWithOptimisticLockImpl
-
- getType() - Method in class org.hibernate.ogm.dialect.query.spi.TypedGridValue
-
- getType() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getType() - Method in class org.hibernate.ogm.model.impl.DefaultIdSourceKeyMetadata
-
Returns the type of the represented id source.
- getType() - Method in interface org.hibernate.ogm.model.key.spi.IdSourceKeyMetadata
-
Get the type of the represented id source.
- getType() - Method in class org.hibernate.ogm.model.spi.AssociationOperation
-
- getType() - Method in class org.hibernate.ogm.model.spi.TupleOperation
-
- getType() - Method in class org.hibernate.ogm.persister.impl.NotNeededDiscriminator
-
- getType() - Method in class org.hibernate.ogm.persister.impl.TablePerClassDiscriminator
-
- getType(Type) - Method in class org.hibernate.ogm.type.impl.TypeTranslatorImpl
-
- getType(Type) - Method in interface org.hibernate.ogm.type.spi.TypeTranslator
-
Returns the Hibernate OGM type corresponding to the given ORM type.
- getTypeClasses() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.common.externalizer.impl.RowKeyExternalizer
-
- getTypeClasses() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl.AssociationKeyExternalizer
-
- getTypeClasses() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl.EntityKeyExternalizer
-
- getTypeClasses() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl.EntityKeyMetadataExternalizer
-
- getTypeClasses() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl.IdSourceKeyExternalizer
-
- getTypeClasses() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentAssociationKeyExternalizer
-
- getTypeClasses() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentEntityKeyExternalizer
-
- getTypeClasses() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentIdSourceKeyExternalizer
-
- getTypedValue() - Method in class org.hibernate.ogm.util.configurationreader.impl.DefaultClassPropertyReaderContext
-
- getTypedValue() - Method in interface org.hibernate.ogm.util.configurationreader.spi.ClassPropertyReaderContext
-
Get type of the of the property
- getTypeHelper() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getTypeInfo() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getTypeMap() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- getTypeName() - Method in class org.hibernate.ogm.model.spi.EntityMetadataInformation
-
- getTypeResolver() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getUDTs(String, String, String, int[]) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getUnderlyingMap() - Method in class org.hibernate.ogm.datastore.ehcache.dialect.impl.SerializableMapAssociationSnapshot
-
- getUnderlyingMap() - Method in class org.hibernate.ogm.datastore.map.impl.MapAssociationSnapshot
-
- getUnicodeStream(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getUnicodeStream(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getUnique(Class<? extends UniqueOption<V>>) - Method in interface org.hibernate.ogm.options.container.impl.OptionsContainer
-
Returns the value of the unique option of the given type, if present in this container.
- getUnique(Class<O>) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsContextImpl
-
- getUnique(Class<O>) - Method in interface org.hibernate.ogm.options.spi.OptionsContext
-
Returns the value of the unique option of the given type, if present.
- getUnknownAliasException(String) - Method in interface org.hibernate.ogm.util.impl.Log
-
- getUnqualifiedRole() - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
- getUnsupportedElementTypeException(ElementType) - Method in interface org.hibernate.ogm.util.impl.Log
-
- getUnwinds() - Method in class org.hibernate.ogm.datastore.mongodb.query.impl.MongoDBQueryDescriptor
-
- getUnwinds() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBQueryParsingResult
-
- getUpdateCount() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getUpdateOrInsert() - Method in class org.hibernate.ogm.datastore.mongodb.query.impl.MongoDBQueryDescriptor
-
Returns the update (new values to apply) in case this is an UPDATE query or values to insert in case this is an
INSERT query.
- getUpdateTimestampsCache() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- getUrl() - Method in class org.hibernate.ogm.datastore.ehcache.configuration.impl.EhcacheConfiguration
-
- getURL() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getURL(int) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getURL(String) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getUsername() - Method in class org.hibernate.ogm.cfg.spi.DocumentStoreConfiguration
-
- getUserName() - Method in class org.hibernate.ogm.datastore.couchdb.util.impl.DatabaseIdentifier
-
- getUserName() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getValidationMode() - Method in class org.hibernate.ogm.jpa.impl.DelegatorPersistenceUnitInfo
-
- getValue() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.SequenceDocument
-
- getValue() - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentIdSourceKey
-
- getValue() - Method in class org.hibernate.ogm.dialect.query.spi.TypedGridValue
-
- getValue() - Method in class org.hibernate.ogm.model.spi.AssociationOperation
-
- getValue() - Method in class org.hibernate.ogm.model.spi.TupleOperation
-
- getValue() - Method in class org.hibernate.ogm.options.spi.OptionValuePair
-
- getValue() - Method in class org.hibernate.ogm.persister.impl.NotNeededDiscriminator
-
- getValue() - Method in class org.hibernate.ogm.persister.impl.TablePerClassDiscriminator
-
- getValue() - Method in interface org.hibernate.ogm.util.configurationreader.spi.PropertyReaderContext
-
Returns the value of the specified property.
- getValueColumnName() - Method in class org.hibernate.ogm.model.impl.DefaultIdSourceKeyMetadata
-
Returns the value column name for table-based sources, null
otherwise.
- getValueColumnName() - Method in interface org.hibernate.ogm.model.key.spi.IdSourceKeyMetadata
-
Get the value column name for table-based sources, null
otherwise.
- getValueOrNull(Map, String, Class<T>) - Static method in class org.hibernate.ogm.datastore.document.impl.DotPatternMapHelpers
-
- getValueOrNull(Map, String) - Static method in class org.hibernate.ogm.datastore.document.impl.DotPatternMapHelpers
-
- getValueOrNull(DBObject, String, Class<T>) - Static method in class org.hibernate.ogm.datastore.mongodb.dialect.impl.MongoHelpers
-
- getValueOrNull(DBObject, String) - Static method in class org.hibernate.ogm.datastore.mongodb.dialect.impl.MongoHelpers
-
- getVersionColumns(String, String, String) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- getVersionString() - Static method in class org.hibernate.ogm.cfg.impl.Version
-
Get the current version of Hibernate OGM.
- getViews() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument
-
- getWarnings() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- getWarnings() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- getWarnings() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- getWorkBucketsFor(EntityKeyMetadata...) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.LocalCacheManager
-
Groups the given entity types by the caches they are stored in.
- getWorkBucketsFor(EntityKeyMetadata...) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.impl.OnePerKindCacheManager
-
- getWorkBucketsFor(EntityKeyMetadata...) - Method in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.impl.PerTableCacheManager
-
- getWrappedDialect(GridDialect) - Static method in class org.hibernate.ogm.dialect.impl.GridDialects
-
Returns the actual grid dialect type which may either be the type of the given dialect itself of the type of the
wrapped dialect in case the given dialect is a
ForwardingGridDialect
.
- getWriteConcern() - Method in enum org.hibernate.ogm.datastore.mongodb.options.WriteConcernType
-
Get the write concern
- GlobalContext<G extends GlobalContext<G,E>,E extends EntityContext<E,?>> - Interface in org.hibernate.ogm.options.navigation
-
Entry point to the options navigation API.
- GraphDatabaseServiceFactory - Interface in org.hibernate.ogm.datastore.neo4j.spi
-
Contains methods to create a GraphDatabaseService
.
- GraphLogger - Class in org.hibernate.ogm.datastore.neo4j.logging.impl
-
Utility methods to lgo information about graph elements
- GRID_DIALECT - Static variable in interface org.hibernate.ogm.cfg.OgmProperties
-
- GridDialect - Interface in org.hibernate.ogm.dialect.spi
-
Dialect abstracting Hibernate OGM from the grid implementation.
- gridDialect(GridDialect) - Method in class org.hibernate.ogm.util.impl.AssociationPersister
-
- gridDialectHasNoProperConstructor(Class<?>) - Method in interface org.hibernate.ogm.util.impl.Log
-
- GridDialectInitiator - Class in org.hibernate.ogm.dialect.impl
-
- GridDialectLogger - Class in org.hibernate.ogm.dialect.impl
-
A wrapper dialect that logs any performance-relevant calls performed on the real dialect.
- GridDialectLogger(GridDialect) - Constructor for class org.hibernate.ogm.dialect.impl.GridDialectLogger
-
- GridDialectOperation - Interface in org.hibernate.ogm.compensation.operation
-
- GridDialects - Class in org.hibernate.ogm.dialect.impl
-
Useful functionality for handling grid dialects and their facets.
- GridType - Interface in org.hibernate.ogm.type.spi
-
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.impl
-
Delegates non persistence operations to the underlying Hibernate Core Type.
- GridTypeDescriptor - Interface in org.hibernate.ogm.type.descriptor.impl
-
Descriptor for the grid side of a value mapping.
- GridValueBinder<X> - Interface in org.hibernate.ogm.type.descriptor.impl
-
Contract to bind a value to the resultset
- GridValueExtractor<X> - Interface in org.hibernate.ogm.type.descriptor.impl
-
Extract value from the result set
- ID_FIELDNAME - Static variable in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- Identifier - Class in org.hibernate.ogm.datastore.couchdb.util.impl
-
Generates the ids used to create the
Document
- Identifier() - Constructor for class org.hibernate.ogm.datastore.couchdb.util.impl.Identifier
-
- identifier(StringBuilder, String) - Static method in class org.hibernate.ogm.datastore.neo4j.query.parsing.cypherdsl.impl.CypherDSL
-
- identifier(String, String) - Static method in class org.hibernate.ogm.datastore.neo4j.query.parsing.cypherdsl.impl.CypherDSL
-
- identifier(StringBuilder, String, String) - Static method in class org.hibernate.ogm.datastore.neo4j.query.parsing.cypherdsl.impl.CypherDSL
-
- IDENTIFIER_CACHE - Static variable in class org.hibernate.ogm.datastore.ehcache.persistencestrategy.common.impl.CacheNames
-
- IDENTIFIER_CACHE - Static variable in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.impl.CacheNames
-
- IDENTIFIERS - Static variable in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
-
- IdentityColumnAwareGridDialect - Interface in org.hibernate.ogm.dialect.identity.spi
-
A
GridDialect
facet to be implemented by those stores which support the generation of ids during the
insertion of records (similar to identity columns in RDMBS such as MySQL's auto-increment column type).
- IdentityColumnAwareGridDialectInitiator - Class in org.hibernate.ogm.dialect.impl
-
- idFetchSize(int) - Method in class org.hibernate.ogm.massindex.impl.OgmMassIndexer
-
- IdSourceKey - Class in org.hibernate.ogm.model.key.spi
-
Represents a source of an id sequence such as a table (row) or a physical sequence.
- IdSourceKeyExternalizer - Class in org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl
-
An externalizer for serializing and de-serializing
IdSourceKey
instances.
- IdSourceKeyMetadata - Interface in org.hibernate.ogm.model.key.spi
-
Meta-data about an id sequence source.
- IdSourceKeyMetadata.IdSourceType - Enum in org.hibernate.ogm.model.key.spi
-
The type of an id sequence source.
- illegalDatabaseValue(int) - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
-
- illegalDiscrimantorType(String) - Method in interface org.hibernate.ogm.util.impl.Log
-
- illegalPortValue(int) - Method in interface org.hibernate.ogm.util.impl.Log
-
- Immutable - Annotation Type in org.hibernate.ogm.util.impl
-
Documents that the value assigned to the annotated field is immutable and thus safe for concurrent access.
- increase(int) - Method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.SequenceDocument
-
- INCREMENT_PARAM - Static variable in class org.hibernate.ogm.id.impl.OgmGeneratorBase
-
- indexOf(T[], T) - Static method in class org.hibernate.ogm.util.impl.ArrayHelper
-
Return the position of an element inside an array
- indexWithNoColumns(String, String) - Method in interface org.hibernate.ogm.datastore.cassandra.logging.impl.Log
-
- Infinispan - Class in org.hibernate.ogm.datastore.infinispan
-
Allows to configure options specific to the Infinispan data store.
- Infinispan() - Constructor for class org.hibernate.ogm.datastore.infinispan.Infinispan
-
- InfinispanConfiguration - Class in org.hibernate.ogm.datastore.infinispan.configuration.impl
-
- InfinispanConfiguration() - Constructor for class org.hibernate.ogm.datastore.infinispan.configuration.impl.InfinispanConfiguration
-
- InfinispanConfigurationParser - Class in org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl
-
- InfinispanConfigurationParser() - Constructor for class org.hibernate.ogm.datastore.infinispan.persistencestrategy.impl.InfinispanConfigurationParser
-
- 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<EK,AK,ISK> - Class in org.hibernate.ogm.datastore.infinispan
-
EK is the entity cache key type
AK is the association cache key type
ISK is the identity source cache key type
- InfinispanDialect(InfinispanDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.infinispan.InfinispanDialect
-
- InfinispanEntityContext - Interface in org.hibernate.ogm.datastore.infinispan.options.navigation
-
Allows to configure Infinispan-specific options applying on a global level.
- InfinispanEntityContextImpl - Class in org.hibernate.ogm.datastore.infinispan.options.navigation.impl
-
Converts Infinispan entity-level options.
- InfinispanEntityContextImpl(ConfigurationContext) - Constructor for class org.hibernate.ogm.datastore.infinispan.options.navigation.impl.InfinispanEntityContextImpl
-
- InfinispanGlobalContext - Interface in org.hibernate.ogm.datastore.infinispan.options.navigation
-
Allows to configure Infinispan-specific options applying on a global level.
- InfinispanGlobalContextImpl - Class in org.hibernate.ogm.datastore.infinispan.options.navigation.impl
-
Converts global Infinispan options.
- InfinispanGlobalContextImpl(ConfigurationContext) - Constructor for class org.hibernate.ogm.datastore.infinispan.options.navigation.impl.InfinispanGlobalContextImpl
-
- InfinispanPessimisticWriteLockingStrategy<EK> - Class in org.hibernate.ogm.datastore.infinispan.dialect.impl
-
- InfinispanPessimisticWriteLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.ogm.datastore.infinispan.dialect.impl.InfinispanPessimisticWriteLockingStrategy
-
- InfinispanProperties - Class in org.hibernate.ogm.datastore.infinispan
-
- InfinispanPropertyContext - Interface in org.hibernate.ogm.datastore.infinispan.options.navigation
-
Allows to configure Infinispan-specific options for a single property.
- InfinispanPropertyContextImpl - Class in org.hibernate.ogm.datastore.infinispan.options.navigation.impl
-
Converts Infinispan property-level options.
- InfinispanPropertyContextImpl(ConfigurationContext) - Constructor for class org.hibernate.ogm.datastore.infinispan.options.navigation.impl.InfinispanPropertyContextImpl
-
- InfinispanTupleSnapshot - Class in org.hibernate.ogm.datastore.infinispan.dialect.impl
-
- InfinispanTupleSnapshot(FineGrainedAtomicMap<String, Object>) - Constructor for class org.hibernate.ogm.datastore.infinispan.dialect.impl.InfinispanTupleSnapshot
-
- init() - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider.OgmTransactionManagerLookupDelegate
-
- initConfiguration(Map<?, ?>) - Method in class org.hibernate.ogm.datastore.infinispan.configuration.impl.InfinispanConfiguration
-
Initialize the internal values form the given
Map
.
- INITIAL_PARAM - Static variable in class org.hibernate.ogm.id.impl.OgmGeneratorBase
-
- initialize(Map) - Method in class org.hibernate.ogm.datastore.ehcache.configuration.impl.EhcacheConfiguration
-
Initialize the internal values from the given
Map
.
- initialize(Map<?, ?>) - Method in class org.hibernate.ogm.datastore.neo4j.impl.EmbeddedGraphDatabaseFactory
-
- initialize(Map<?, ?>) - Method in interface org.hibernate.ogm.datastore.neo4j.spi.GraphDatabaseServiceFactory
-
Called after the creation of the factory can be used to read the configuration.
- initialize(Serializable, SessionImplementor) - Method in class org.hibernate.ogm.loader.impl.OgmBasicCollectionLoader
-
- initialize(Properties) - Method in class org.hibernate.ogm.massindex.impl.OgmMassIndexerFactory
-
- initializeLazyProperty(String, Object, SessionImplementor) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- initializePersistenceStrategy(CacheMappingType, Set<EntityKeyMetadata>, Set<AssociationKeyMetadata>, Set<IdSourceKeyMetadata>) - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
-
Initializes the persistence strategy to be used when accessing the datastore.
- initializePersistenceStrategy(CacheMappingType, Set<EntityKeyMetadata>, Set<AssociationKeyMetadata>, Set<IdSourceKeyMetadata>) - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
-
Initializes the persistence strategy to be used when accessing the datastore.
- initializeSchema(SchemaDefiner.SchemaDefinitionContext) - Method in class org.hibernate.ogm.datastore.cassandra.impl.CassandraSchemaDefiner
-
- initializeSchema(SchemaDefiner.SchemaDefinitionContext) - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBSchemaSchemaDefiner
-
- initializeSchema(SchemaDefiner.SchemaDefinitionContext) - Method in class org.hibernate.ogm.datastore.ehcache.impl.CacheInitializer
-
- initializeSchema(SchemaDefiner.SchemaDefinitionContext) - Method in class org.hibernate.ogm.datastore.infinispan.impl.CacheInitializer
-
- initializeSchema(SchemaDefiner.SchemaDefinitionContext) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jSchemaDefiner
-
- initializeSchema(SchemaDefiner.SchemaDefinitionContext) - Method in class org.hibernate.ogm.datastore.spi.BaseSchemaDefiner
-
- initializeSchema(SchemaDefiner.SchemaDefinitionContext) - Method in interface org.hibernate.ogm.datastore.spi.SchemaDefiner
-
Initializes the schema in the datastore.
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.impl.DatastoreProviderInitiator
-
- initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.impl.SchemaDefinerInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManagerInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.dialect.impl.GridDialectInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.dialect.impl.IdentityColumnAwareGridDialectInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.dialect.impl.MultigetGridDialectInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.dialect.impl.OgmDialectFactoryInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.dialect.impl.OptimisticLockingAwareGridDialectInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.dialect.impl.QueryableGridDialectInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.jdbc.impl.OgmConnectionProviderInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.jpa.impl.OgmMutableIdentifierGeneratorFactoryInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.jpa.impl.OgmPersisterClassResolverInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsServiceInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.query.impl.OgmQueryTranslatorFactoryInitiator
-
- initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.service.impl.NativeNoSqlQueryInterpreterInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.service.impl.OgmJdbcServicesInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.service.impl.OgmSessionFactoryServiceRegistryFactoryInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.transaction.impl.OgmJtaPlatformInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.transaction.impl.OgmTransactionCoordinatorBuilderInitiator
-
- initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in class org.hibernate.ogm.type.impl.TypeTranslatorInitiator
-
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.cassandra.impl.CassandraDatastoreProvider
-
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBDatastoreProvider
-
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.ehcache.impl.EhcacheDatastoreProvider
-
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.infinispan.impl.InfinispanDatastoreProvider
-
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.mongodb.impl.MongoDBDatastoreProvider
-
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
-
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
-
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.options.navigation.impl.OptionsServiceImpl
-
- Insert() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.nativequery.impl.NativeQueryParser
-
- insert(Object[], Object, SessionImplementor) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- insert(Serializable, Object[], Object, SessionImplementor) - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- insertEntity(GraphDatabaseService, Object[]) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jEntityQueries
-
Creates the node corresponding to an entity.
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.compensation.impl.InvocationCollectingGridDialect
-
- InsertOrUpdateAssociation - Interface in org.hibernate.ogm.compensation.operation
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.cassandra.CassandraDialect
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.ehcache.EhcacheDialect
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.infinispan.InfinispanDialect
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.map.impl.MapDialect
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.dialect.impl.BatchOperationsDelegator
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.dialect.impl.GridDialectLogger
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in interface org.hibernate.ogm.dialect.spi.GridDialect
-
Inserts or updates the given association in the datastore.
- InsertOrUpdateAssociationImpl - Class in org.hibernate.ogm.compensation.operation.impl
-
- InsertOrUpdateAssociationImpl(AssociationKey, Association) - Constructor for class org.hibernate.ogm.compensation.operation.impl.InsertOrUpdateAssociationImpl
-
- InsertOrUpdateAssociationOperation - Class in org.hibernate.ogm.dialect.batch.spi
-
Contains the data required to update an association
- InsertOrUpdateAssociationOperation(Association, AssociationKey, AssociationContext) - Constructor for class org.hibernate.ogm.dialect.batch.spi.InsertOrUpdateAssociationOperation
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.compensation.impl.InvocationCollectingGridDialect
-
- InsertOrUpdateTuple - Interface in org.hibernate.ogm.compensation.operation
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.datastore.cassandra.CassandraDialect
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.datastore.ehcache.EhcacheDialect
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.datastore.infinispan.InfinispanDialect
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.datastore.map.impl.MapDialect
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.dialect.impl.BatchOperationsDelegator
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.dialect.impl.GridDialectLogger
-
- insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in interface org.hibernate.ogm.dialect.spi.GridDialect
-
Inserts or updates the tuple corresponding to the given entity key.
- InsertOrUpdateTupleImpl - Class in org.hibernate.ogm.compensation.operation.impl
-
- InsertOrUpdateTupleImpl(EntityKey, Tuple) - Constructor for class org.hibernate.ogm.compensation.operation.impl.InsertOrUpdateTupleImpl
-
- InsertOrUpdateTupleOperation - Class in org.hibernate.ogm.dialect.batch.spi
-
Contains the data required to update a tuple
- InsertOrUpdateTupleOperation(Tuple, EntityKey, TupleContext) - Constructor for class org.hibernate.ogm.dialect.batch.spi.InsertOrUpdateTupleOperation
-
- insertRow() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- insertRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
- insertsAreDetected(int) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- insertTuple(EntityKeyMetadata, Tuple, TupleContext) - Method in class org.hibernate.ogm.compensation.impl.InvocationCollectingGridDialect
-
- InsertTuple - Interface in org.hibernate.ogm.compensation.operation
-
- insertTuple(EntityKeyMetadata, Tuple, TupleContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- insertTuple(EntityKeyMetadata, Tuple, TupleContext) - Method in interface org.hibernate.ogm.dialect.identity.spi.IdentityColumnAwareGridDialect
-
Inserts the given tuple into the datastore, generating an id while doing so.
- insertTuple(EntityKeyMetadata, Tuple, TupleContext) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- InsertTupleImpl - Class in org.hibernate.ogm.compensation.operation.impl
-
- InsertTupleImpl(EntityKeyMetadata, Tuple) - Constructor for class org.hibernate.ogm.compensation.operation.impl.InsertTupleImpl
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.cassandra.type.impl.BufferingGridTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraCalendarDateType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraCalendarType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraCharacterType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraDateType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraPrimitiveByteArrayType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraTimeType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraTrueFalseType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraUuidType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.cassandra.type.impl.CassandraYesNoType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.cassandra.type.impl.DateGridTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.cassandra.type.impl.TimeGridTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBAssociationRowFactory
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBBlobType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBByteType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBLongType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.couchdb.dialect.type.impl.CouchDBStringType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.impl.DatastoreProviderInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.impl.EmptyAssociationSnapshot
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.impl.EmptyTupleSnapshot
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.impl.SchemaDefinerInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.common.externalizer.impl.RowKeyExternalizer
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl.AssociationKeyExternalizer
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl.EntityKeyExternalizer
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl.EntityKeyMetadataExternalizer
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.kind.externalizer.impl.IdSourceKeyExternalizer
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentAssociationKeyExternalizer
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentEntityKeyExternalizer
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.infinispan.persistencestrategy.table.externalizer.impl.PersistentIdSourceKeyExternalizer
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.mongodb.dialect.impl.MongoDBAssociationRowFactory
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.mongodb.type.impl.ObjectIdGridType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.mongodb.type.impl.ObjectIdTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.mongodb.type.impl.StringAsObjectIdGridType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.mongodb.type.impl.StringAsObjectIdTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jTypeConverter
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociationRowFactory
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayMappedGridTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashTypeConverter
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.json.RedisJsonTypeConverter
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.RedisJsonBlobType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.RedisJsonByteType
-
- INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.RedisJsonLongType
-
- INSTANCE - Static variable in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManagerInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManagingAutoFlushEventListener.EventContextManagingAutoFlushEventListenerDuplicationStrategy
-
- INSTANCE - Static variable in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManagingFlushEventListener.EventContextManagingFlushEventListenerDuplicationStrategy
-
- INSTANCE - Static variable in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManagingPersistEventListener.EventContextManagingPersistEventListenerDuplicationStrategy
-
- INSTANCE - Static variable in class org.hibernate.ogm.dialect.impl.GridDialectInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.dialect.impl.IdentityColumnAwareGridDialectInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.dialect.impl.MultigetGridDialectInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.dialect.impl.OgmDialectFactoryInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.dialect.impl.OptimisticLockingAwareGridDialectInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.dialect.impl.QueryableGridDialectInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.dialect.query.spi.NoOpParameterMetadataBuilder
-
- INSTANCE - Static variable in class org.hibernate.ogm.jdbc.impl.OgmConnectionProviderInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.jpa.impl.OgmMutableIdentifierGeneratorFactoryInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.jpa.impl.OgmPersisterClassResolverInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.options.navigation.impl.OptionsServiceInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.persister.impl.NotNeededDiscriminator
-
- INSTANCE - Static variable in class org.hibernate.ogm.query.impl.OgmQueryTranslatorFactoryInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.service.impl.NativeNoSqlQueryInterpreterInitiator
-
- 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.OgmTransactionCoordinatorBuilderInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.impl.ByteArrayMappedGridTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.impl.ByteMappedGridTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.impl.CalendarTimeZoneDateTimeTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.impl.CharMappedGridTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.impl.IntegerMappedGridTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.impl.LongMappedGridTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.impl.PassThroughGridTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.impl.StringMappedGridTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.impl.TimestampDateTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.descriptor.impl.WrappedGridTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.BigDecimalPassThroughType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.BigDecimalType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.BigIntegerType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.BooleanType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.ByteArrayStringType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.ByteMappedType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.ByteStringType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.ByteType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.CalendarDateType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.CalendarType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.CharacterStringType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.CharacterType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.ClassType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.DateType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.DoubleType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.FloatType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.IntegerType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.LongMappedType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.LongType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.NumericBooleanType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.PrimitiveByteArrayMappedType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.PrimitiveByteArrayStringType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.PrimitiveByteArrayType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.ShortType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.StringCalendarDateType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.StringDateTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.StringType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.TimestampType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.TimeType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.TrueFalseType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.TypeTranslatorInitiator
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.UrlType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.UUIDType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.WrapperBinaryType
-
- INSTANCE - Static variable in class org.hibernate.ogm.type.impl.YesNoType
-
- instantiate(EntityPersister, Serializable) - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionImpl
-
- instantiate() - Method in interface org.hibernate.ogm.util.configurationreader.spi.PropertyReaderContext
-
Returns a context which allows to specify how the implementation type represented by the given property should be
instantiated.
- Instantiator<T> - Interface in org.hibernate.ogm.util.configurationreader.impl
-
Implementations instantiate given classes.
- Integer() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.nativequery.impl.NativeQueryParser
-
- INTEGER - Static variable in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
-
- IntegerMappedGridTypeDescriptor - Class in org.hibernate.ogm.type.descriptor.impl
-
- IntegerMappedGridTypeDescriptor() - Constructor for class org.hibernate.ogm.type.descriptor.impl.IntegerMappedGridTypeDescriptor
-
- IntegerType - Class in org.hibernate.ogm.type.impl
-
Represents an Integer type
- IntegerType() - Constructor for class org.hibernate.ogm.type.impl.IntegerType
-
- integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.ogm.service.impl.OgmIntegrator
-
- InternalProperties - Class in org.hibernate.ogm.cfg.impl
-
Constants used within OGM, not intended for public use.
- InternalProperties - Class in org.hibernate.ogm.datastore.neo4j.impl
-
Internal properties not intended to be set by the user.
- interruptedBatchIndexing() - Method in interface org.hibernate.ogm.util.impl.Log
-
- invalidConfigurationUrl(String, String) - Method in interface org.hibernate.ogm.util.impl.Log
-
- inverse(boolean) - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata.Builder
-
- InvocationCollectingGridDialect - Class in org.hibernate.ogm.compensation.impl
-
A grid dialect which tracks all applied and failing operations and passes them on to the
OperationCollector
which in turn makes them available to the registered
ErrorHandler
.
- InvocationCollectingGridDialect(GridDialect, EventContextManager) - Constructor for class org.hibernate.ogm.compensation.impl.InvocationCollectingGridDialect
-
- isActive() - Method in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManager
-
Whether the event context currently is active (i.e.
- isActive() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinator
-
- isActive() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinatorOwner
-
- isAfterLast() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- isAnyType() - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- isAnyType() - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- isAnyType() - Method in interface org.hibernate.ogm.type.spi.GridType
-
Return true if the implementation is castable to
AnyType
.
- isAssociation(String, List<String>) - Method in class org.hibernate.ogm.query.parsing.impl.ParserPropertyHelper
-
Check if the path to the property correspond to an association.
- isAssociationType() - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- isAssociationType() - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- isAssociationType() - Method in interface org.hibernate.ogm.type.spi.GridType
-
- isBatchLoadable() - Method in class org.hibernate.ogm.persister.impl.OgmEntityPersister
-
- isBeforeFirst() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- isBound(Parameter<?>) - Method in class org.hibernate.ogm.jpa.impl.LetThroughExecuteUpdateQuery
-
- isCallable() - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- isCascadeDeleteEnabled() - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
- isCatalogAtStart() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- isClosed() - Method in class org.hibernate.ogm.dialect.batch.spi.OperationsQueue
-
- isClosed() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- isClosed() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- isClosed() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- isClosed() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- isCloseOnCompletion() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- isCluster() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisConfiguration
-
- isCluster() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
-
- isClusterMode() - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
-
- isCollectionType() - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- isCollectionType() - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- isCollectionType() - Method in interface org.hibernate.ogm.type.spi.GridType
-
- isComponentType() - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- isComponentType() - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- isComponentType() - Method in interface org.hibernate.ogm.type.spi.GridType
-
- isCreateDatabase() - Method in class org.hibernate.ogm.cfg.spi.DocumentStoreConfiguration
-
- isCreatedOnInsert() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBTupleSnapshot
-
Whether this snapshot has been created during an insert or not.
- isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- isDirty(Object, Object, SessionImplementor) - Method in interface org.hibernate.ogm.type.spi.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.spi.GridType
-
Should the parent be considered dirty, given both the old and current value?
- isEmbeddedProperty(String) - Static method in class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.impl.EntityDocument
-
- isEmbeddedProperty(String) - Static method in class org.hibernate.ogm.datastore.redis.dialect.value.Entity
-
- isEmbeddedProperty(String, List<String>) - Method in class org.hibernate.ogm.query.parsing.impl.ParserPropertyHelper
-
Checks if the path leads to an embedded property or association.
- isEmpty() - Method in class org.hibernate.ogm.datastore.couchdb.dialect.model.impl.CouchDBTupleSnapshot
-
- isEmpty() - Method in class org.hibernate.ogm.datastore.document.association.spi.AssociationRow
-
- isEmpty() - Method in class org.hibernate.ogm.datastore.impl.EmptyTupleSnapshot
-
- isEmpty() - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
-
- isEmpty() - Method in class org.hibernate.ogm.datastore.infinispan.dialect.impl.InfinispanTupleSnapshot
-
- isEmpty() - Method in class org.hibernate.ogm.datastore.map.impl.MapTupleSnapshot
-
- isEmpty() - Method in class org.hibernate.ogm.datastore.mongodb.dialect.impl.MongoDBTupleSnapshot
-
- isEmpty() - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jTupleAssociationSnapshot
-
- isEmpty() - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jTupleSnapshot
-
- isEmpty() - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisTupleSnapshot
-
- isEmpty() - Method in class org.hibernate.ogm.model.spi.Association
-
Whether this association contains no rows.
- isEmpty() - Method in interface org.hibernate.ogm.model.spi.TupleSnapshot
-
Check if the tuple contains some values
- isEmpty(String) - Static method in class org.hibernate.ogm.util.impl.StringHelper
-
- isEmptyOrContainsOnlyNull(Object[]) - Static method in class org.hibernate.ogm.util.impl.CollectionHelper
-
- isEntityType() - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- isEntityType() - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- isEntityType() - Method in interface org.hibernate.ogm.type.spi.GridType
-
Return true if the implementation is castable to
EntityType
.
- isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- isEqual(Object, Object) - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- isEqual(Object, Object) - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- isEqual(Object, Object) - Method in interface org.hibernate.ogm.type.spi.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.spi.GridType
-
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent
state).
- isEventContextRequired(Map<Object, Object>, SessionFactoryServiceRegistry) - Static method in class org.hibernate.ogm.dialect.eventstate.impl.EventContextManager
-
Whether any components will make use of the event context or not.
- isFirst() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- isForced() - Method in class org.hibernate.ogm.persister.impl.NotNeededDiscriminator
-
- isForced() - Method in class org.hibernate.ogm.persister.impl.TablePerClassDiscriminator
-
- isIdProperty(String, List<String>) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jPropertyHelper
-
- isIdProperty(OgmEntityPersister, List<String>) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jPropertyHelper
-
Check if the property is part of the identifier of the entity.
- isInverse() - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata
-
Whether this key meta-data represents the inverse side of a bi-directional association.
- isInverse() - Method in interface org.hibernate.ogm.model.key.spi.AssociationKeyMetadata
-
Whether this key meta-data represents the inverse side of a bi-directional association.
- isJoined() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinator
-
- isJoinedToTransaction() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- isJta() - Method in class org.hibernate.ogm.compensation.impl.ErrorHandlerEnabledTransactionCoordinatorBuilder
-
- isJta() - Method in class org.hibernate.ogm.datastore.neo4j.transaction.impl.Neo4jTransactionCoordinatorBuilder
-
- isJta() - Method in class org.hibernate.ogm.transaction.emulated.impl.EmulatedLocalTransactionCoordinatorBuilder
-
- isJta() - Method in class org.hibernate.ogm.transaction.impl.ForwardingTransactionCoordinatorBuilder
-
- isKeyColumn(String) - Method in class org.hibernate.ogm.datastore.mongodb.dialect.impl.MongoDBTupleSnapshot
-
- isKeyColumn(String) - Method in class org.hibernate.ogm.model.impl.DefaultAssociationKeyMetadata
-
Whether the given column is part of this key family or not.
- isKeyColumn(String) - Method in class org.hibernate.ogm.model.impl.DefaultEntityKeyMetadata
-
Whether the given column is part of this key family or not.
- isKeyColumn(String) - Method in interface org.hibernate.ogm.model.key.spi.AssociationKeyMetadata
-
Whether the given column is part of this key family or not.
- isKeyColumn(String) - Method in interface org.hibernate.ogm.model.key.spi.EntityKeyMetadata
-
Whether the given column is part of this key family or not.
- isLast() - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- isManipulationStatement() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- isManyToMany() - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
- isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- isModified(Object, Object, boolean[], SessionImplementor) - Method in interface org.hibernate.ogm.type.spi.GridType
-
- isMutable() - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- isMutable() - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- isMutable() - Method in interface org.hibernate.ogm.type.spi.GridType
-
Are objects of this type mutable.
- isNeeded() - Method in class org.hibernate.ogm.persister.impl.NotNeededDiscriminator
-
- isNeeded() - Method in class org.hibernate.ogm.persister.impl.TablePerClassDiscriminator
-
- isNestedProperty(List<String>) - Method in class org.hibernate.ogm.query.parsing.impl.ParserPropertyHelper
-
Check if the property path is a nested property.
- isNew() - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jTupleSnapshot
-
Whether this snapshot has been newly created (meaning it doesn't have an actual Node
yet) or not.
- isNullOrEmptyString(Object) - Static method in class org.hibernate.ogm.util.impl.StringHelper
-
- Iso8601CalendarTypeDescriptor - Class in org.hibernate.ogm.type.descriptor.impl
-
Converts
Calendar
s into ISO8601-compliant strings and vice versa.
- Iso8601DateTypeDescriptor - Class in org.hibernate.ogm.type.descriptor.impl
-
Converts
Date
s into ISO8601-compliant strings and vice versa.
- Iso8601StringCalendarType - Class in org.hibernate.ogm.type.impl
-
Type for persisting
Calendar
objects as String adhering to the ISO8601 format, either with or without time
information but always with time zone information.
- Iso8601StringDateType - Class in org.hibernate.ogm.type.impl
-
Type for persisting
Date
objects as String adhering to the ISO8601 format, either with or without time
information.
- isOgmEnabled() - Method in class org.hibernate.ogm.boot.impl.OgmConfigurationServiceImpl
-
- isOgmEnabled() - Method in interface org.hibernate.ogm.service.impl.OgmConfigurationService
-
- isOneToMany() - Method in class org.hibernate.ogm.persister.impl.OgmCollectionPersister
-
- isOpen() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManager
-
- isOpen() - Method in class org.hibernate.ogm.jpa.impl.OgmEntityManagerFactory
-
- isOptionalMatch(String) - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jAliasResolver
-
Tells if the alias has to be used in the OPTIONAL MATCH part of the query.
- isOrdinal() - Method in class org.hibernate.ogm.type.impl.EnumType
-
- isPartOfAssociation(String) - Method in class org.hibernate.ogm.dialect.impl.TupleContextImpl
-
- isPartOfAssociation(String) - Method in interface org.hibernate.ogm.dialect.spi.TupleContext
-
Whether the given column is part of a *-to-one association or not.
- isPartOfEmbedded(String) - Static method in class org.hibernate.ogm.util.impl.EmbeddedHelper
-
- isPartOfRegularEmbedded(String[], String) - Static method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
-
A regular embedded is an element that it is embedded but it is not a key or a collection.
- isPersisterReferenceAlias() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBQueryResolverDelegate
-
- isPersisterReferenceAlias() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jQueryResolverDelegate
-
- isPoolable() - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- isReadOnly() - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- isReadOnly() - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- isSame(Object, Object) - Method in class org.hibernate.ogm.type.impl.AbstractGenericBasicType
-
- isSame(Object, Object) - Method in class org.hibernate.ogm.type.impl.GridTypeDelegatingToCoreType
-
- isSame(Object, Object) - Method in interface org.hibernate.ogm.type.spi.GridType
-
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent
state) taking a shortcut for entity references.
- isShortName(String) - Static method in enum org.hibernate.ogm.datastore.impl.AvailableDatastoreProvider
-
- isShortName(String) - Method in interface org.hibernate.ogm.util.configurationreader.spi.ShortNameResolver
-
Does not accept null values for the name
parameter.
- isSimpleProperty(List<String>) - Method in class org.hibernate.ogm.query.parsing.impl.ParserPropertyHelper
-
Check if the property path is a simple property.
- isSingleHost() - Method in class org.hibernate.ogm.cfg.spi.Hosts
-
- isSsl() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisConfiguration
-
- isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.datastore.cassandra.CassandraDialect
-
- isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.datastore.couchdb.CouchDBDialect
-
- isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.datastore.ehcache.EhcacheDialect
-
- isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.datastore.infinispan.InfinispanDialect
-
- isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.datastore.map.impl.MapDialect
-
- isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
-
- isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
-
- isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
-
- isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.dialect.impl.ForwardingGridDialect
-
- isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.dialect.impl.GridDialectLogger
-
- isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in interface org.hibernate.ogm.dialect.spi.GridDialect
-
Whether the specified association is stored within an entity structure or not.
- isUnqualifiedPropertyReference() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBQueryResolverDelegate
-
- isUnqualifiedPropertyReference() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jQueryResolverDelegate
-
- isUnwrappableAs(Class) - Method in class org.hibernate.ogm.jdbc.impl.NoopConnectionProvider
-
- isValid(int) - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- isWrapperFor(Class<?>) - Method in class org.hibernate.ogm.jdbc.impl.NoopConnection
-
- isWrapperFor(Class<?>) - Method in class org.hibernate.ogm.jdbc.impl.NoopDatabaseMetaData
-
- isWrapperFor(Class<?>) - Method in class org.hibernate.ogm.jdbc.impl.NoopStatement
-
- isWrapperFor(Class<?>) - Method in class org.hibernate.ogm.jdbc.impl.TupleAsMapResultSet
-
- iterate(QueryParameters, EventSource) - Method in class org.hibernate.ogm.query.impl.FullTextSearchQueryTranslator
-
- iterate() - Method in class org.hibernate.ogm.query.impl.NoSQLQueryImpl
-
- iterate(QueryParameters, EventSource) - Method in class org.hibernate.ogm.query.impl.OgmQueryTranslator
-
- iterateEntityNameResolvers() - Method in class org.hibernate.ogm.hibernatecore.impl.OgmSessionFactoryImpl
-
- iterator() - Method in class org.hibernate.ogm.cfg.spi.Hosts
-
- iterator() - Method in class org.hibernate.ogm.datastore.impl.SetFromCollection
-
- iterator() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.impl.MongoDBProcessingChain
-
- iterator() - Method in class org.hibernate.ogm.datastore.neo4j.query.parsing.impl.Neo4jProcessingChain
-
- validate(T) - Method in interface org.hibernate.ogm.util.configurationreader.spi.PropertyValidator
-
Validates the given property value.
- validateMapping(SchemaDefiner.SchemaDefinitionContext) - Method in class org.hibernate.ogm.datastore.couchdb.impl.CouchDBSchemaSchemaDefiner
-
- validateMapping(SchemaDefiner.SchemaDefinitionContext) - Method in class org.hibernate.ogm.datastore.mongodb.impl.MongoDBEntityMappingValidator
-
- validateMapping(SchemaDefiner.SchemaDefinitionContext) - Method in class org.hibernate.ogm.datastore.spi.BaseSchemaDefiner
-
- validateMapping(SchemaDefiner.SchemaDefinitionContext) - Method in interface org.hibernate.ogm.datastore.spi.SchemaDefiner
-
Validates the mapped objects such as entities, id generators etc.
- validateScrollability() - Method in class org.hibernate.ogm.query.impl.LegacyParserBridgeQueryTranslator
-
- Validators - Class in org.hibernate.ogm.util.configurationreader.impl
-
Provides common property implementations.
- Value() - Method in class org.hibernate.ogm.datastore.mongodb.query.parsing.nativequery.impl.NativeQueryParser
-
- VALUE_COLUMN_PARAM - Static variable in class org.hibernate.ogm.id.impl.OgmTableGenerator
-
- valueOf(String) - Static method in enum org.hibernate.ogm.compensation.ErrorHandlingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.compensation.operation.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.datastore.cassandra.impl.CassandraTypeMapper
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.datastore.document.options.AssociationStorageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.datastore.document.options.MapStorageType
-
Returns the enum constant of this type with the specified name.
- 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.keyvalue.options.CacheMappingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.datastore.mongodb.dialect.impl.AssociationStorageStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.datastore.mongodb.dialect.impl.MongoDBTupleSnapshot.SnapshotType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.datastore.mongodb.options.AssociationDocumentStorageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.datastore.mongodb.options.AuthenticationMechanismType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.datastore.mongodb.options.ReadPreferenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.datastore.mongodb.options.WriteConcernType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.datastore.mongodb.query.impl.MongoDBQueryDescriptor.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.datastore.neo4j.dialect.impl.NodeLabel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.dialect.spi.DuplicateInsertPreventionStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.model.key.spi.AssociationKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.model.key.spi.AssociationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.model.key.spi.IdSourceKeyMetadata.IdSourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.model.spi.AssociationOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.ogm.model.spi.TupleOperationType
-
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.compensation.ErrorHandlingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.ogm.compensation.operation.OperationType
-
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.cassandra.impl.CassandraTypeMapper
-
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.document.options.AssociationStorageType
-
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.document.options.MapStorageType
-
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.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.keyvalue.options.CacheMappingType
-
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.mongodb.dialect.impl.AssociationStorageStrategy
-
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.mongodb.dialect.impl.MongoDBTupleSnapshot.SnapshotType
-
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.mongodb.options.AssociationDocumentStorageType
-
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.mongodb.options.AuthenticationMechanismType
-
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.mongodb.options.ReadPreferenceType
-
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.mongodb.options.WriteConcernType
-
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.mongodb.query.impl.MongoDBQueryDescriptor.Operation
-
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.neo4j.dialect.impl.NodeLabel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.ogm.dialect.spi.DuplicateInsertPreventionStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(Tuple) - Method in class org.hibernate.ogm.model.impl.RowKeyBuilder
-
- values() - Static method in enum org.hibernate.ogm.model.key.spi.AssociationKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.ogm.model.key.spi.AssociationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.ogm.model.key.spi.IdSourceKeyMetadata.IdSourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.ogm.model.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.model.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.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
-
- VersionChecker - Class in org.hibernate.ogm.datastore.ehcache.persistencestrategy.common.impl
-
Helps with checking the version of persisted keys.
- VersionChecker() - Constructor for class org.hibernate.ogm.datastore.ehcache.persistencestrategy.common.impl.VersionChecker
-
- VersionChecker - Class in org.hibernate.ogm.datastore.infinispan.persistencestrategy.common.externalizer.impl
-
Helps with checking the version of persisted keys.
- VersionChecker() - Constructor for class org.hibernate.ogm.datastore.infinispan.persistencestrategy.common.externalizer.impl.VersionChecker
-
- View() - Constructor for class org.hibernate.ogm.datastore.couchdb.dialect.backend.json.designdocument.impl.DesignDocument.View
-