Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.JpaDataSource

Packages that use JpaDataSource
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.jpa2   
 

Uses of JpaDataSource in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return JpaDataSource
 JpaDataSource JpaFactory.buildJpaDataSource(JpaProject jpaProject, String connectionProfileName)
           
 JpaDataSource JpaProject.getDataSource()
          Return the data source the JPA project is mapped to.
 

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

Methods in org.eclipse.jpt.jpa.core.jpa2 with parameters of type JpaDataSource
 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.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.