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
static void SchemaGenerator.migrate(DatabaseProvider provider, SchemaConfiguration schemaConfiguration, NameConverters nameConverters, 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(java.sql.Connection connection, DatabaseProvider provider, NameConverters nameConverters, SchemaConfiguration schemaConfiguration, boolean includeForeignKeys)
           
static DDLTable[] SchemaReader.readSchema(DatabaseProvider provider, NameConverters nameConverters, SchemaConfiguration schemaConfiguration)
          Currently doesn't account for: setUnique
static DDLTable[] SchemaReader.readSchema(DatabaseProvider provider, NameConverters nameConverters, 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, NameConverters nameConverters, SchemaConfiguration schemaConfiguration)
           
 



Copyright © 2007-2012. All Rights Reserved.