类 HerodotusAuthorizationUuidGeneratorType
java.lang.Object
cn.herodotus.engine.data.core.identifier.AbstractUuidGenerator
cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationUuidGeneratorType
- 所有已实现的接口:
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 HerodotusAuthorizationUuidGeneratorType
extends cn.herodotus.engine.data.core.identifier.AbstractUuidGenerator
Description: OAuth2Authorization Id 生成器
指定ID生成器,解决实体ID无法手动设置问题。
- 作者:
- : gengwei.zheng
- 另请参阅:
- Date:
- : 2022/11/7 15:39
-
字段概要
从接口继承的字段 org.hibernate.id.IdentifierGenerator
CONTRIBUTOR_NAME, ENTITY_NAME, GENERATOR_NAME, JPA_ENTITY_NAME -
构造器概要
构造器构造器说明HerodotusAuthorizationUuidGeneratorType(HerodotusAuthorizationUuidGenerator 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
allowAssignedIdentifiers, generatedOnExecution, generatesOnInsert, generatesOnUpdate, generatesSometimes从接口继承的方法 org.hibernate.id.IdentifierGenerator
configure, generate, getEventTypes, initialize, registerExportables, supportsJdbcBatchInserts
-
构造器详细资料
-
HerodotusAuthorizationUuidGeneratorType
public HerodotusAuthorizationUuidGeneratorType(HerodotusAuthorizationUuidGenerator config, Member idMember, org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext creationContext)
-
-
方法详细资料