-
- All Implemented Interfaces:
public abstract class GenericHibernateReactiveJoinerEncapsulates Hibernate Reactive API and provides internal reactive API instead.
Base class for other reactive implementations of Joiner
-
-
Field Summary
Fields Modifier and Type Field Description private final EntityManagerFactoryemf
-
Constructor Summary
Constructors Constructor Description GenericHibernateReactiveJoiner(EntityManagerFactory emf)
-
Method Summary
Modifier and Type Method Description final EntityManagerFactorygetEmf()final <T extends Any, C extends Any, P extends Any> CompletionStage<C>executeComposed(JoinerComposer<T, C, P> c)-
-
Method Detail
-
getEmf
final EntityManagerFactory getEmf()
-
executeComposed
final <T extends Any, C extends Any, P extends Any> CompletionStage<C> executeComposed(JoinerComposer<T, C, P> c)
-
-
-
-