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.SEQUENCEname, 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.1.4-ice35-b55
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.