Dali Provisional API
Release 3.2

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

Packages that use Catalog
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.db   
 

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

Methods in org.eclipse.jpt.jpa.core that return Catalog
 Catalog JpaProject.getDefaultDbCatalog()
          Return the JPA project's default database catalog.
 

Uses of Catalog in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return Catalog
 Catalog JpaContextNode.getContextDefaultDbCatalog()
           
 Catalog DbGenerator.getDbCatalog()
          Return the generator's database catalog.
 Catalog ReadOnlyTable.getDbCatalog()
          Return the corresponding database catalog.
 

Uses of Catalog in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return Catalog
 Catalog EntityMappings.getDbCatalog()
           
 Catalog OrmPersistenceUnitDefaults.getDbCatalog()
           
 

Uses of Catalog in org.eclipse.jpt.jpa.db
 

Methods in org.eclipse.jpt.jpa.db that return Catalog
 Catalog Database.getCatalogForIdentifier(String identifier)
          Return the catalog for the specified identifier.
 Catalog Database.getCatalogNamed(String name)
          Return the catalog with the specified name.
 Catalog Database.getDefaultCatalog()
          Return the database's default catalog, as defined by the database vendor.
 

Methods in org.eclipse.jpt.jpa.db that return types with arguments of type Catalog
 Iterable<Catalog> Database.getCatalogs()
          Return the database's catalogs.
 

Methods in org.eclipse.jpt.jpa.db with parameters of type Catalog
 void ConnectionListener.catalogChanged(ConnectionProfile profile, Catalog catalog)
           
 void ConnectionAdapter.catalogChanged(ConnectionProfile profile, Catalog catalog)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.