org.hibernate.id

Interface Configurable

Known Implementing Classes:
Assigned, ForeignGenerator, IncrementGenerator, MultipleHiLoPerTableGenerator, SelectGenerator, SequenceGenerator, SequenceHiLoGenerator, SequenceIdentityGenerator, SequenceStyleGenerator, TableGenerator, TableGenerator, TableHiLoGenerator, UUIDHexGenerator

public interface Configurable

An IdentifierGenerator that supports "configuration".
Author:
Gavin King
See Also:
IdentifierGenerator

Method Summary

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

Method Details

configure

public void configure(Type type,
                      Properties params,
                      Dialect d)
            throws MappingException
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