org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection
Interface Connection2_0
- All Superinterfaces:
- Model, PersistenceUnitProperties, TypeRefactoringParticipant
- All Known Subinterfaces:
- EclipseLinkConnection2_0
public interface Connection2_0
- extends PersistenceUnitProperties
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. It is available at this early stage to solicit feedback from
pioneering adopters on the understanding that any code that uses this API
will almost certainly be broken (repeatedly) as the API evolves.
- Since:
- 2.3
DRIVER_PROPERTY
static final String DRIVER_PROPERTY
- See Also:
- Constant Field Values
PERSISTENCE_JDBC_DRIVER
static final String PERSISTENCE_JDBC_DRIVER
- See Also:
- Constant Field Values
DEFAULT_JDBC_DRIVER
static final String DEFAULT_JDBC_DRIVER
- See Also:
- Constant Field Values
URL_PROPERTY
static final String URL_PROPERTY
- See Also:
- Constant Field Values
PERSISTENCE_JDBC_URL
static final String PERSISTENCE_JDBC_URL
- See Also:
- Constant Field Values
DEFAULT_JDBC_URL
static final String DEFAULT_JDBC_URL
- See Also:
- Constant Field Values
USER_PROPERTY
static final String USER_PROPERTY
- See Also:
- Constant Field Values
PERSISTENCE_JDBC_USER
static final String PERSISTENCE_JDBC_USER
- See Also:
- Constant Field Values
DEFAULT_JDBC_USER
static final String DEFAULT_JDBC_USER
- See Also:
- Constant Field Values
PASSWORD_PROPERTY
static final String PASSWORD_PROPERTY
- See Also:
- Constant Field Values
PERSISTENCE_JDBC_PASSWORD
static final String PERSISTENCE_JDBC_PASSWORD
- See Also:
- Constant Field Values
DEFAULT_JDBC_PASSWORD
static final String DEFAULT_JDBC_PASSWORD
- See Also:
- Constant Field Values
getDefaultDriver
String getDefaultDriver()
getDriver
String getDriver()
setDriver
void setDriver(String newDriver)
getDefaultUrl
String getDefaultUrl()
getUrl
String getUrl()
setUrl
void setUrl(String newUrl)
getDefaultUser
String getDefaultUser()
getUser
String getUser()
setUser
void setUser(String newUser)
getDefaultPassword
String getDefaultPassword()
getPassword
String getPassword()
setPassword
void setPassword(String newPassword)
Copyright (c) 2012 Oracle. All rights reserved.