public class TsidGenerator extends Object implements org.hibernate.id.IdentifierGenerator
| Modifier and Type | Field and Description |
|---|---|
static String |
TSID_FACTORY_SUPPLIER_PARAM
Indicates the name of the TSID.Factory Supplier.
|
| Constructor and Description |
|---|
TsidGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.hibernate.type.Type type,
Properties params,
org.hibernate.service.ServiceRegistry serviceRegistry) |
Serializable |
generate(org.hibernate.engine.spi.SharedSessionContractImplementor session,
Object object) |
public static final String TSID_FACTORY_SUPPLIER_PARAM
public void configure(org.hibernate.type.Type type,
Properties params,
org.hibernate.service.ServiceRegistry serviceRegistry)
throws org.hibernate.MappingException
configure in interface org.hibernate.id.Configurableconfigure in interface org.hibernate.id.IdentifierGeneratororg.hibernate.MappingExceptionpublic Serializable generate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object object) throws org.hibernate.HibernateException
generate in interface org.hibernate.id.IdentifierGeneratororg.hibernate.HibernateExceptionCopyright © 2023. All rights reserved.