Uses of Interface
org.eclipse.persistence.sessions.Connector
Package
Description
-
Uses of Connector in org.eclipse.persistence.eis
Modifier and TypeClassDescriptionclass
AnEISConnectionSpec
specifies how thejakarta.resource.cci.Connection
is accessed. -
Uses of Connector in org.eclipse.persistence.eis.adapters.aq
Modifier and TypeClassDescriptionclass
Provides connection information to an Oracle AQ data source. -
Uses of Connector in org.eclipse.persistence.eis.adapters.jms
Modifier and TypeClassDescriptionclass
Provides the behavior of instantiating an EIS ConnectionSpec. -
Uses of Connector in org.eclipse.persistence.eis.adapters.xmlfile
Modifier and TypeClassDescriptionclass
Provides the behavior of instantiating a XML file adapter ConnectionSpec. -
Uses of Connector in org.eclipse.persistence.exceptions
Modifier and TypeMethodDescriptionstatic ValidationException
ValidationException.invalidConnector
(Connector connector) -
Uses of Connector in org.eclipse.persistence.nosql.adapters.mongo
Modifier and TypeClassDescriptionclass
Provides connection information to the Mongo 2 database.class
Provides connection information to the Mongo 3 database.class
Provides connection information to the Mongo database. -
Uses of Connector in org.eclipse.persistence.nosql.adapters.nosql
Modifier and TypeClassDescriptionclass
Provides connection information to the Oracle NoSQL database. -
Uses of Connector in org.eclipse.persistence.nosql.adapters.sdk
Modifier and TypeClassDescriptionclass
Provides connection information to the Oracle NoSQL database. -
Uses of Connector in org.eclipse.persistence.platform.database.oracle
-
Uses of Connector in org.eclipse.persistence.sessions
Modifier and TypeClassDescriptionclass
Purpose:Use this Connector to build a java.sql.Connection in the "standard" fashion, via the DriverManager.class
Purpose:Use this Connector to build a java.sql.Connection by directly instantiating the Driver, as opposed to using the DriverManager.class
Specifies the J2EE DataSource lookup options.Modifier and TypeFieldDescriptionprotected Connector
DatasourceLogin.connector
Provide a little flexibility for connecting to a databaseModifier and TypeMethodDescriptionDatasourceLogin.getConnector()
ADVANCED: Return the connector that will instantiate the connection.Modifier and TypeMethodDescriptionvoid
DatasourceLogin.setConnector
(Connector connector) PUBLIC: Set the connector that will instantiate the connection.