Package hellojpa
Class Main
- java.lang.Object
-
- hellojpa.Main
-
public class Main extends java.lang.Object
A very simple, stand-alone program that stores a new entity in the database and then performs a query to retrieve it.
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-