Class HerodotusRegisteredClientIdGeneratorType
java.lang.Object
cn.herodotus.engine.data.core.identifier.AbstractIdGeneratorType
cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusRegisteredClientIdGeneratorType
- All Implemented Interfaces:
Serializable,org.hibernate.boot.model.relational.ExportableProducer,org.hibernate.generator.BeforeExecutionGenerator,org.hibernate.generator.Generator,org.hibernate.id.Configurable,org.hibernate.id.IdentifierGenerator
public class HerodotusRegisteredClientIdGeneratorType
extends cn.herodotus.engine.data.core.identifier.AbstractIdGeneratorType
Description: OAuth2RegisteredClient Id 生成器
指定ID生成器,解决实体ID无法手动设置问题。
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2022/1/22 17:50
-
Field Summary
Fields inherited from interface org.hibernate.id.IdentifierGenerator
CONTRIBUTOR_NAME, ENTITY_NAME, GENERATOR_NAME, JPA_ENTITY_NAME -
Constructor Summary
ConstructorsConstructorDescriptionHerodotusRegisteredClientIdGeneratorType(HerodotusRegisteredClientIdGenerator config, Member member, org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext context) -
Method Summary
Methods inherited from class cn.herodotus.engine.data.core.identifier.AbstractIdGeneratorType
allowAssignedIdentifiersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.generator.BeforeExecutionGenerator
generatedOnExecutionMethods inherited from interface org.hibernate.id.Configurable
create, initializeMethods inherited from interface org.hibernate.generator.Generator
generatedOnExecution, generatesOnInsert, generatesOnUpdate, generatesSometimesMethods inherited from interface org.hibernate.id.IdentifierGenerator
configure, generate, getEventTypes, registerExportables, supportsJdbcBatchInserts
-
Constructor Details
-
HerodotusRegisteredClientIdGeneratorType
public HerodotusRegisteredClientIdGeneratorType(HerodotusRegisteredClientIdGenerator config, Member member, org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext context)
-
-
Method Details