net.java.ao.builder
Class EntityManagerBuilderWithUrlAndUsernameAndPassword

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

public final class EntityManagerBuilderWithUrlAndUsernameAndPassword
extends Object


Constructor Summary
EntityManagerBuilderWithUrlAndUsernameAndPassword(String url, String username, String password)
           
 
Method Summary
 EntityManagerBuilderWithDatabaseProperties auto()
           
 EntityManagerBuilderWithDatabaseProperties c3po()
           
 EntityManagerBuilderWithDatabaseProperties dbcp()
           
 EntityManagerBuilderWithDatabaseProperties dbPool()
           
 EntityManagerBuilderWithDatabaseProperties none()
           
 EntityManagerBuilderWithDatabaseProperties proxool()
           
 EntityManagerBuilderWithUrlAndUsernameAndPassword schema(String schema)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityManagerBuilderWithUrlAndUsernameAndPassword

public EntityManagerBuilderWithUrlAndUsernameAndPassword(String url,
                                                         String username,
                                                         String password)
Method Detail

schema

public EntityManagerBuilderWithUrlAndUsernameAndPassword schema(String schema)

none

public EntityManagerBuilderWithDatabaseProperties none()

dbcp

public EntityManagerBuilderWithDatabaseProperties dbcp()

proxool

public EntityManagerBuilderWithDatabaseProperties proxool()

dbPool

public EntityManagerBuilderWithDatabaseProperties dbPool()

c3po

public EntityManagerBuilderWithDatabaseProperties c3po()

auto

public EntityManagerBuilderWithDatabaseProperties auto()


Copyright © 2007-2014. All Rights Reserved.