Dali Provisional API
Release 3.2

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.core.context.TypeRefactoringParticipant
TypeRefactoringParticipant.MoveTypeEditsTransformer, TypeRefactoringParticipant.RenamePackageEditsTransformer, TypeRefactoringParticipant.RenameTypeEditsTransformer
 
Field Summary
static String DEFAULT_JDBC_DRIVER
           
static String DEFAULT_JDBC_PASSWORD
           
static String DEFAULT_JDBC_URL
           
static String DEFAULT_JDBC_USER
           
static String DRIVER_PROPERTY
           
static String PASSWORD_PROPERTY
           
static String PERSISTENCE_JDBC_DRIVER
           
static String PERSISTENCE_JDBC_PASSWORD
           
static String PERSISTENCE_JDBC_URL
           
static String PERSISTENCE_JDBC_USER
           
static String URL_PROPERTY
           
static String USER_PROPERTY
           
 
Method Summary
 String getDefaultDriver()
           
 String getDefaultPassword()
           
 String getDefaultUrl()
           
 String getDefaultUser()
           
 String getDriver()
           
 String getPassword()
           
 String getUrl()
           
 String getUser()
           
 void setDriver(String newDriver)
           
 void setPassword(String newPassword)
           
 void setUrl(String newUrl)
           
 void setUser(String newUser)
           
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnitProperties
getJpaProject, getPersistenceUnit, itemIsProperty, propertyIdOf, propertyRemoved, propertyValueChanged
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.TypeRefactoringParticipant
createMoveTypeEdits, createRenamePackageEdits, createRenameTypeEdits
 

Field Detail

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
Method Detail

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)

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.