Package org.hibernate.reactive.tuple
Class MutinyGenerator
- java.lang.Object
-
- org.hibernate.reactive.tuple.MutinyGenerator
-
- All Implemented Interfaces:
Serializable,org.hibernate.generator.BeforeExecutionGenerator,org.hibernate.generator.Generator
@Incubating public abstract class MutinyGenerator extends Object implements org.hibernate.generator.BeforeExecutionGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MutinyGenerator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Objectgenerate(SharedSessionContractImplementor session, Object owner, Object currentValue, org.hibernate.generator.EventType eventType)abstract io.smallrye.mutiny.Uni<?>generate(Mutiny.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, wait
-
-
-
-
Method Detail
-
generate
public Object generate(SharedSessionContractImplementor session, Object owner, Object currentValue, org.hibernate.generator.EventType eventType)
- Specified by:
generatein interfaceorg.hibernate.generator.BeforeExecutionGenerator
-
generate
public abstract io.smallrye.mutiny.Uni<?> generate(Mutiny.Session session, Object owner, Object currentValue, org.hibernate.generator.EventType eventType)
-
-