Uses of Interface
org.eclipse.persistence.core.sessions.CoreLogin
-
-
Uses of CoreLogin in org.eclipse.persistence.core.sessions
Classes in org.eclipse.persistence.core.sessions with type parameters of type CoreLogin Modifier and Type Class Description classCoreProject<DESCRIPTOR extends CoreDescriptor,LOGIN extends CoreLogin,SESSION extends CoreSession>INTERNAL A abstraction of project capturing behavior common to all persistence types.interfaceCoreSession<DESCRIPTOR extends CoreDescriptor,LOGIN extends CoreLogin,PLATFORM extends CorePlatform,PROJECT extends CoreProject,SESSION_EVENT_MANAGER extends CoreSessionEventManager>INTERNAL A abstraction of session capturing behavior common to all persistence types. -
Uses of CoreLogin in org.eclipse.persistence.eis
Classes in org.eclipse.persistence.eis that implement CoreLogin Modifier and Type Class Description classEISLoginAnEISLogindefines connection information and datasource properties. -
Uses of CoreLogin in org.eclipse.persistence.internal.core.sessions
Classes in org.eclipse.persistence.internal.core.sessions with type parameters of type CoreLogin Modifier and Type Class Description classCoreAbstractSession<DESCRIPTOR extends CoreDescriptor,LOGIN extends CoreLogin,PLATFORM extends CorePlatform,PROJECT extends CoreProject,SESSION_EVENT_MANAGER extends CoreSessionEventManager> -
Uses of CoreLogin in org.eclipse.persistence.internal.oxm.mappings
Subinterfaces of CoreLogin in org.eclipse.persistence.internal.oxm.mappings Modifier and Type Interface Description interfaceLogin<PLATFORM extends CorePlatform> -
Uses of CoreLogin in org.eclipse.persistence.oxm
Classes in org.eclipse.persistence.oxm that implement CoreLogin Modifier and Type Class Description classXMLLoginIn OX, the platform determines which parsing method will be used, DOM vs SAX. -
Uses of CoreLogin in org.eclipse.persistence.sessions
Subinterfaces of CoreLogin in org.eclipse.persistence.sessions Modifier and Type Interface Description interfaceLoginPurpose: Define the information required to connect to an EclipseLink session.Classes in org.eclipse.persistence.sessions that implement CoreLogin Modifier and Type Class Description classDatabaseLoginPurpose: Hold the configuration information necessary to connect to a JDBC driver.classDatasourceLoginPurpose: Hold the configuration information necessary to connect to a datasource.
-