Class Main
- java.lang.Object
-
- org.hibernate.reactive.example.session.Main
-
public class Main extends Object
Demonstrates the use of Hibernate Reactive with theCompletionStage
-based API.
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static String
persistenceUnitName(String[] args)
Return the persistence unit name to use in the example.
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
-