| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Schema | |
|---|---|
| org.hibernate.metamodel.relational | This package defines the metamodel of a relational database schema. | 
| Uses of Schema in org.hibernate.metamodel.relational | 
|---|
| Methods in org.hibernate.metamodel.relational that return Schema | |
|---|---|
|  Schema | Database.getDefaultSchema() | 
|  Schema | TableSpecification.getSchema()Obtain a reference to the schema to which this table specification belongs. | 
|  Schema | Table.getSchema() | 
|  Schema | Sequence.getSchema() | 
|  Schema | InLineView.getSchema() | 
|  Schema | Database.getSchema(Identifier schema,
          Identifier catalog) | 
|  Schema | Database.getSchema(String schema,
          String catalog) | 
|  Schema | Database.locateSchema(Schema.Name name) | 
| Constructors in org.hibernate.metamodel.relational with parameters of type Schema | |
|---|---|
| BasicAuxiliaryDatabaseObjectImpl(Schema defaultSchema,
                                 String createString,
                                 String dropString,
                                 Set<String> dialectScopes) | |
| InLineView(Schema schema,
           String logicalName,
           String select) | |
| ObjectName(Schema schema,
           Identifier name) | |
| ObjectName(Schema schema,
           String name) | |
| Sequence(Schema schema,
         String name) | |
| Sequence(Schema schema,
         String name,
         int initialValue,
         int incrementSize) | |
| Table(Schema database,
      Identifier tableName) | |
| Table(Schema database,
      String tableName) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||