com.titan.clients
Class FetchJoins

java.lang.Object
  extended by com.titan.clients.FetchJoins

public class FetchJoins
extends Object


Constructor Summary
FetchJoins()
           
 
Method Summary
static void joinFetch(javax.persistence.EntityManager manager)
           
static void main(String[] args)
           
static void noJoin(javax.persistence.EntityManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FetchJoins

public FetchJoins()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

noJoin

public static void noJoin(javax.persistence.EntityManager manager)

joinFetch

public static void joinFetch(javax.persistence.EntityManager manager)


Copyright © 2011. All Rights Reserved.