| Modifier and Type | Class and Description |
|---|---|
class |
InfinispanCacheRAConnection |
| Constructor and Description |
|---|
DSLSearch(ObjectConnection connection) |
| Modifier and Type | Class and Description |
|---|---|
class |
InfinispanConnectionImpl
Represents a connection to an Infinispan cache container.
|
| Constructor and Description |
|---|
DSLSearch(ObjectConnection connection) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InfinispanHotRodConnection
Each InfinispanCacheConnection implementation represents a connection to a local (i.e., embedded) cache
|
| Modifier and Type | Method and Description |
|---|---|
MetadataProcessor<ObjectConnection> |
InfinispanHotRodExecutionFactory.getMetadataProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ProcedureExecution |
InfinispanHotRodExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
void |
InfinispanHotRodExecutionFactory.initCapabilities(ObjectConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtobufMetadataProcessor.process(MetadataFactory metadataFactory,
ObjectConnection connection) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InfinispanCacheConnection
Each InfinispanCacheConnection implementation represents a connection to a local (i.e., embedded) cache
|
| Modifier and Type | Method and Description |
|---|---|
ResultSetExecution |
InfinispanLibModeExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
UpdateExecution |
InfinispanLibModeExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
void |
InfinispanLibModeExecutionFactory.initCapabilities(ObjectConnection connection) |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectConnection |
ObjectBaseExecution.connection |
| Modifier and Type | Method and Description |
|---|---|
MetadataProcessor<ObjectConnection> |
ObjectExecutionFactory.getMetadataProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ProcedureExecution |
ObjectExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
ResultSetExecution |
ObjectExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
UpdateExecution |
ObjectExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
void |
DDLHandler.handleDDL(String nativeQuery,
ObjectConnection connection) |
void |
ObjectExecutionFactory.initCapabilities(ObjectConnection connection) |
| Constructor and Description |
|---|
ObjectBaseExecution(ObjectConnection connection,
ExecutionContext context,
ObjectExecutionFactory env) |
ObjectDirectExecution(List<Argument> arguments,
Command command,
ObjectConnection connection,
ExecutionContext context,
ObjectExecutionFactory env) |
ObjectExecution(Command command,
ObjectExecutionFactory factory,
ObjectConnection connection,
ExecutionContext executionContext) |
ObjectUpdateExecution(Command command,
ObjectConnection connection,
ExecutionContext context,
ObjectExecutionFactory env) |
| Modifier and Type | Method and Description |
|---|---|
protected Column |
JavaBeanMetadataProcessor.addColumn(MetadataFactory mf,
Class<?> type,
String attributeName,
String nis,
Column.SearchType searchType,
Table entityTable,
boolean selectable,
BaseColumn.NullType nt,
boolean updatable,
ObjectConnection conn) |
void |
JavaBeanMetadataProcessor.process(MetadataFactory mf,
ObjectConnection conn) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMapCacheConnection |
| Modifier and Type | Method and Description |
|---|---|
ResultSetExecution |
SimpleMapCacheExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
UpdateExecution |
SimpleMapCacheExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
| Constructor and Description |
|---|
SearchByKey(ObjectConnection connection) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.