hellojpa
Class Main

java.lang.Object
  extended by 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
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)