类 HerodotusAuthorizationUuidGenerator
java.lang.Object
cn.herodotus.engine.data.jpa.hibernate.identifier.AbstractUuidGenerator
cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationUuidGenerator
- 所有已实现的接口:
org.hibernate.boot.model.relational.ExportableProducer,org.hibernate.id.Configurable,org.hibernate.id.factory.spi.StandardGenerator,org.hibernate.id.IdentifierGenerator
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 -
构造器概要
构造器构造器说明HerodotusAuthorizationUuidGenerator(HerodotusAuthorizationUuid 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.id.IdentifierGenerator
configure, initialize, registerExportables, supportsJdbcBatchInserts
-
构造器详细资料
-
HerodotusAuthorizationUuidGenerator
public HerodotusAuthorizationUuidGenerator(HerodotusAuthorizationUuid config, Member idMember, org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext creationContext)
-
-
方法详细资料