Interface PersistentIdentifierGenerator

    • Field Detail

      • SCHEMA

        static final java.lang.String SCHEMA
        The configuration parameter holding the schema name
        See Also:
        Constant Field Values
      • TABLE

        static final java.lang.String TABLE
        The configuration parameter holding the table name for the generated id
        See Also:
        Constant Field Values
      • TABLES

        static final java.lang.String TABLES
        The configuration parameter holding the table names for all tables for which the id must be unique
        See Also:
        Constant Field Values
      • PK

        static final java.lang.String PK
        The configuration parameter holding the primary key column name of the generated id
        See Also:
        Constant Field Values
      • CATALOG

        static final java.lang.String CATALOG
        The configuration parameter holding the catalog name
        See Also:
        Constant Field Values
    • Method Detail

      • generatorKey

        @Deprecated
        default java.lang.Object generatorKey()
        Deprecated.
        No longer necessary.
        Return a key unique to the underlying database objects. Prevents us from trying to create/remove them multiple times.
        Returns:
        Object an identifying key for this generator