Uses of Interface
net.java.ao.SchemaConfiguration
Packages that use SchemaConfiguration
Package
Description
-
Uses of SchemaConfiguration in net.java.ao
Classes in net.java.ao that implement SchemaConfigurationModifier and TypeClassDescriptionclassDefault implementation ofSchemaConfigurationthat doesn't have any constraints regarding the database schema.Methods in net.java.ao that return SchemaConfigurationModifier and TypeMethodDescriptionEntityManager.getSchemaConfiguration()RetrievesSchemaConfigurationused by this entity manager.EntityManagerConfiguration.getSchemaConfiguration()Gets the schema configuration to be used with the (to be) configuredEntityManager -
Uses of SchemaConfiguration in net.java.ao.builder
Methods in net.java.ao.builder with parameters of type SchemaConfigurationModifier and TypeMethodDescriptionAbstractEntityManagerBuilderWithDatabaseProperties.schemaConfiguration(SchemaConfiguration schemaConfiguration) -
Uses of SchemaConfiguration in net.java.ao.schema
Methods in net.java.ao.schema with parameters of type SchemaConfigurationModifier and TypeMethodDescriptionstatic voidSchemaGenerator.migrate(DatabaseProvider provider, SchemaConfiguration schemaConfiguration, NameConverters nameConverters, boolean executeDestructiveUpdates, Class<? extends RawEntity<?>>... classes) -
Uses of SchemaConfiguration in net.java.ao.schema.ddl
Methods in net.java.ao.schema.ddl with parameters of type SchemaConfigurationModifier and TypeMethodDescriptionstatic DDLTable[]SchemaReader.readSchema(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: setUniquestatic 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 SchemaConfigurationModifierConstructorDescriptionDatabaseMetaDataReaderImpl(DatabaseProvider databaseProvider, NameConverters nameConverters, SchemaConfiguration schemaConfiguration)