Skip navigation links
A C D E F G H I M N O P R S T 

A

asMap() - Method in class org.hibernate.ogm.datastore.infinispanremote.schema.spi.MapSchemaCapture
 

C

CACHE_CONFIGURATION - Static variable in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteProperties
Cache configuration to apply to the caches created by the dialect.
CacheConfiguration - Annotation Type in org.hibernate.ogm.datastore.infinispanremote.options.cache
Define configuration to use when the cache associated to the entity is created.
callStoredProcedure(String, ProcedureQueryParameters, TupleContext) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 
CONFIGURATION_RESOURCE_NAME - Static variable in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteProperties
The configuration property to use as key to define a custom configuration resource for the Hot Rod (Infinispan remote) client.
createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 
createProtobufSchema() - Method in class org.hibernate.ogm.datastore.infinispanremote.schema.spi.ProvidedSchemaOverride
 
createProtobufSchema() - Method in interface org.hibernate.ogm.datastore.infinispanremote.schema.spi.SchemaOverride
 
createTuple(EntityKey, OperationContext) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 

D

DEFAULT_CONFIGURATION_RESOURCE_NAME - Static variable in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteProperties
DEFAULT_SCHEMA_FILE_NAME - Static variable in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteProperties
The default file name for Protobuf schemas.
DEFAULT_SCHEMA_PACKAGE_NAME - Static variable in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteProperties
The default package name for Protobuf schemas.
DEFAULT_TRANSACTION_MODE - Static variable in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteProperties
The default transaction mode.

E

executeBackendQuery(BackendQuery<InfinispanRemoteQueryDescriptor>, QueryParameters, TupleContext) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 
executeBackendUpdateQuery(BackendQuery<InfinispanRemoteQueryDescriptor>, QueryParameters, TupleContext) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 
executeGroupedChangesToEntity(GroupedChangesToEntityOperation) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 

F

forEachTuple(ModelConsumer, TupleTypeContext, EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 

G

getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 
getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDataStoreConfiguration
 
getDuplicateInsertPreventionStrategy(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 
getParameterMetadataBuilder() - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 
getTuple(EntityKey, OperationContext) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 
getTuples(EntityKey[], TupleContext) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 

H

HOT_ROD_CLIENT_PREFIX - Static variable in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteProperties
Prefix for the Hot Rod (Infinispan remote) client properties.

I

InfinispanRemoteDataStoreConfiguration - Class in org.hibernate.ogm.datastore.infinispanremote
Allows to configure options specific to the Infinispan Remote data store.
InfinispanRemoteDataStoreConfiguration() - Constructor for class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDataStoreConfiguration
 
InfinispanRemoteDialect<EK,AK,ISK> - Class in org.hibernate.ogm.datastore.infinispanremote
Some implementation notes for evolution: - OptimisticLockingAwareGridDialect can't be implemented as it requires an atomic replace operation on a subset of the columns, while atomic operations in Hot Rod have to involve either the full value or the version metadata of Infinispan's VersionedValue.
InfinispanRemoteDialect(InfinispanRemoteDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 
InfinispanRemoteEntityContext - Interface in org.hibernate.ogm.datastore.infinispanremote.options.navigation
Allows to configure Infinispan Remote specific options applying on a global level.
InfinispanRemoteGlobalContext - Interface in org.hibernate.ogm.datastore.infinispanremote.options.navigation
Allows to configure Infinispan Remote specific options applying on a global level.
InfinispanRemoteProperties - Class in org.hibernate.ogm.datastore.infinispanremote
Properties for configuring the Infinispan Remote datastore via persistence.xml or StandardServiceRegistryBuilder.
InfinispanRemotePropertyContext - Interface in org.hibernate.ogm.datastore.infinispanremote.options.navigation
Allows to configure Infinispan Remote specific options for a single property.
isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 

M

MapSchemaCapture - Class in org.hibernate.ogm.datastore.infinispanremote.schema.spi
 
MapSchemaCapture() - Constructor for class org.hibernate.ogm.datastore.infinispanremote.schema.spi.MapSchemaCapture
 

N

nextValue(NextValueRequest) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 

O

org.hibernate.ogm.datastore.infinispanremote - package org.hibernate.ogm.datastore.infinispanremote
 
org.hibernate.ogm.datastore.infinispanremote.options.cache - package org.hibernate.ogm.datastore.infinispanremote.options.cache
 
org.hibernate.ogm.datastore.infinispanremote.options.navigation - package org.hibernate.ogm.datastore.infinispanremote.options.navigation
 
org.hibernate.ogm.datastore.infinispanremote.schema.spi - package org.hibernate.ogm.datastore.infinispanremote.schema.spi
 

P

parseNativeQuery(String) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 
ProvidedSchemaOverride - Class in org.hibernate.ogm.datastore.infinispanremote.schema.spi
 
ProvidedSchemaOverride(String) - Constructor for class org.hibernate.ogm.datastore.infinispanremote.schema.spi.ProvidedSchemaOverride
 
put(String, String) - Method in class org.hibernate.ogm.datastore.infinispanremote.schema.spi.MapSchemaCapture
 
put(String, String) - Method in interface org.hibernate.ogm.datastore.infinispanremote.schema.spi.SchemaCapture
 

R

removeTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 

S

SCHEMA_CAPTURE_SERVICE - Static variable in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteProperties
You can inject an instance of SchemaCapture into the configuration properties to capture the generated Protobuf schema.
SCHEMA_FILE_NAME - Static variable in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteProperties
The configuration property key to configure the file name to be used in Protobuf generated schemas.
SCHEMA_OVERRIDE_RESOURCE - Static variable in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteProperties
You can provide a Protobuf schema in a resource file to override the Protobuf schema being generated.
SCHEMA_OVERRIDE_SERVICE - Static variable in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteProperties
You can inject an instance of SchemaOverride into the configuration properties to override the Protobuf schema being generated.
SCHEMA_PACKAGE_NAME - Static variable in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteProperties
The configuration property key to configure the package name to be used in Protobuf generated schemas.
SchemaCapture - Interface in org.hibernate.ogm.datastore.infinispanremote.schema.spi
 
SchemaOverride - Interface in org.hibernate.ogm.datastore.infinispanremote.schema.spi
 
supportsSequences() - Method in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteDialect
 

T

TRANSACTION_MODE - Static variable in class org.hibernate.ogm.datastore.infinispanremote.InfinispanRemoteProperties
Property is used to configure the transaction mode of RemoteCacheManager.
A C D E F G H I M N O P R S T 
Skip navigation links

Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.