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

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

Uses of SchemaContainer in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return SchemaContainer
 SchemaContainer JpaProject.getDefaultDbSchemaContainer()
          Return the project's default database schema container (either the project's default catalog or the project's database).
 

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

Methods in org.eclipse.jpt.core.context that return SchemaContainer
 SchemaContainer JpaContextNode.getContextDefaultDbSchemaContainer()
           
 SchemaContainer Generator.getDbSchemaContainer()
          Return a db container object that hold the relevant schemata.
 SchemaContainer Table.getDbSchemaContainer()
           
 

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

Methods in org.eclipse.jpt.core.context.orm that return SchemaContainer
 SchemaContainer EntityMappings.getDbSchemaContainer()
           
 SchemaContainer OrmPersistenceUnitDefaults.getDbSchemaContainer()
           
 

Uses of SchemaContainer in org.eclipse.jpt.db
 

Subinterfaces of SchemaContainer in org.eclipse.jpt.db
 interface Catalog
          Database catalog Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface Database
          Database Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.db that return SchemaContainer
 SchemaContainer Schema.getContainer()
          Return the schema's container; either a catalog or a database.