org.hibernate.id
Class ForeignGenerator
java.lang.Object
org.hibernate.id.ForeignGenerator
- Configurable, IdentifierGenerator
public class ForeignGenerator
extends java.lang.Object
foreign
An Identifier generator that uses the value of the id property of an
associated object
One mapping parameter is required: property.
configure
public void configure(Type type,
Properties params,
Dialect d)
throws MappingException
- configure in interface Configurable
org.hibernate.id.Configurable.configure(org.hibernate.type.Type, java.util.Properties, org.hibernate.dialect.Dialect)