Uses of Class
org.d2rq.db.schema.TableDef

Packages that use TableDef
org.d2rq.db.op   
org.d2rq.db.schema   
org.d2rq.mapgen   
 

Uses of TableDef in org.d2rq.db.op
 

Methods in org.d2rq.db.op that return TableDef
 TableDef TableOp.getTableDefinition()
           
 

Constructors in org.d2rq.db.op with parameters of type TableDef
TableOp(TableDef tableDefinition)
           
 

Uses of TableDef in org.d2rq.db.schema
 

Methods in org.d2rq.db.schema that return TableDef
 TableDef Inspector.describeTableOrView(TableName table)
           
 

Uses of TableDef in org.d2rq.mapgen
 

Methods in org.d2rq.mapgen with parameters of type TableDef
 TemplateValueMaker MappingStyle.getEntityIRITemplate(TableDef table, Key columns)
          Returns an IRI template to be used to uniquely identify the records in a table.
 TemplateValueMaker DirectMappingStyle.getEntityIRITemplate(TableDef table, Key columns)
           
 TemplateValueMaker D2RQMappingStyle.getEntityIRITemplate(TableDef table, Key columns)