Uses of Interface
org.d2rq.mapgen.MappingStyle

Packages that use MappingStyle
org.d2rq.mapgen   
 

Uses of MappingStyle in org.d2rq.mapgen
 

Classes in org.d2rq.mapgen that implement MappingStyle
 class D2RQMappingStyle
          Generates an original-style mapping.
 class DirectMappingStyle
          Generates a D2RQ mapping compatible with W3C's Direct Mapping.
 

Constructors in org.d2rq.mapgen with parameters of type MappingStyle
MappingGenerator(MappingStyle style, SQLConnection sqlConnection)