org.LexGrid.LexBIG.caCore.connection.orm
Class ConnectionConstants

java.lang.Object
  extended by org.LexGrid.LexBIG.caCore.connection.orm.ConnectionConstants

public class ConnectionConstants
extends java.lang.Object


Field Summary
static java.lang.String CONNECTION_PASSWORD
           
static java.lang.String CONNECTION_URL
           
static java.lang.String CONNECTION_USERNAME
           
static java.lang.String DRIVER_CLASS
           
 
Constructor Summary
ConnectionConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTION_URL

public static final java.lang.String CONNECTION_URL
See Also:
Constant Field Values

CONNECTION_USERNAME

public static final java.lang.String CONNECTION_USERNAME
See Also:
Constant Field Values

CONNECTION_PASSWORD

public static final java.lang.String CONNECTION_PASSWORD
See Also:
Constant Field Values

DRIVER_CLASS

public static final java.lang.String DRIVER_CLASS
See Also:
Constant Field Values
Constructor Detail

ConnectionConstants

public ConnectionConstants()