Interface PostInsertIdentifierGenerator

    • Method Detail

      • writePropertyValue

        default boolean writePropertyValue()
        Description copied from interface: OnExecutionGenerator
        Determines if the property values are written to JDBC as the argument of a JDBC ? parameter.
        Specified by:
        writePropertyValue in interface OnExecutionGenerator
        Returns:
        false, since we don't usually have a meaningful property value for generated identifiers
      • configure

        default void configure​(Type type,
                               Properties parameters,
                               ServiceRegistry serviceRegistry)
        Noop default implementation. May be overridden by subtypes.
        Specified by:
        configure in interface Configurable
        Parameters:
        type - The id property type descriptor
        parameters - param values, keyed by parameter name
        serviceRegistry - Access to service that may be needed.