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