public class AutoIncrementGenerator extends Object implements org.hibernate.id.IdentifierGenerator, org.hibernate.id.Configurable
| Constructor and Description |
|---|
AutoIncrementGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.hibernate.type.Type t,
Properties params,
org.hibernate.dialect.Dialect dialect) |
Serializable |
generate(org.hibernate.engine.spi.SessionImplementor session,
Object object) |
public void configure(org.hibernate.type.Type t,
Properties params,
org.hibernate.dialect.Dialect dialect)
throws org.hibernate.MappingException
configure in interface org.hibernate.id.Configurableorg.hibernate.MappingExceptionpublic Serializable generate(org.hibernate.engine.spi.SessionImplementor session, Object object) throws org.hibernate.HibernateException
generate in interface org.hibernate.id.IdentifierGeneratororg.hibernate.HibernateExceptionCopyright © 2005–2016 The Beangle Software Group. All rights reserved.