FileDocCategorySizeDatePackage
Configurable.javaAPI DocHibernate 3.2.5739Thu Jun 03 11:31:32 BST 2004org.hibernate.id

Configurable

public interface Configurable
An IdentifierGenerator that supports "configuration".
see
IdentifierGenerator
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public voidconfigure(org.hibernate.type.Type type, java.util.Properties params, org.hibernate.dialect.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.

param
params param values, keyed by parameter name