Dali Provisional API
Release 3.2

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 DbGenerator.getDbSchemaContainer()
          Return the schema container that holds the relevant schemata.
 SchemaContainer ReadOnlyTable.getDbSchemaContainer()
          Return the corresponding database schema container (catalog or database).
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return SchemaContainer
 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.
 SchemaContainer OrmPersistenceUnitDefaults.getDbSchemaContainer()
           
 

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

Subinterfaces of SchemaContainer in org.eclipse.jpt.jpa.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.jpa.db that return SchemaContainer
 SchemaContainer Schema.getContainer()
          Return the schema's container; either a catalog or a database.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.