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,
         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,
                      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.Configurableconfigure in class org.hibernate.id.SequenceGeneratororg.hibernate.MappingException
                
                
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.