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

Packages that use Join
org.deegree.metadata.persistence.ebrim.eo.mapping   
org.deegree.sqldialect.filter   
 

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

Methods in org.deegree.metadata.persistence.ebrim.eo.mapping that return types with arguments of type Join
 List<Join> EOPropertyNameMapper.getAdditionalJoins()
           
 

Uses of Join in org.deegree.sqldialect.filter
 

Methods in org.deegree.sqldialect.filter that return types with arguments of type Join
 List<Join> PropertyNameMapping.getJoins()
          Returns the joins that are required to connect the root table to the tables where the targeted SQL particles are stored.
 

Constructor parameters in org.deegree.sqldialect.filter with type arguments of type Join
PropertyNameMapping(ParticleConverter<?> converter, List<Join> joins, String column, String tableAlias)
          Creates a new PropertyNameMapping instance.
 



Copyright © 2011. All Rights Reserved.