Uses of Interface
net.java.ao.SchemaConfiguration

Packages that use SchemaConfiguration
net.java.ao   
net.java.ao.builder   
net.java.ao.schema   
net.java.ao.schema.ddl   
net.java.ao.schema.helper   
 

Uses of SchemaConfiguration in net.java.ao
 

Classes in net.java.ao that implement SchemaConfiguration
 class DefaultSchemaConfiguration
          Default implementation of SchemaConfiguration that doesn't have any constraints regarding the database schema.
 

Methods in net.java.ao that return SchemaConfiguration
 SchemaConfiguration EntityManagerConfiguration.getSchemaConfiguration()
          Gets the schema configuration to be used with the (to be) configured EntityManager
 

Uses of SchemaConfiguration in net.java.ao.builder
 

Methods in net.java.ao.builder with parameters of type SchemaConfiguration
 B AbstractEntityManagerBuilderWithDatabaseProperties.schemaConfiguration(SchemaConfiguration schemaConfiguration)
           
 

Uses of SchemaConfiguration in net.java.ao.schema
 

Methods in net.java.ao.schema with parameters of type SchemaConfiguration
 java.util.List<DDLAction> BackupRestore.backup(DatabaseProvider provider, SchemaConfiguration configuration)
          Backs up the database into a list of DDLAction
 java.util.List<DDLAction> BackupRestoreImpl.backup(DatabaseProvider provider, SchemaConfiguration schemaConfiguration)
           
static void SchemaGenerator.migrate(DatabaseProvider provider, SchemaConfiguration schemaConfiguration, TableNameConverter nameConverter, FieldNameConverter fieldConverter, java.lang.Class<? extends RawEntity<?>>... classes)
           
 

Uses of SchemaConfiguration in net.java.ao.schema.ddl
 

Methods in net.java.ao.schema.ddl with parameters of type SchemaConfiguration
static DDLTable[] SchemaReader.readSchema(DatabaseProvider provider, SchemaConfiguration schemaConfiguration)
          Currently doesn't account for: setOnUpdate setUnique
static DDLTable[] SchemaReader.readSchema(DatabaseProvider provider, SchemaConfiguration schemaConfiguration, boolean includeForeignKeys)
           
 

Uses of SchemaConfiguration in net.java.ao.schema.helper
 

Constructors in net.java.ao.schema.helper with parameters of type SchemaConfiguration
DatabaseMetaDataReaderImpl(DatabaseProvider databaseProvider, SchemaConfiguration schemaConfiguration)
           
 



Copyright © 2007-2010. All Rights Reserved.