Spring Data Commons

Uses of Class
org.springframework.data.mapping.PropertyPath

Packages that use PropertyPath
org.springframework.data.mapping   
org.springframework.data.mapping.context   
org.springframework.data.repository.query.parser Support classes for parsing queries from method names. 
 

Uses of PropertyPath in org.springframework.data.mapping
 

Methods in org.springframework.data.mapping that return PropertyPath
static PropertyPath PropertyPath.from(java.lang.String source, java.lang.Class<?> type)
          Extracts the PropertyPath chain from the given source String and type.
static PropertyPath PropertyPath.from(java.lang.String source, TypeInformation<?> type)
          Extracts the PropertyPath chain from the given source String and TypeInformation.
 PropertyPath PropertyPath.next()
          Returns the next nested PropertyPath.
 

Methods in org.springframework.data.mapping that return types with arguments of type PropertyPath
 java.util.Iterator<PropertyPath> PropertyPath.iterator()
           
 

Uses of PropertyPath in org.springframework.data.mapping.context
 

Methods in org.springframework.data.mapping.context with parameters of type PropertyPath
 PersistentPropertyPath<P> MappingContext.getPersistentPropertyPath(PropertyPath propertyPath)
          Returns all PersistentPropertys for the given path expression based on the given PropertyPath.
 PersistentPropertyPath<P> AbstractMappingContext.getPersistentPropertyPath(PropertyPath propertyPath)
           
 

Uses of PropertyPath in org.springframework.data.repository.query.parser
 

Methods in org.springframework.data.repository.query.parser that return PropertyPath
 PropertyPath Part.getProperty()
           
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.