net.java.ao.builder
Class EntityManagerBuilder

java.lang.Object
  extended by net.java.ao.builder.EntityManagerBuilder

public final class EntityManagerBuilder
extends Object

Class to make it easier to build a fully configured EntityManager

This is the root class of a set that helps developers build a correctly configured manager

See Also:
EntityManagerBuilderWithUrl, EntityManagerBuilderWithUrlAndUsername, EntityManagerBuilderWithDatabaseProperties

Constructor Summary
EntityManagerBuilder()
           
 
Method Summary
static EntityManagerBuilderWithUrl url(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityManagerBuilder

public EntityManagerBuilder()
Method Detail

url

public static EntityManagerBuilderWithUrl url(String url)


Copyright © 2007-2011. All Rights Reserved.