Uses of Interface
org.eclipse.persistence.sessions.Login
Packages that use Login
Package
Description
-
Uses of Login in org.eclipse.persistence.eis
Classes in org.eclipse.persistence.eis that implement LoginModifier and TypeClassDescriptionclassAnEISLogindefines connection information and datasource properties. -
Uses of Login in org.eclipse.persistence.internal.databaseaccess
Fields in org.eclipse.persistence.internal.databaseaccess declared as LoginModifier and TypeFieldDescriptionprotected LoginDatasourceAccessor.loginStore the login information that connected this accessor.Methods in org.eclipse.persistence.internal.databaseaccess that return LoginMethods in org.eclipse.persistence.internal.databaseaccess with parameters of type LoginModifier and TypeMethodDescriptionvoidAccessor.connect(Login login, AbstractSession session) Connect to the data store using the configuration information in the login.voidDatasourceAccessor.connect(Login login, AbstractSession session) Connect to the datasource.protected voidDatabaseAccessor.connectInternal(Login login, AbstractSession session) Connect to the database.protected voidDatasourceAccessor.connectInternal(Login login, AbstractSession session) Connect to the database.protected voidSECURE: set the login -
Uses of Login in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm with parameters of type LoginModifier and TypeMethodDescriptionprotected voidXMLAccessor.connectInternal(Login login, AbstractSession session) By default the SDK does not have a connection, so use an object as a placeholder. -
Uses of Login in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions that return LoginModifier and TypeMethodDescriptionAbstractSession.getDatasourceLogin()PUBLIC: Return the login, the login holds any database connection information given.protected LoginDatabaseSessionImpl.getReadLogin()INTERNAL: Return the login for the read connection.Methods in org.eclipse.persistence.internal.sessions with parameters of type LoginModifier and TypeMethodDescriptionvoidPUBLIC: Connect to the database using the given login.voidAbstractSession.setDatasourceLogin(Login login) PUBLIC: Set the login.voidPUBLIC: Set the login.Constructors in org.eclipse.persistence.internal.sessions with parameters of type LoginModifierConstructorDescriptionprotectedAbstractSession(Login login) PUBLIC: Create and return a new session.DatabaseSessionImpl(Login login) PUBLIC: Create and return a new session. -
Uses of Login in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories that return LoginModifier and TypeMethodDescriptionprotected LoginSessionsFactory.buildDatabaseLoginConfig(DatabaseLoginConfig databaseLoginConfig) INTERNAL: Build a DatabaseLogin for the given Session Wrapped by the getLogin() call, therefore, config can't be null at this point.protected LoginSessionsFactory.buildEISLoginConfig(EISLoginConfig eisLoginConfig) INTERNAL: Wrapped by the getLogin() call, therefore, config can't be null at this point.protected LoginSessionsFactory.buildLogin(LoginConfig loginConfig) INTERNAL: Build the correct login based on the login config typeprotected LoginSessionsFactory.buildXMLLoginConfig(XMLLoginConfig xmlLoginConfig) INTERNAL: Wrapped by the getLogin() call, therefore, config can't be null at this point.Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type LoginModifier and TypeMethodDescriptionprotected DatabaseSessionImplSessionsFactory.createSession(DatabaseSessionConfig sessionConfig, Login login) INTERNAL: Return a DatabaseSession object from it's config object using either the project classes or project XML files.protected voidSessionsFactory.prepareProjectLogin(Project project, Login login) INTERNAL: Return the correct session type from the sessionConfig -
Uses of Login in org.eclipse.persistence.internal.sessions.remote
Methods in org.eclipse.persistence.internal.sessions.remote that return Login -
Uses of Login in org.eclipse.persistence.oxm
Classes in org.eclipse.persistence.oxm that implement LoginModifier and TypeClassDescriptionclassIn OX, the platform determines which parsing method will be used, DOM vs SAX. -
Uses of Login in org.eclipse.persistence.sequencing
Methods in org.eclipse.persistence.sequencing that return LoginModifier and TypeMethodDescriptionSequencingControl.getLogin()ADVANCED: Return a DatabaseLogin to be used by separate sequencing connection(s).Methods in org.eclipse.persistence.sequencing with parameters of type Login -
Uses of Login in org.eclipse.persistence.sessions
Classes in org.eclipse.persistence.sessions that implement LoginModifier and TypeClassDescriptionclassPurpose: Hold the configuration information necessary to connect to a JDBC driver.classPurpose: Hold the configuration information necessary to connect to a datasource.Fields in org.eclipse.persistence.sessions declared as LoginMethods in org.eclipse.persistence.sessions that return LoginModifier and TypeMethodDescriptionLogin.clone()INTERNAL: Clone the login.Project.getDatasourceLogin()PUBLIC: Return the login, the login holds any database connection information given.Session.getDatasourceLogin()PUBLIC: Return the login, the login holds any database connection information given.Methods in org.eclipse.persistence.sessions with parameters of type LoginModifier and TypeMethodDescriptionvoidPUBLIC: Connect to the database using the given login.voidDatabaseSession.setDatasourceLogin(Login login) PUBLIC: Set the login.voidProject.setDatasourceLogin(Login datasourceLogin) PUBLIC: Set the login to be used to connect to the database for this project.voidPUBLIC: Set the login.voidPUBLIC: Set the login to be used to connect to the database for this project.Constructors in org.eclipse.persistence.sessions with parameters of type Login -
Uses of Login in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type LoginModifier and TypeMethodDescriptionprotected NonreflectiveMethodDefinitionProjectClassGenerator.buildLoginMethod(Login datasourceLogin) -
Uses of Login in org.eclipse.persistence.sessions.remote
Methods in org.eclipse.persistence.sessions.remote that return Login -
Uses of Login in org.eclipse.persistence.sessions.remote.corba.sun
Methods in org.eclipse.persistence.sessions.remote.corba.sun that return Login -
Uses of Login in org.eclipse.persistence.sessions.remote.rmi
Methods in org.eclipse.persistence.sessions.remote.rmi that return Login -
Uses of Login in org.eclipse.persistence.sessions.remote.rmi.iiop
Methods in org.eclipse.persistence.sessions.remote.rmi.iiop that return Login -
Uses of Login in org.eclipse.persistence.sessions.server
Fields in org.eclipse.persistence.sessions.server declared as LoginModifier and TypeFieldDescriptionprotected LoginConnectionPolicy.loginThe login information used to create a JDBC connection or acquire one from an external pool/data-source.protected LoginConnectionPool.loginMethods in org.eclipse.persistence.sessions.server that return LoginModifier and TypeMethodDescriptionConnectionPolicy.getLogin()PUBLIC: Return the login to use for this connection.ConnectionPool.getLogin()PUBLIC: Return the login used to create connections.protected LoginServerSession.getReadLogin()INTERNAL: Return the login for the read connection.Methods in org.eclipse.persistence.sessions.server with parameters of type LoginModifier and TypeMethodDescriptionServer.acquireClientSession(Login login) PUBLIC: Return a client session for this server session.ServerSession.acquireClientSession(Login login) PUBLIC: Return a client session for this server session.ServerSession.acquireClientSession(Login login, Map properties) PUBLIC: Return a client session for this server session.voidServer.addConnectionPool(String poolName, Login login, int minNumberOfConnections, int maxNumberOfConnections) PUBLIC: Add the connection pool.voidServerSession.addConnectionPool(String poolName, Login login, int minNumberOfConnections, int maxNumberOfConnections) PUBLIC: Add the connection pool.voidServer.setDatasourceLogin(Login login) PUBLIC: Set the login.voidPUBLIC: Set the login to use for this connection.voidPUBLIC: Set the login used to create connections.voidServerSession.setReadConnectionPool(Login readLogin) PUBLIC: Creates and sets the new read connection pool.Constructors in org.eclipse.persistence.sessions.server with parameters of type LoginModifierConstructorDescriptionConnectionPolicy(Login login) PUBLIC: A connection policy is used to define how the client session connection should be acquired.ConnectionPool(String name, Login login, int initialNumberOfConnections, int minNumberOfConnections, int maxNumberOfConnections, ServerSession owner) PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.ConnectionPool(String name, Login login, int minNumberOfConnections, int maxNumberOfConnections, ServerSession owner) PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.ConnectionPool(String name, Login login, ServerSession owner) PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.ExternalConnectionPool(String name, Login login, ServerSession owner) PUBLIC: Build a new external connection pool.ReadConnectionPool(String name, Login login, int initialNumberOfConnections, int minNumberOfConnections, int maxNumberOfConnections, ServerSession owner) PUBLIC: Build a new read connection pool.ReadConnectionPool(String name, Login login, int minNumberOfConnections, int maxNumberOfConnections, ServerSession owner) PUBLIC: Build a new read connection pool.ReadConnectionPool(String name, Login login, ServerSession owner) PUBLIC: Build a new read connection pool.ServerSession(Login login) INTERNAL: Create and return a new server session.ServerSession(Login login, int minNumberOfPooledConnection, int maxNumberOfPooledConnection) INTERNAL: Create and return a new server session.ServerSession(Login login, ConnectionPolicy defaultConnectionPolicy) INTERNAL: Create and return a new default server session.ServerSession(Project project, int minNumberOfPooledConnection, int maxNumberOfPooledConnection, Login readLogin) INTERNAL: Create and return a new server session.ServerSession(Project project, int minNumberOfPooledConnection, int maxNumberOfPooledConnection, Login readLogin, Login sequenceLogin) INTERNAL: Create and return a new server session.ServerSession(Project project, ConnectionPolicy defaultConnectionPolicy, int initialNumberOfPooledConnections, int minNumberOfPooledConnections, int maxNumberOfPooledConnections, Login readLogin, Login sequenceLogin) INTERNAL: Create and return a new server session.ServerSession(Project project, ConnectionPolicy defaultConnectionPolicy, Login readLogin) INTERNAL: Create and return a new server session.ServerSession(Project project, ConnectionPolicy defaultConnectionPolicy, Login readLogin, Login sequenceLogin) INTERNAL: Create and return a new server session.