Class MutinyMain
- java.lang.Object
-
- org.hibernate.reactive.example.nativesql.MutinyMain
-
public class MutinyMain extends Object
Demonstrates the use of Hibernate Reactive with theMutiny
-based API. Here we use stateless sessions and handwritten SQL.
-
-
Constructor Summary
Constructors Constructor Description MutinyMain()
-
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)
-
-