public class MySeqGenerator
extends org.hibernate.id.SequenceGenerator
Constructor and Description |
---|
MySeqGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.hibernate.type.Type type,
java.util.Properties params,
org.hibernate.dialect.Dialect dialect)
If the parameters do not contain a
SequenceGenerator.SEQUENCE
name, we assign one based on the table name. |
public void configure(org.hibernate.type.Type type, java.util.Properties params, org.hibernate.dialect.Dialect dialect) throws org.hibernate.MappingException
SequenceGenerator.SEQUENCE
name, we assign one based on the table name.configure
in interface org.hibernate.id.Configurable
configure
in class org.hibernate.id.SequenceGenerator
org.hibernate.MappingException
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.