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

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

Uses of Catalog in org.eclipse.jpt.core
 

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

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

Methods in org.eclipse.jpt.core.context that return Catalog
 Catalog JpaContextNode.getContextDefaultDbCatalog()
           
 Catalog Generator.getDbCatalog()
          Return a db Catalog object with the specified/default catalog name.
 Catalog Table.getDbCatalog()
           
 

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

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

Uses of Catalog in org.eclipse.jpt.db
 

Methods in org.eclipse.jpt.db that return Catalog
 Catalog Database.getCatalogForIdentifier(java.lang.String identifier)
          Return the catalog for the specified identifier.
 Catalog Database.getCatalogNamed(java.lang.String name)
          Return the catalog with specified name.
 Catalog Database.getDefaultCatalog()
          Return the database's "default" catalog.
 

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

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