Package org.d2rq.lang

Interface Summary
D2RQMappingVisitor  
 

Class Summary
AliasDeclaration A "foo AS bar" declaration that establishes an alias for a named table, as used with d2rq:alias.
ClassMap Java class corresponding to d2rq:ClassMap.
CompiledD2RQMapping  
Configuration Representation of a d2rq:Configuration from the mapping file.
D2RQCompiler  
D2RQMappingVisitor.Default  
D2RQReader Creates a Mapping from a Jena model representation of a D2RQ mapping file.
D2RQValidator TODO: Write errors and warnings to a Report instead of immediate exception TODO: Add database validation (Connection details valid?
Database Representation of a d2rq:Database from the mapping file.
DownloadMap A d2rq:DownloadMap instance.
JoinSetParser Parses join condition strings as used in d2rq:join.
MapObject Abstract base class for classes that represent things in the mapping file.
Mapping A D2RQ mapping.
Microsyntax Static methods for handling various microsyntaxes used in the D2RQ mapping language.
NodeMakerFactory Creates NodeMakers corresponding to ResourceMaps in a D2RQ mapping.
Pattern A pattern that combines one or more database columns into a String.
PropertyBridge Java object corresponding to d2rq:PropertyBridge.
ResourceMap Getters and setters for everything that's common to class maps, property bridges and download maps
TabularBuilder Builder for the DatabaseOps corresponding to various mapping constructs in the D2RQ mapping language.
TranslationTable Represents a d2rq:TranslationTable.
TranslationTable.Translation  
 

Enum Summary
JoinSetParser.Direction