@Immutable public class Key extends Object
KeyMapper.| Modifier and Type | Class and Description |
|---|---|
static class |
Key.Builder |
static class |
Key.CustomKeyMapper
Custom Key mapper used to override or defining a custom
Key |
private static class |
Key.IdentityKeyMapper
Default Key mapper using PK as key.
|
static interface |
Key.KeyMapper
Provides the column(s) that should be used within the message key for a given table.
|
| Modifier and Type | Field and Description |
|---|---|
private Key.KeyMapper |
keyMapper |
private Table |
table |
| Modifier | Constructor and Description |
|---|---|
private |
Key(Table table,
Key.KeyMapper keyMapper) |
private final Table table
private final Key.KeyMapper keyMapper
private Key(Table table, Key.KeyMapper keyMapper)
Copyright © 2020 JBoss by Red Hat. All rights reserved.