public interface PersistentIdentifierGenerator extends IdentifierGenerator, ExportableProducer
IdentifierGenerator
,
Configurable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CATALOG
The configuration parameter holding the catalog name
|
static java.lang.String |
IDENTIFIER_NORMALIZER
The key under whcih to find the
ObjectNameNormalizer in the config param map. |
static java.lang.String |
PK
The configuration parameter holding the primary key column
name of the generated id
|
static java.lang.String |
SCHEMA
The configuration parameter holding the schema name
|
static java.lang.String |
TABLE
The configuration parameter holding the table name for the
generated id
|
static java.lang.String |
TABLES
The configuration parameter holding the table names for all
tables for which the id must be unique
|
ENTITY_NAME, JPA_ENTITY_NAME
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
generatorKey()
Return a key unique to the underlying database objects.
|
java.lang.String[] |
sqlCreateStrings(Dialect dialect)
Deprecated.
Utilize the ExportableProducer contract instead
|
java.lang.String[] |
sqlDropStrings(Dialect dialect)
Deprecated.
Utilize the ExportableProducer contract instead
|
generate
registerExportables
static final java.lang.String SCHEMA
static final java.lang.String TABLE
static final java.lang.String TABLES
static final java.lang.String PK
static final java.lang.String CATALOG
static final java.lang.String IDENTIFIER_NORMALIZER
ObjectNameNormalizer
in the config param map.@Deprecated java.lang.String[] sqlCreateStrings(Dialect dialect) throws HibernateException
dialect
- The dialect against which to generate the create command(s)HibernateException
- problem creating the create command(s)@Deprecated java.lang.String[] sqlDropStrings(Dialect dialect) throws HibernateException
dialect
- The dialect against which to generate the drop command(s)HibernateException
- problem creating the drop command(s)java.lang.Object generatorKey()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.