public interface PersistentIdentifierGenerator extends IdentifierGenerator
IdentifierGenerator.configure(Type, Properties, ServiceRegistry)
method: schemaIdentifierGenerator
Modifier and Type | Field and Description |
---|---|
static String |
CATALOG
The configuration parameter holding the catalog name
|
static String |
IDENTIFIER_NORMALIZER
The key under which to find the
ObjectNameNormalizer in the config param map. |
static String |
PK
The configuration parameter holding the primary key column
name of the generated id
|
static String |
SCHEMA
The configuration parameter holding the schema name
|
static String |
TABLE
The configuration parameter holding the table name for the
generated id
|
static String |
TABLES
The configuration parameter holding the table names for all
tables for which the id must be unique
|
ENTITY_NAME, GENERATOR_NAME, JPA_ENTITY_NAME
configure, generate, initialize, registerExportables, supportsJdbcBatchInserts
static final String SCHEMA
static final String TABLE
static final String TABLES
static final String PK
static final String CATALOG
static final String IDENTIFIER_NORMALIZER
ObjectNameNormalizer
in the config param map.Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.