Uses of Class
org.eclipse.persistence.sessions.DatasourceLogin
Packages that use DatasourceLogin
Package
Description
-
Uses of DatasourceLogin in org.eclipse.persistence.eis
Subclasses of DatasourceLogin in org.eclipse.persistence.eisModifier and TypeClassDescriptionclassAnEISLogindefines connection information and datasource properties. -
Uses of DatasourceLogin in org.eclipse.persistence.internal.jpa
Methods in org.eclipse.persistence.internal.jpa with parameters of type DatasourceLoginModifier and TypeMethodDescriptionprotected voidEntityManagerSetupImpl.updateLoginDefaultConnector(DatasourceLogin login, Map m) In cases where there is no data source, we will use properties to configure the login for our session. -
Uses of DatasourceLogin in org.eclipse.persistence.internal.jpa.metadata.sequencing
Methods in org.eclipse.persistence.internal.jpa.metadata.sequencing with parameters of type DatasourceLoginModifier and TypeMethodDescriptionvoidGeneratedValueMetadata.process(MetadataDescriptor descriptor, Map<String, Sequence> sequences, DatasourceLogin login) INTERNAL: -
Uses of DatasourceLogin in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type DatasourceLoginModifier and TypeMethodDescriptionprotected voidSessionsFactory.processLoginConfig(LoginConfig loginConfig, DatasourceLogin login) INTERNAL: Process the common elements of a Login. -
Uses of DatasourceLogin in org.eclipse.persistence.oxm
Subclasses of DatasourceLogin in org.eclipse.persistence.oxmModifier and TypeClassDescriptionclassIn OX, the platform determines which parsing method will be used, DOM vs SAX. -
Uses of DatasourceLogin in org.eclipse.persistence.sessions
Subclasses of DatasourceLogin in org.eclipse.persistence.sessionsModifier and TypeClassDescriptionclassPurpose: Hold the configuration information necessary to connect to a JDBC driver.Methods in org.eclipse.persistence.sessions that return DatasourceLogin