Uses of Class
org.d2rq.lang.PropertyBridge

Packages that use PropertyBridge
org.d2rq.lang   
 

Uses of PropertyBridge in org.d2rq.lang
 

Methods in org.d2rq.lang that return PropertyBridge
static PropertyBridge PropertyBridge.create(Resource id, Resource property, ClassMap classMap)
          Convenience method for creating property bridges.
 

Methods in org.d2rq.lang that return types with arguments of type PropertyBridge
 Collection<PropertyBridge> ClassMap.propertyBridges()
           
 

Methods in org.d2rq.lang with parameters of type PropertyBridge
 void ClassMap.addPropertyBridge(PropertyBridge bridge)
          Adds a property bridge to this class map.
 void D2RQValidator.visit(PropertyBridge propertyBridge)
           
 void D2RQMappingVisitor.visit(PropertyBridge propertyBridge)
           
 void D2RQMappingVisitor.Default.visit(PropertyBridge propertyBridge)
           
 void D2RQCompiler.visit(PropertyBridge propertyBridge)