Package org.hibernate.reactive.tuple
Class StageGenerator
java.lang.Object
org.hibernate.reactive.tuple.StageGenerator
- All Implemented Interfaces:
Serializable,org.hibernate.generator.BeforeExecutionGenerator,org.hibernate.generator.Generator
@Incubating
public abstract class StageGenerator
extends Object
implements org.hibernate.generator.BeforeExecutionGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate(SharedSessionContractImplementor session, Object owner, Object currentValue, org.hibernate.generator.EventType eventType) abstract CompletionStage<Object>generate(Stage.Session session, Object owner, Object currentValue, org.hibernate.generator.EventType eventType) Methods 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.generator.Generator
allowAssignedIdentifiers, allowMutation, generatedBeforeExecution, generatedOnExecution, generatesOnInsert, generatesOnUpdate, generatesSometimes, getEventTypes
-
Constructor Details
-
StageGenerator
public StageGenerator()
-
-
Method Details
-
generate
public abstract CompletionStage<Object> generate(Stage.Session session, Object owner, Object currentValue, org.hibernate.generator.EventType eventType)