Uses of Class
org.eclipse.persistence.sessions.DatabaseLogin
Packages that use DatabaseLogin
Package
Description
-
Uses of DatabaseLogin in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic with parameters of type DatabaseLoginModifier and TypeMethodDescriptionstatic ProjectDynamicTypeBuilder.loadDynamicProject(InputStream resourceStream, DatabaseLogin login, DynamicClassLoader dynamicClassLoader) Load a dynamic project from deployment XML creating dynamic types for all descriptors where the provided class name does not exist.static ProjectDynamicTypeBuilder.loadDynamicProject(String resourcePath, DatabaseLogin login, DynamicClassLoader dynamicClassLoader) Load a dynamic project from deployment XML creating dynamic types for all descriptors where the provided class name does not exist.static ProjectDynamicTypeBuilder.loadDynamicProject(Project project, DatabaseLogin login, DynamicClassLoader dynamicClassLoader) -
Uses of DatabaseLogin in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions that return DatabaseLoginModifier and TypeMethodDescriptionAbstractSession.getLogin()OBSOLETE: Return the login, the login holds any database connection information given.Methods in org.eclipse.persistence.internal.sessions with parameters of type DatabaseLoginModifier and TypeMethodDescriptionvoidAbstractSession.setLogin(DatabaseLogin login) PUBLIC: Set the login. -
Uses of DatabaseLogin in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type DatabaseLoginModifier and TypeMethodDescriptionprotected voidSessionsFactory.processStructConverterConfig(StructConverterConfig converterClassConfig, DatabaseLogin login) INTERNAL: -
Uses of DatabaseLogin in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return DatabaseLoginModifier and TypeMethodDescriptionProject.getLogin()OBSOLETE: Return the login, the login holds any database connection information given.Session.getLogin()PUBLIC: Return the login, the login holds any database connection information given.Methods in org.eclipse.persistence.sessions with parameters of type DatabaseLoginModifier and TypeMethodDescriptionvoidProject.setLogin(DatabaseLogin 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 DatabaseLoginModifierConstructorDescriptionProject(DatabaseLogin login) PUBLIC: Create a new project that will connect through JDBC using the login information. -
Uses of DatabaseLogin in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type DatabaseLoginModifier and TypeMethodDescriptionprotected NonreflectiveMethodDefinitionTableCreatorClassGenerator.buildLoginMethod(DatabaseLogin login)