public interface IdSourceKeyMetadata
| Modifier and Type | Interface and Description |
|---|---|
static class |
IdSourceKeyMetadata.IdSourceType
The type of an id sequence source.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyColumnName()
Get the key column name for table-based sources,
null otherwise. |
String |
getName()
Returns the table name for table-based sources, the sequence name otherwise.
|
IdSourceKeyMetadata.IdSourceType |
getType()
Get the type of the represented id source.
|
String |
getValueColumnName()
Get the value column name for table-based sources,
null otherwise. |
IdSourceKeyMetadata.IdSourceType getType()
String getName()
String getKeyColumnName()
null otherwise.null otherwise.String getValueColumnName()
null otherwise.null otherwise.Copyright © 2010-2024 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.