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

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

Uses of Schema in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return Schema
 Schema JpaProject.getDefaultSchema()
          Return the primary schema associated with this project, which unless overridden, is the default schema from the connection
 Schema JpaProject.getUserOverrideDefaultSchema()
          Return the user specified schema to be used as a default for this project.
 

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

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

Uses of Schema in org.eclipse.jpt.db
 

Methods in org.eclipse.jpt.db that return Schema
 Schema ConnectionProfile.getDefaultSchema()
          Return the connection profile's default schema.
 Schema SchemaContainer.schemaNamed(java.lang.String name)
          Return the schema in the container with the specified name, respecting the database's case-sensitivity.
 

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)