|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
TableNameConverter nameConverter,
FieldNameConverter fieldConverter,
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(Connection connection,
DatabaseProvider provider,
SchemaConfiguration schemaConfiguration,
boolean includeForeignKeys)
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||