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

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

Uses of Schema in org.eclipse.jpt.core
 

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

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

Methods in org.eclipse.jpt.core.context that return Schema
 Schema JpaContextNode.getContextDefaultDbSchema()
           
 Schema Generator.getDbSchema()
          Return a db Schema object with the specified/default schema name.
 Schema Table.getDbSchema()
           
 Schema TypeMapping.getDbSchema()
           
 

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

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

Uses of Schema in org.eclipse.jpt.db
 

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

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

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