Package | Description |
---|---|
oracle.toplink.essentials.exceptions | |
oracle.toplink.essentials.jndi | |
oracle.toplink.essentials.sessions |
Modifier and Type | Method and Description |
---|---|
static ValidationException |
ValidationException.invalidConnector(Connector connector) |
Modifier and Type | Class and Description |
---|---|
class |
JNDIConnector
Specifies the J2EE DataSource lookup options.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnector
Purpose:Use this Connector to build a java.sql.Connection in the
"standard" fashion, via the DriverManager.
|
class |
DirectConnector
Purpose:Use this Connector to build a java.sql.Connection by
directly instantiating the Driver, as opposed to using the DriverManager.
|
Modifier and Type | Field and Description |
---|---|
protected Connector |
DatasourceLogin.connector
Provide a little flexibility for connecting to a database
|
Modifier and Type | Method and Description |
---|---|
Connector |
DatasourceLogin.getConnector()
ADVANCED:
Return the connector that will instantiate the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasourceLogin.setConnector(Connector connector)
PUBLIC:
Set the connector that will instantiate the connection.
|
Copyright © 2024. All rights reserved.