Java org.hibernate.id PersistentIdentifierGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.id PersistentIdentifierGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.id PersistentIdentifierGenerator.

The text is from its open source code.

Implementation

org.hibernate.id.PersistentIdentifierGenerator has the following implementations.
Click this link to see all its implementation.

Field

StringSCHEMA
The configuration parameter holding the schema name
StringTABLE
The configuration parameter holding the table name for the generated id
StringPK
The configuration parameter holding the primary key column name of the generated id
StringCATALOG
The configuration parameter holding the catalog name
StringIDENTIFIER_NORMALIZER
The key under whcih to find the org.hibernate.boot.model.naming.ObjectNameNormalizer in the config param map.

Method

ObjectgeneratorKey()
Return a key unique to the underlying database objects.
String[]sqlDropStrings(Dialect dialect)
The SQL required to remove the underlying database objects.