类 HerodotusAuthorizationGenerator
java.lang.Object
org.hibernate.id.UUIDGenerator
cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationGenerator
- 所有已实现的接口:
org.hibernate.boot.model.relational.ExportableProducer,org.hibernate.id.Configurable,org.hibernate.id.IdentifierGenerator
public class HerodotusAuthorizationGenerator
extends org.hibernate.id.UUIDGenerator
Description: OAuth2Authorization Id 生成器
指定ID生成器,解决实体ID无法手动设置问题。- 作者:
- : gengwei.zheng
- Date:
- : 2022/1/22 18:10
-
字段概要
从类继承的字段 org.hibernate.id.UUIDGenerator
UUID_GEN_STRATEGY, UUID_GEN_STRATEGY_CLASS从接口继承的字段 org.hibernate.id.IdentifierGenerator
ENTITY_NAME, GENERATOR_NAME, JPA_ENTITY_NAME -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明从类继承的方法 org.hibernate.id.UUIDGenerator
buildSessionFactoryUniqueIdentifierGenerator, configure从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.hibernate.id.IdentifierGenerator
initialize, registerExportables, supportsJdbcBatchInserts
-
构造器详细资料
-
HerodotusAuthorizationGenerator
public HerodotusAuthorizationGenerator()
-
-
方法详细资料