Uses of Class
org.deegree.sqldialect.filter.PropertyNameMapping

Packages that use PropertyNameMapping
org.deegree.feature.persistence.sql   
org.deegree.feature.persistence.sql.xpath   
org.deegree.metadata.iso.persistence   
org.deegree.metadata.persistence.ebrim.eo.mapping   
org.deegree.sqldialect.filter   
 

Uses of PropertyNameMapping in org.deegree.feature.persistence.sql
 

Methods in org.deegree.feature.persistence.sql that return PropertyNameMapping
 PropertyNameMapping SQLPropertyNameMapper.getMapping(ValueReference propName, TableAliasManager aliasManager)
           
 

Uses of PropertyNameMapping in org.deegree.feature.persistence.sql.xpath
 

Methods in org.deegree.feature.persistence.sql.xpath that return PropertyNameMapping
 PropertyNameMapping MappedXPath.getPropertyNameMapping()
           
 

Uses of PropertyNameMapping in org.deegree.metadata.iso.persistence
 

Methods in org.deegree.metadata.iso.persistence that return PropertyNameMapping
 PropertyNameMapping ISOPropertyNameMapper.getMapping(ValueReference propName, TableAliasManager aliasManager)
           
 

Uses of PropertyNameMapping in org.deegree.metadata.persistence.ebrim.eo.mapping
 

Methods in org.deegree.metadata.persistence.ebrim.eo.mapping that return PropertyNameMapping
 PropertyNameMapping EOPropertyNameMapper.getMapping(ValueReference propName, TableAliasManager aliasManager)
           
 

Uses of PropertyNameMapping in org.deegree.sqldialect.filter
 

Subclasses of PropertyNameMapping in org.deegree.sqldialect.filter
 class ConstantPropertyNameMapping
          TODO add class documentation here
 

Fields in org.deegree.sqldialect.filter with type parameters of type PropertyNameMapping
protected  List<PropertyNameMapping> AbstractWhereBuilder.propNameMappingList
          Keeps track of all successfully mapped property names.
 

Methods in org.deegree.sqldialect.filter that return PropertyNameMapping
 PropertyNameMapping PropertyNameMapper.getMapping(ValueReference propName, TableAliasManager aliasManager)
          Returns the PropertyNameMapping for the given ValueReference.
 

Methods in org.deegree.sqldialect.filter that return types with arguments of type PropertyNameMapping
 List<PropertyNameMapping> AbstractWhereBuilder.getMappedPropertyNames()
          Returns the mappings of all ValueReferences from the filter / sort criteria that have been mapped to the relational model.
 



Copyright © 2011. All Rights Reserved.