public interface

Configurable

org.hibernate.id.Configurable
Known Indirect Subclasses

Class Overview

An IdentifierGenerator that supports "configuration".

Summary

Public Methods
abstract void configure(Type type, Properties params, Dialect d)
Configure this instance, given the value of parameters specified by the user as <param> elements.

Public Methods

public abstract void configure (Type type, Properties params, Dialect d)

Configure this instance, given the value of parameters specified by the user as <param> elements. This method is called just once, following instantiation.

Parameters
params param values, keyed by parameter name