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

Packages that use SchemaContainer
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 SchemaContainer in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return SchemaContainer
 SchemaContainer JpaProject.getDefaultDbSchemaContainer()
          Return the JPA project's default database schema container; which is either the JPA project's default catalog or the JPA project's database, depending on how the DTP model is implemented.
 

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

Methods in org.eclipse.jpt.jpa.core.context that return SchemaContainer
 SchemaContainer JpaContextNode.getContextDefaultDbSchemaContainer()
           
 SchemaContainer ReadOnlyTable.getDbSchemaContainer()
          Return the corresponding database schema container (catalog or database).
 SchemaContainer Generator.getDbSchemaContainer()
          Return the schema container that holds the relevant schemata.
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return SchemaContainer
 SchemaContainer OrmPersistenceUnitDefaults.getDbSchemaContainer()
           
 SchemaContainer EntityMappings.getDbSchemaContainer()
          Return the database schema container, which can be either a catalog or, if the database does not support catalogs, the database itself.
 

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

Subinterfaces of SchemaContainer in org.eclipse.jpt.jpa.db
 interface Catalog
          Database catalog
 interface Database
          Database
 

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