T - target typepublic static interface TableChanges.TableChangesSerializer<T>
TableChanges into a serialized format for
persistent storage or delivering as a message.| Modifier and Type | Method and Description |
|---|---|
TableChanges |
deserialize(T data,
boolean useCatalogBeforeSchema) |
T |
serialize(TableChanges tableChanges) |
T serialize(TableChanges tableChanges)
TableChanges deserialize(T data, boolean useCatalogBeforeSchema)
useCatalogBeforeSchema - true if the parsed string contains only 2 items and the first should be used as
the catalog and the second as the table name, or false if the first should be used as the schema and the
second as the table nameCopyright © 2021 JBoss by Red Hat. All rights reserved.