Uses of Class
org.deegree.feature.persistence.sql.MappedAppSchema

Packages that use MappedAppSchema
org.deegree.feature.persistence.sql   
org.deegree.feature.persistence.sql.config   
org.deegree.feature.persistence.sql.converter   
org.deegree.feature.persistence.sql.ddl   
org.deegree.feature.persistence.sql.id   
org.deegree.feature.persistence.sql.mapper   
 

Uses of MappedAppSchema in org.deegree.feature.persistence.sql
 

Methods in org.deegree.feature.persistence.sql that return MappedAppSchema
 MappedAppSchema SQLFeatureStore.getSchema()
           
 

Uses of MappedAppSchema in org.deegree.feature.persistence.sql.config
 

Methods in org.deegree.feature.persistence.sql.config that return MappedAppSchema
static MappedAppSchema AbstractMappedSchemaBuilder.build(String configURL, SQLFeatureStoreJAXB config, SQLDialect dialect)
           
 MappedAppSchema MappedSchemaBuilderTable.getMappedSchema()
          Returns the MappedAppSchema derived from configuration / tables.
 MappedAppSchema MappedSchemaBuilderGML.getMappedSchema()
          Returns the MappedAppSchema derived from GML application schemas / configuration.
 

Constructors in org.deegree.feature.persistence.sql.config with parameters of type MappedAppSchema
SQLFeatureStoreConfigWriter(MappedAppSchema schema)
          Creates a new SQLFeatureStoreConfigWriter instance.
 

Uses of MappedAppSchema in org.deegree.feature.persistence.sql.converter
 

Constructors in org.deegree.feature.persistence.sql.converter with parameters of type MappedAppSchema
FeatureParticleConverter(String fkColumn, String hrefColumn, GMLReferenceResolver resolver, FeatureType valueFt, MappedAppSchema schema)
           
 

Uses of MappedAppSchema in org.deegree.feature.persistence.sql.ddl
 

Fields in org.deegree.feature.persistence.sql.ddl declared as MappedAppSchema
protected  MappedAppSchema DDLCreator.schema
           
 

Methods in org.deegree.feature.persistence.sql.ddl with parameters of type MappedAppSchema
static DDLCreator DDLCreator.newInstance(MappedAppSchema appSchema, SQLDialect dialect)
           
 

Constructors in org.deegree.feature.persistence.sql.ddl with parameters of type MappedAppSchema
DDLCreator(MappedAppSchema schema, SQLDialect dialect)
          Creates a new DDLCreator instance for the given MappedAppSchema.
MSSQLDDLCreator(MappedAppSchema schema, SQLDialect dialect)
          Creates a new MSSQLDDLCreator instance for the given MappedAppSchema.
OracleDDLCreator(MappedAppSchema schema, SQLDialect dialect)
          Creates a new OracleDDLCreator instance for the given MappedAppSchema.
PostGISDDLCreator(MappedAppSchema schema, SQLDialect dialect)
          Creates a new PostGISDDLCreator instance for the given MappedAppSchema.
 

Uses of MappedAppSchema in org.deegree.feature.persistence.sql.id
 

Constructors in org.deegree.feature.persistence.sql.id with parameters of type MappedAppSchema
IdAnalyzer(MappedAppSchema schema)
          Creates a new IdAnalyzer instance for the given MappedAppSchema.
 

Uses of MappedAppSchema in org.deegree.feature.persistence.sql.mapper
 

Methods in org.deegree.feature.persistence.sql.mapper that return MappedAppSchema
 MappedAppSchema AppSchemaMapper.getMappedSchema()
          Returns the MappedAppSchema instance.
 



Copyright © 2011. All Rights Reserved.