Uses of Class
org.eclipse.persistence.sessions.DatabaseLogin
-
-
Uses of DatabaseLogin in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic with parameters of type DatabaseLogin Modifier and Type Method Description static 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 DatabaseLogin Modifier and Type Method Description DatabaseLoginAbstractSession. getLogin()OBSOLETE: Return the login, the login holds any database connection information given.Methods in org.eclipse.persistence.internal.sessions with parameters of type DatabaseLogin Modifier and Type Method Description voidAbstractSession. 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 DatabaseLogin Modifier and Type Method Description protected voidSessionsFactory. processStructConverterConfig(StructConverterConfig converterClassConfig, DatabaseLogin login)INTERNAL: -
Uses of DatabaseLogin in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return DatabaseLogin Modifier and Type Method Description DatabaseLoginProject. getLogin()OBSOLETE: Return the login, the login holds any database connection information given.DatabaseLoginSession. getLogin()PUBLIC: Return the login, the login holds any database connection information given.Methods in org.eclipse.persistence.sessions with parameters of type DatabaseLogin Modifier and Type Method Description voidProject. 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 DatabaseLogin Constructor Description Project(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 DatabaseLogin Modifier and Type Method Description protected NonreflectiveMethodDefinitionTableCreatorClassGenerator. buildLoginMethod(DatabaseLogin login)
-