Uses of Interface
org.eclipse.persistence.sessions.Login
-
-
Uses of Login in org.eclipse.persistence.eis
Classes in org.eclipse.persistence.eis that implement Login Modifier and Type Class Description classEISLoginAnEISLogindefines connection information and datasource properties. -
Uses of Login in org.eclipse.persistence.internal.databaseaccess
Fields in org.eclipse.persistence.internal.databaseaccess declared as Login Modifier and Type Field Description protected LoginDatasourceAccessor. loginStore the login information that connected this accessor.Methods in org.eclipse.persistence.internal.databaseaccess that return Login Modifier and Type Method Description LoginDatasourceAccessor. getLogin()Return the loginMethods in org.eclipse.persistence.internal.databaseaccess with parameters of type Login Modifier and Type Method Description voidAccessor. 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 voidDatasourceAccessor. setLogin(Login login)SECURE: set the login -
Uses of Login in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm with parameters of type Login Modifier and Type Method Description protected 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 Login Modifier and Type Method Description LoginAbstractSession. 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 Login Modifier and Type Method Description voidDatabaseSessionImpl. login(Login login)PUBLIC: Connect to the database using the given login.voidAbstractSession. setDatasourceLogin(Login login)PUBLIC: Set the login.voidAbstractSession. setLogin(Login login)PUBLIC: Set the login.Constructors in org.eclipse.persistence.internal.sessions with parameters of type Login Constructor Description AbstractSession(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 Login Modifier and Type Method Description protected 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 Login Modifier and Type Method Description protected 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 Modifier and Type Method Description abstract LoginRemoteConnection. getLogin()Return the login informaiton from the server. -
Uses of Login in org.eclipse.persistence.oxm
Classes in org.eclipse.persistence.oxm that implement Login Modifier and Type Class Description classXMLLoginIn 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 Login Modifier and Type Method Description LoginSequencingControl. getLogin()ADVANCED: Return a DatabaseLogin to be used by separate sequencing connection(s).Methods in org.eclipse.persistence.sequencing with parameters of type Login Modifier and Type Method Description voidSequencingControl. setLogin(Login login)ADVANCED: Returns a DatabaseLogin to be used by separate sequencing connection(s) The set value is ignored if shouldUseSeparateConnection() returns false. -
Uses of Login in org.eclipse.persistence.sessions
Classes in org.eclipse.persistence.sessions that implement Login 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.Fields in org.eclipse.persistence.sessions declared as Login Modifier and Type Field Description protected LoginProject. datasourceLoginMethods in org.eclipse.persistence.sessions that return Login Modifier and Type Method Description LoginLogin. clone()INTERNAL: Clone the login.LoginProject. getDatasourceLogin()PUBLIC: Return the login, the login holds any database connection information given.LoginSession. getDatasourceLogin()PUBLIC: Return the login, the login holds any database connection information given.Methods in org.eclipse.persistence.sessions with parameters of type Login Modifier and Type Method Description voidDatabaseSession. login(Login login)PUBLIC: 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.voidDatabaseSession. setLogin(Login login)PUBLIC: Set the login.voidProject. setLogin(Login datasourceLogin)PUBLIC: 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 Constructor Description Project(Login login)PUBLIC: Create a new project that will connect through the login information. -
Uses of Login in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type Login Modifier and Type Method Description protected NonreflectiveMethodDefinitionProjectClassGenerator. buildLoginMethod(Login datasourceLogin) -
Uses of Login in org.eclipse.persistence.sessions.remote
Methods in org.eclipse.persistence.sessions.remote that return Login Modifier and Type Method Description LoginRemoteSession. getDatasourceLogin()PUBLIC: Return the login. -
Uses of Login in org.eclipse.persistence.sessions.remote.rmi
Methods in org.eclipse.persistence.sessions.remote.rmi that return Login Modifier and Type Method Description LoginRMIConnection. getLogin()INTERNAL: Return the table descriptor specified for the class. -
Uses of Login in org.eclipse.persistence.sessions.server
Fields in org.eclipse.persistence.sessions.server declared as Login Modifier and Type Field Description protected 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 Login Modifier and Type Method Description LoginConnectionPolicy. getLogin()PUBLIC: Return the login to use for this connection.LoginConnectionPool. 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 Login Modifier and Type Method Description ClientSessionServer. acquireClientSession(Login login)PUBLIC: Return a client session for this server session.ClientSessionServerSession. acquireClientSession(Login login)PUBLIC: Return a client session for this server session.ClientSessionServerSession. 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.voidConnectionPolicy. setLogin(Login login)PUBLIC: Set the login to use for this connection.voidConnectionPool. setLogin(Login login)PUBLIC: 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 Login Constructor Description ConnectionPolicy(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.
-