Uses of Package
org.d2rq.lang

Packages that use org.d2rq.lang
org.d2rq   
org.d2rq.csv   
org.d2rq.lang   
org.d2rq.mapgen   
org.d2rq.writer   
 

Classes in org.d2rq.lang used by org.d2rq
D2RQReader
          Creates a Mapping from a Jena model representation of a D2RQ mapping file.
Mapping
          A D2RQ mapping.
 

Classes in org.d2rq.lang used by org.d2rq.csv
TranslationTable.Translation
           
 

Classes in org.d2rq.lang used by org.d2rq.lang
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.
D2RQMappingVisitor
           
Database
          Representation of a d2rq:Database from the mapping file.
DownloadMap
          A d2rq:DownloadMap instance.
Join
          A representation of a d2rq:join value.
Join.Direction
           
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.
OpBuilder
          Builder for the DatabaseOps corresponding to various mapping constructs in the D2RQ mapping language.
PropertyBridge
          Java object corresponding to d2rq:PropertyBridge.
ResourceMap
          Getters and setters for everything that's common to class maps, property bridges and download maps
TranslationTable
          Represents a d2rq:TranslationTable.
TranslationTable.Translation
           
 

Classes in org.d2rq.lang used by org.d2rq.mapgen
Mapping
          A D2RQ mapping.
 

Classes in org.d2rq.lang used by org.d2rq.writer
MapObject
          Abstract base class for classes that represent things in the mapping file.