public class LiaisonRegistry extends Object
| Constructor and Description |
|---|
LiaisonRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseLiaison |
getLiaison(Connection conn)
Fetch the appropriate database liaison for the supplied database connection.
|
static DatabaseLiaison |
getLiaison(String url)
Fetch the appropriate database liaison for the supplied URL, which should be the same string
that would be used to configure a connection to the database.
|
public static DatabaseLiaison getLiaison(String url)
public static DatabaseLiaison getLiaison(Connection conn) throws SQLException
SQLExceptionCopyright © 2015. All rights reserved.