org.hibernate.id
Interface Configurable
- Assigned, ForeignGenerator, IncrementGenerator, MultipleHiLoPerTableGenerator, SelectGenerator, SequenceGenerator, SequenceHiLoGenerator, SequenceIdentityGenerator, SequenceStyleGenerator, TableGenerator, TableGenerator, TableHiLoGenerator, UUIDHexGenerator
public interface Configurable
An IdentifierGenerator that supports "configuration".
void | configure(Type type, Properties params, Dialect d) - Configure this instance, given the value of parameters
specified by the user as <param> elements.
|
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.
params
- param values, keyed by parameter name