public class OperationContext extends Object
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getIndexName()  | 
String | 
getTableName()  | 
int | 
hashCode()  | 
static OperationContext | 
of(String tableName)  | 
static OperationContext | 
of(String tableName,
  String indexName)  | 
public static OperationContext of(String tableName, String indexName)
public static OperationContext of(String tableName)
public String getTableName()
public String getIndexName()
Copyright © 2019. All rights reserved.