public static class TableChanges.TableChange extends Object
| Modifier and Type | Field and Description |
|---|---|
private TableId |
id |
private Table |
table |
private TableChanges.TableChangeType |
type |
| Constructor and Description |
|---|
TableChange(TableChanges.TableChangeType type,
Table table) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TableChanges.TableChange |
fromDocument(Document document) |
private static Table |
fromDocument(TableId id,
Document document) |
TableId |
getId() |
Table |
getTable() |
TableChanges.TableChangeType |
getType() |
int |
hashCode() |
Document |
toDocument() |
private Document |
toDocument(Column column) |
private Document |
toDocument(Table table) |
String |
toString() |
private final TableChanges.TableChangeType type
private final TableId id
private final Table table
public TableChange(TableChanges.TableChangeType type, Table table)
public static TableChanges.TableChange fromDocument(Document document)
public TableChanges.TableChangeType getType()
public TableId getId()
public Table getTable()
public Document toDocument()
Copyright © 2018 JBoss by Red Hat. All rights reserved.