Dali Provisional API
Release 3.2

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

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

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

Methods in org.eclipse.jpt.jpa.core that return Schema
 Schema JpaProject.getDefaultDbSchema()
          Return the JPA project's default database schema.
 

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

Methods in org.eclipse.jpt.jpa.core.context that return Schema
 Schema JpaContextModel.getContextDefaultDbSchema()
           
 Schema TypeMapping.getDbSchema()
           
 Schema DatabaseGenerator.getDbSchema()
          Return the generator's database schema.
 Schema Table.getDbSchema()
          Return the corresponding database schema.
 

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

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

Uses of Schema in org.eclipse.jpt.jpa.core.jpql
 

Methods in org.eclipse.jpt.jpa.core.jpql that return Schema
protected  Schema DefaultContentAssistExtension.getSchema()
           
 

Methods in org.eclipse.jpt.jpa.core.jpql with parameters of type Schema
protected  Iterable<String> DefaultContentAssistExtension.tableNames(Schema schema)
           
 

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

Methods in org.eclipse.jpt.jpa.db that return Schema
 Schema SchemaContainer.getDefaultSchema()
          Return the container's default schema, as defined by the database vendor.
 Schema Table.getSchema()
          Return the table's schema.
 Schema Sequence.getSchema()
          Return the sequence's schema.
 Schema SchemaContainer.getSchemaForIdentifier(String identifier)
          Return the schema for the specified identifier.
 Schema SchemaContainer.getSchemaNamed(String name)
          Return the schema with the specified name.
 

Methods in org.eclipse.jpt.jpa.db that return types with arguments of type Schema
 Iterable<Schema> SchemaContainer.getSchemata()
          Return the container's schemata.
 

Methods in org.eclipse.jpt.jpa.db with parameters of type Schema
 void ConnectionListener.schemaChanged(ConnectionProfile profile, Schema schema)
           
 void ConnectionAdapter.schemaChanged(ConnectionProfile profile, Schema schema)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.