Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.db.DatabaseIdentifierAdapter

Packages that use DatabaseIdentifierAdapter
org.eclipse.jpt.jpa.core.jpa2   
org.eclipse.jpt.jpa.db   
 

Uses of DatabaseIdentifierAdapter in org.eclipse.jpt.jpa.core.jpa2
 

Methods in org.eclipse.jpt.jpa.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.jpa.db
 

Classes in org.eclipse.jpt.jpa.db that implement DatabaseIdentifierAdapter
static class DatabaseIdentifierAdapter.Default
          This adapter simply returns false, which is compatible with JPA 1.0.
 

Fields in org.eclipse.jpt.jpa.db declared as DatabaseIdentifierAdapter
static DatabaseIdentifierAdapter DatabaseIdentifierAdapter.Default.INSTANCE
           
 

Methods in org.eclipse.jpt.jpa.db that return DatabaseIdentifierAdapter
static DatabaseIdentifierAdapter DatabaseIdentifierAdapter.Default.instance()
           
 

Methods in org.eclipse.jpt.jpa.db with parameters of type DatabaseIdentifierAdapter
 ConnectionProfile ConnectionProfileFactory.buildConnectionProfile(String name, DatabaseIdentifierAdapter adapter)
          Build and return a connection profile that wraps the DTP connection profile with the specified name.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.