org.deegree.io.datastore.schema |
|
Java Source File Name | Type | Comment |
MappedComplexTypeDeclaration.java | Class | Represents an annotated XML complex type declaration in an
MappedGMLSchema . |
MappedElementDeclaration.java | Class | Represents an annotated XML element declaration in an
MappedGMLSchema . |
MappedFeaturePropertyType.java | Class | Representation of property types that contain features with mapping (persistence) information. |
MappedFeatureType.java | Class | Represents a
FeatureType with mapping (persistence) information. |
MappedFeatureTypeReference.java | Class | Represents a reference to a
MappedFeatureType .
The reference may be resolved or not. |
MappedGeometryPropertyType.java | Class | Representation of property types that contain spatial data with mapping (persistence)
information. |
MappedGMLId.java | Class | Defines how values for "gml:id" attributes for a certain feature type are generated and
which columns are used to store it. |
MappedGMLSchema.java | Class | Represents a GML application schema document which is annotated with mapping (persistence)
information. |
MappedGMLSchemaDocument.java | Class | Parser for GML schema documents which are annotated with mapping (persistence) information. |
MappedGMLSchemaDocumentTest.java | Class | |
MappedPropertyType.java | Interface | Represents a mapped (persistent) property type in a GML feature type definition. |
MappedSimplePropertyType.java | Class | Representation of property types that contain primitive data types with mapping (persistence)
information. |
TableRelation.java | Class | Describes a relation (join condition) between two database tables. |