Uses of Interface
org.eclipse.persistence.sessions.Connector
-
Packages that use Connector Package Description org.eclipse.persistence.eis org.eclipse.persistence.exceptions org.eclipse.persistence.sessions -
-
Uses of Connector in org.eclipse.persistence.eis
Classes in org.eclipse.persistence.eis that implement Connector Modifier and Type Class Description classEISConnectionSpecAnEISConnectionSpecspecifies how thejakarta.resource.cci.Connectionis accessed. -
Uses of Connector in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions with parameters of type Connector Modifier and Type Method Description static ValidationExceptionValidationException. invalidConnector(Connector connector) -
Uses of Connector in org.eclipse.persistence.sessions
Classes in org.eclipse.persistence.sessions that implement Connector Modifier and Type Class Description classDefaultConnectorPurpose:Use this Connector to build a java.sql.Connection in the "standard" fashion, via the DriverManager.classDirectConnectorPurpose:Use this Connector to build a java.sql.Connection by directly instantiating the Driver, as opposed to using the DriverManager.classJNDIConnectorSpecifies the J2EE DataSource lookup options.Fields in org.eclipse.persistence.sessions declared as Connector Modifier and Type Field Description protected ConnectorDatasourceLogin. connectorProvide a little flexibility for connecting to a databaseMethods in org.eclipse.persistence.sessions that return Connector Modifier and Type Method Description ConnectorDatasourceLogin. getConnector()ADVANCED: Return the connector that will instantiate the connection.Methods in org.eclipse.persistence.sessions with parameters of type Connector Modifier and Type Method Description voidDatasourceLogin. setConnector(Connector connector)PUBLIC: Set the connector that will instantiate the connection.
-