类 AutoIncrementGenerator
- java.lang.Object
-
- org.beangle.orm.hibernate.id.AutoIncrementGenerator
-
- 所有已实现的接口:
org.hibernate.id.Configurable,org.hibernate.id.IdentifierGenerator
public class AutoIncrementGenerator extends Object implements org.hibernate.id.IdentifierGenerator, org.hibernate.id.Configurable
-
-
构造器概要
构造器 构造器 说明 AutoIncrementGenerator()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidconfigure(org.hibernate.type.Type t, Properties params, org.hibernate.dialect.Dialect dialect)Serializablegenerate(org.hibernate.engine.spi.SessionImplementor session, Object object)
-
-
-
方法详细资料
-
configure
public void configure(org.hibernate.type.Type t, Properties params, org.hibernate.dialect.Dialect dialect) throws org.hibernate.MappingException- 指定者:
configure在接口中org.hibernate.id.Configurable- 抛出:
org.hibernate.MappingException
-
generate
public Serializable generate(org.hibernate.engine.spi.SessionImplementor session, Object object) throws org.hibernate.HibernateException
- 指定者:
generate在接口中org.hibernate.id.IdentifierGenerator- 抛出:
org.hibernate.HibernateException
-
-