类 SysInterfaceUuidGeneratorType
java.lang.Object
cn.herodotus.engine.data.core.identifier.AbstractUuidGenerator
cn.herodotus.engine.supplier.upms.logic.domain.generator.SysInterfaceUuidGeneratorType
- 所有已实现的接口:
Serializable,org.hibernate.boot.model.relational.ExportableProducer,org.hibernate.generator.BeforeExecutionGenerator,org.hibernate.generator.Generator,org.hibernate.id.Configurable,org.hibernate.id.factory.spi.StandardGenerator,org.hibernate.id.IdentifierGenerator
public class SysInterfaceUuidGeneratorType
extends cn.herodotus.engine.data.core.identifier.AbstractUuidGenerator
Description: 自定义UUID生成器,使得保存实体类时可以在保留主键生成策略的情况下自定义表的主键
- 作者:
- : gengwei.zheng
- 另请参阅:
- Date:
- : 2023/3/7 11:03
-
字段概要
从接口继承的字段 org.hibernate.id.IdentifierGenerator
CONTRIBUTOR_NAME, ENTITY_NAME, GENERATOR_NAME, JPA_ENTITY_NAME -
构造器概要
构造器构造器说明SysInterfaceUuidGeneratorType(SysInterfaceUuidGenerator config, Member idMember, org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext creationContext) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.hibernate.generator.BeforeExecutionGenerator
generatedOnExecution从接口继承的方法 org.hibernate.generator.Generator
generatedOnExecution, generatesOnInsert, generatesOnUpdate, generatesSometimes从接口继承的方法 org.hibernate.id.IdentifierGenerator
configure, generate, getEventTypes, initialize, registerExportables, supportsJdbcBatchInserts
-
构造器详细资料
-
SysInterfaceUuidGeneratorType
public SysInterfaceUuidGeneratorType(SysInterfaceUuidGenerator config, Member idMember, org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext creationContext)
-
-
方法详细资料