|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatabaseIdentifierAdapter | |
|---|---|
| org.eclipse.jpt.core.jpa2 | |
| org.eclipse.jpt.db | |
| Uses of DatabaseIdentifierAdapter in org.eclipse.jpt.core.jpa2 |
|---|
| Methods in org.eclipse.jpt.core.jpa2 that return DatabaseIdentifierAdapter | |
|---|---|
DatabaseIdentifierAdapter |
JpaFactory2_0.buildDatabaseIdentifierAdapter(JpaDataSource dataSource)
Return an identifier adapter that can be used to convert database identifiers to names and vice versa, respecting the delimited-identifiers
in persistence.xml. |
| Uses of DatabaseIdentifierAdapter in org.eclipse.jpt.db |
|---|
| Classes in org.eclipse.jpt.db that implement DatabaseIdentifierAdapter | |
|---|---|
static class |
DatabaseIdentifierAdapter.Default
This adapter simply uses the passed in default callback. |
| Fields in org.eclipse.jpt.db declared as DatabaseIdentifierAdapter | |
|---|---|
static DatabaseIdentifierAdapter |
DatabaseIdentifierAdapter.Default.INSTANCE
|
| Methods in org.eclipse.jpt.db that return DatabaseIdentifierAdapter | |
|---|---|
static DatabaseIdentifierAdapter |
DatabaseIdentifierAdapter.Default.instance()
|
| Methods in org.eclipse.jpt.db with parameters of type DatabaseIdentifierAdapter | |
|---|---|
ConnectionProfile |
ConnectionProfileFactory.buildConnectionProfile(java.lang.String name,
DatabaseIdentifierAdapter adapter)
Build and return a connection profile that wraps the DTP connection profile with the specified name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||