org.ow2.easybeans.examples.maven.jpa2.client
Class Client

java.lang.Object
  extended by org.ow2.easybeans.examples.maven.jpa2.client.Client

public final class Client
extends java.lang.Object

Simple client of the JPA 2.0 example.

Author:
Florent Benoit

Method Summary
static void main(java.lang.String[] args)
          Main method.
protected static void printEmployee(org.ow2.easybeans.examples.maven.jpa2.entity.Employee employee)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method.

Parameters:
args - the arguments (not required)
Throws:
java.lang.Exception - if exception is found.

printEmployee

protected static void printEmployee(org.ow2.easybeans.examples.maven.jpa2.entity.Employee employee)


Copyright © 2006-2011 OW2 Consortium. All Rights Reserved.